Changeset: 6a85272cf245 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6a85272cf245 Added Files: sql/test/Tests/alastair_udf_mergetable_bug.stable.out.int128 Modified Files: sql/test/Tests/alastair_udf_mergetable_bug.stable.out Branch: Jul2015 Log Message:
Separate 128 bit int output. diffs (15 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 @@ -21,7 +21,7 @@ stdout of test 'alastair_udf_mergetable_ #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 +% int, bigint # type % 1, 11 # length [ 1, 12884902221 ] [ 2, 30064771405 ] diff --git a/sql/test/Tests/alastair_udf_mergetable_bug.stable.out b/sql/test/Tests/alastair_udf_mergetable_bug.stable.out.int128 copy from sql/test/Tests/alastair_udf_mergetable_bug.stable.out copy to sql/test/Tests/alastair_udf_mergetable_bug.stable.out.int128 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
