You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash in explain with append info for ShareInputScan nodes.
The issue occurs when ShareInputScan nodes are reused multiple times
during explain with append info in deparse_context_for_plan_tree().
Address that by marking only the producer of ShareInputScan with
the same share_id to prevent the crash.
This ensures proper handling of shared scan nodes during plan tree deparsing.
Authored-by: Zhang Mingli [email protected]
0 commit comments