Changeset: 101846c22dbd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/101846c22dbd Modified Files: sql/test/miscellaneous/Tests/simple_selects.test Branch: optimizer-testing Log Message:
Fixes test plan after improvements on groupby-cse optimizer diffs (14 lines): diff --git a/sql/test/miscellaneous/Tests/simple_selects.test b/sql/test/miscellaneous/Tests/simple_selects.test --- a/sql/test/miscellaneous/Tests/simple_selects.test +++ b/sql/test/miscellaneous/Tests/simple_selects.test @@ -912,8 +912,8 @@ plan SELECT x AS x, x AS x1 FROM (VALUES ---- project ( | group by ( -| | [ [ tinyint(2) "1", tinyint(2) "2", tinyint(2) "3" ] as "x"."x", "x"."x" NOT NULL as "x1" ] -| ) [ "x"."x" NOT NULL ] [ "x"."x" NOT NULL, "x1" NOT NULL ] +| | [ [ tinyint(2) "1", tinyint(2) "2", tinyint(2) "3" ] as "x"."x" ] +| ) [ "x"."x" NOT NULL ] [ "x"."x" NOT NULL, "x"."x" NOT NULL as "x1" ] ) [ "x"."x" NOT NULL UNIQUE as "x", "x1" NOT NULL ] query II rowsort _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
