Changeset: 6550f61efc35 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6550f61efc35
Added Files:
        sql/test/BugTracker-2026/Tests/7841-BATsubcross-more-than-one-match.test
Modified Files:
        sql/test/BugTracker-2026/Tests/All
Branch: Dec2025
Log Message:

Add test for #7841


diffs (16 lines):

diff --git 
a/sql/test/BugTracker-2026/Tests/7841-BATsubcross-more-than-one-match.test 
b/sql/test/BugTracker-2026/Tests/7841-BATsubcross-more-than-one-match.test
new file mode 100644
--- /dev/null
+++ b/sql/test/BugTracker-2026/Tests/7841-BATsubcross-more-than-one-match.test
@@ -0,0 +1,3 @@
+statement error GDK reported error: BATsubcross: more than one match
+SELECT x , x , STDDEV_POP ( NULLIF ( ( WITH RECURSIVE x ( x ) AS ( WITH 
RECURSIVE x ( x ) AS ( SELECT 440 UNION SELECT 1 - x FROM x ) SELECT * FROM 
generate_series ( 0 , 10 ) WHERE x < 5 ) SELECT CAST( ( ltrim ( 75.500000 , 
NULL ) = - 14 - - 'c' / 46 AND x = 288 AND x = 764 AND x = 35 AND x = 594 ) AS 
INT ) AS x FROM x AS x WHERE NOT ( - x ) BETWEEN - x AND NULL ) , NULL ) ) OVER 
( ORDER BY CASE WHEN x % 2 = 0 THEN 0 ELSE 1 END RANGE BETWEEN CURRENT ROW AND 
UNBOUNDED FOLLOWING ) AS x FROM ( SELECT rank ( ) OVER ( PARTITION BY 'x' , 1 , 
1 , 'x' ) AS x UNION SELECT 0 AS x UNION SELECT 3 AS x ) ORDER BY 1 , 2 , 3
+
diff --git a/sql/test/BugTracker-2026/Tests/All 
b/sql/test/BugTracker-2026/Tests/All
--- a/sql/test/BugTracker-2026/Tests/All
+++ b/sql/test/BugTracker-2026/Tests/All
@@ -43,3 +43,4 @@ KNOWNFAIL?7833-assertion-failure
 7837-crash
 7838-crash
 7840-crash
+7841-BATsubcross-more-than-one-match
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to