Changeset: 04c08eff2c4a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04c08eff2c4a
Modified Files:
        sql/test/miscellaneous/Tests/groupby_error.sql
        sql/test/miscellaneous/Tests/groupby_error.stable.out
Branch: Oct2020
Log Message:

Approved output and crash on global aggregate case


diffs (30 lines):

diff --git a/sql/test/miscellaneous/Tests/groupby_error.sql 
b/sql/test/miscellaneous/Tests/groupby_error.sql
--- a/sql/test/miscellaneous/Tests/groupby_error.sql
+++ b/sql/test/miscellaneous/Tests/groupby_error.sql
@@ -199,6 +199,8 @@ select group_concat(distinct col1, col2)
        -- 0
        -- 81
        -- 0
+select group_concat(distinct col1, col2) from tab0;
+       -- 03881240
 ROLLBACK;
 
 START TRANSACTION;
diff --git a/sql/test/miscellaneous/Tests/groupby_error.stable.out 
b/sql/test/miscellaneous/Tests/groupby_error.stable.out
--- a/sql/test/miscellaneous/Tests/groupby_error.stable.out
+++ b/sql/test/miscellaneous/Tests/groupby_error.stable.out
@@ -505,6 +505,14 @@ project (
 [ "a"  ]
 #INSERT INTO "tab0" VALUES (83, 0, 38), (26, 0, 79), (43, 81, 24);
 [ 3    ]
+#select group_concat(distinct col1, col2) from tab0 group by col0;
+% sys.%1 # table_name
+% %1 # name
+% clob # type
+% 2 # length
+[ "0"  ]
+[ "0"  ]
+[ "81" ]
 #ROLLBACK;
 #START TRANSACTION;
 #CREATE TABLE tab2 ("col0" INTEGER,"col1" INTEGER,"col2" INTEGER);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to