Changeset: dd458b52fc85 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/dd458b52fc85
Modified Files:
        sql/test/SQLancer/Tests/sqlancer22.test
Branch: default
Log Message:

Next crashing query. Select expression pushed down to the wrong side?


diffs (13 lines):

diff --git a/sql/test/SQLancer/Tests/sqlancer22.test 
b/sql/test/SQLancer/Tests/sqlancer22.test
--- a/sql/test/SQLancer/Tests/sqlancer22.test
+++ b/sql/test/SQLancer/Tests/sqlancer22.test
@@ -595,5 +595,9 @@ SELECT 1 FROM t0 LEFT OUTER JOIN LATERAL
 ON tx.c0 > 2 OR t0.c0 > 3) AS x(x) ON (SELECT TRUE FROM t1) OR FALSE
 ----
 
+query I nosort
+SELECT 1 FROM (SELECT TRUE) AS vx(x), t3 WHERE vx.x AND greatest(t3.c0, EXISTS 
(SELECT 1 WHERE vx.x))
+----
+
 statement ok
 ROLLBACK
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to