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
bugfix: partition-wise GpuJoin made wrong AppendPath
Prior to this commit, try_add_gpujoin_paths() overwrite 'outer_path'
variable if outer_path is GpuJoinPath and expandable.
Then, it also called try_add_gpujoin_append_paths with modified
'outer_path', in the result, sub-path of AppendPath has wrong
relids and failed to run any more.