Changeset: 0c9b946951c5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c9b946951c5
Modified Files:
        sql/test/scripts/Tests/alastair_udf_mergetable_bug.stable.out
        sql/test/scripts/Tests/fsum.stable.out
Branch: linear-hashing
Log Message:

Approved labels


diffs (36 lines):

diff --git a/sql/test/scripts/Tests/alastair_udf_mergetable_bug.stable.out 
b/sql/test/scripts/Tests/alastair_udf_mergetable_bug.stable.out
--- a/sql/test/scripts/Tests/alastair_udf_mergetable_bug.stable.out
+++ b/sql/test/scripts/Tests/alastair_udf_mergetable_bug.stable.out
@@ -13,14 +13,14 @@ stdout of test 'alastair_udf_mergetable_
 [ 4    ]
 #set optimizer='default_pipe';
 #select optimizer;
-% .L2 # table_name
-% L2 # name
+% . # table_name
+% single_value # name
 % varchar # type
 % 12 # length
 [ "default_pipe"       ]
 #select tab1.group_by_col,SUM(fuse(cast (tab1.f as INT),cast (tab2.f as INT))) 
from tab2 inner join tab1 on tab1.index_col = tab2.index_col group by 
tab1.group_by_col;
-% sys.tab1,    sys.L5 # table_name
-% group_by_col,        L5 # name
+% sys.tab1,    sys.%3 # table_name
+% group_by_col,        %3 # name
 % int, bigint # type
 % 1,   11 # length
 [ 1,   12884902221     ]
diff --git a/sql/test/scripts/Tests/fsum.stable.out 
b/sql/test/scripts/Tests/fsum.stable.out
--- a/sql/test/scripts/Tests/fsum.stable.out
+++ b/sql/test/scripts/Tests/fsum.stable.out
@@ -49,8 +49,8 @@ stdout of test 'fsum` in directory 'sql/
 #8.988465674311579e+307 25
 [ 3131 ]
 #select gid, sum(val) from t where gid in (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 
11, 12, 13, 15, 16, 17, 18, 19, 22, 23, 31, 33, 35, 37, 39, 40, 41) group by 
gid order by gid;
-% sys.t,       sys.L1 # table_name
-% gid, L1 # name
+% sys.t,       sys.%2 # table_name
+% gid, %2 # name
 % int, double # type
 % 2,   24 # length
 [ 1,   0       ]
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to