Changeset: 33c5d46c8711 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/33c5d46c8711
Modified Files:
        sql/test/miscellaneous/Tests/simple_plans.test
Branch: balanced_union
Log Message:

approved output


diffs (12 lines):

diff --git a/sql/test/miscellaneous/Tests/simple_plans.test 
b/sql/test/miscellaneous/Tests/simple_plans.test
--- a/sql/test/miscellaneous/Tests/simple_plans.test
+++ b/sql/test/miscellaneous/Tests/simple_plans.test
@@ -562,7 +562,7 @@ query T nosort
 plan select x, y from (select a as b, a / 3 as c from t1 union distinct select 
a as z, a / 5 as d from t2) x(x,y) where x > 2
 ----
 project (
-| distinct union (
+| distinct munion (
 | | project (
 | | | group by (
 | | | | project (
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to