-
Notifications
You must be signed in to change notification settings - Fork 8.3k
FULL OUTER JOIN crashes CH. #7544
Copy link
Copy link
Closed
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasecomp-joinsJOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...JOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...crashCrash / segfault / abortCrash / segfault / abort
Metadata
Metadata
Assignees
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasecomp-joinsJOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...JOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...crashCrash / segfault / abortCrash / segfault / abort
Type
Fields
Give feedbackNo fields configured for issues without a type.
I accidentally mistyped
(foo.a = bar.b) AND (foo.b = bar.b)
instead of
(foo.a = bar.a) AND (foo.b = bar.b)