Changeset: 0c3b298ea0a2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c3b298ea0a2
Modified Files:
        sql/test/Tests/alastair_udf_mergetable_bug.stable.out
Branch: Jul2015
Log Message:

approve output


diffs (18 lines):

diff --git a/sql/test/Tests/alastair_udf_mergetable_bug.stable.out 
b/sql/test/Tests/alastair_udf_mergetable_bug.stable.out
--- a/sql/test/Tests/alastair_udf_mergetable_bug.stable.out
+++ b/sql/test/Tests/alastair_udf_mergetable_bug.stable.out
@@ -18,10 +18,10 @@ stdout of test 'alastair_udf_mergetable_
 % varchar # type
 % 12 # length
 [ "default_pipe"       ]
-#select tab1.group_by_col,SUM(fuse(tab1.f,tab2.f)) from tab2 inner join tab1 
on tab1.index_col = tab2.index_col group by tab1.group_by_col;
-% sys.tab1,    sys.L1 # table_name
-% group_by_col,        L1 # name
-% int, bigint # type
+#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.L3 # table_name
+% group_by_col,        L3 # name
+% int, hugeint # type
 % 1,   11 # length
 [ 1,   12884902221     ]
 [ 2,   30064771405     ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to