Changeset: 46052c18de46 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/46052c18de46
Modified Files:
sql/test/miscellaneous/Tests/groupby_error.test
Branch: Aug2024
Log Message:
Update single-threaded output.
diffs (14 lines):
diff --git a/sql/test/miscellaneous/Tests/groupby_error.test
b/sql/test/miscellaneous/Tests/groupby_error.test
--- a/sql/test/miscellaneous/Tests/groupby_error.test
+++ b/sql/test/miscellaneous/Tests/groupby_error.test
@@ -114,8 +114,8 @@ query T nosort
PLAN SELECT DISTINCT col0, col1, col2, col0 FROM tab0
----
group by (
-| table("sys"."tab0") [ "tab0"."col0", "tab0"."col1", "tab0"."col2" ]
-) [ "tab0"."col2", "tab0"."col0", "tab0"."col1" ] [ "tab0"."col0",
"tab0"."col1", "tab0"."col2", "tab0"."col0" ]
+| table("sys"."tab0") [ "tab0"."col0" NOT NULL, "tab0"."col1" NOT NULL,
"tab0"."col2" NOT NULL ]
+) [ "tab0"."col2" NOT NULL, "tab0"."col0" NOT NULL, "tab0"."col1" NOT NULL ] [
"tab0"."col0" NOT NULL, "tab0"."col1" NOT NULL, "tab0"."col2" NOT NULL,
"tab0"."col0" NOT NULL ]
query IIII rowsort
SELECT DISTINCT col0, col1, col2, col0 FROM tab0
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]