Skip to content

Commit

Permalink
bug #7476 fixed by changes to group by
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed May 8, 2024
1 parent 7c0deaa commit 93c2728
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sql/test/BugTracker-2024/Tests/rel2bin_join-Bug-7476.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ SELECT ( WITH x ( x ) AS ( SELECT DISTINCT 1 ) SELECT ( SELECT x FROM x WHERE x
1

-- the combination leads to crash in rel2bin_join ()
skipif knownfail
query I nosort
WITH x ( x ) AS ( SELECT DISTINCT 1 ) SELECT ( SELECT x FROM x WHERE x = ( SELECT ( CASE WHEN x THEN x END ) WHERE x = ( SELECT x FROM x ) AND x GROUP BY 1 ) ) FROM x
----
1

skipif knownfail
query I nosort
SELECT ( WITH x ( x ) AS ( SELECT DISTINCT 1 ) SELECT ( SELECT x FROM x WHERE x = ( SELECT ( CASE WHEN x THEN x END ) WHERE x = ( SELECT x FROM x ) AND x GROUP BY 1 ) ) FROM x )
----
Expand Down

0 comments on commit 93c2728

Please sign in to comment.