Changeset: e566e8978d5c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e566e8978d5c
Modified Files:
sql/test/mergetables/Tests/mergequery.test
Branch: balanced_union
Log Message:
Fixes expected plan with munion instead of union
diffs (21 lines):
diff --git a/sql/test/mergetables/Tests/mergequery.test
b/sql/test/mergetables/Tests/mergequery.test
--- a/sql/test/mergetables/Tests/mergequery.test
+++ b/sql/test/mergetables/Tests/mergequery.test
@@ -196,7 +196,7 @@ SELECT * FROM complete where x > 1.0 AND
query T nosort
PLAN SELECT * FROM complete where x >= 1.0 AND x <= 2.0
----
-union (
+munion (
| project (
| | select (
| | | table("sys"."part1") [ "part1"."x" NOT NULL as "complete"."x",
"part1"."y" NOT NULL as "complete"."y", "part1"."z" NOT NULL as "complete"."z" ]
@@ -228,7 +228,7 @@ 0.000
query T nosort
PLAN SELECT * FROM complete WHERE x BETWEEN 0 AND 2 AND Y BETWEEN 0 AND 2
----
-union (
+munion (
| project (
| | table("sys"."part1") [ "part1"."x" NOT NULL as "complete"."x", "part1"."y"
NOT NULL as "complete"."y", "part1"."z" NOT NULL as "complete"."z" ]
| ) [ "complete"."x" NOT NULL, "complete"."y" NOT NULL, "complete"."z" NOT
NULL ],
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]