Changeset: de2d3209fb1c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=de2d3209fb1c Modified Files: clients/Tests/exports.stable.out monetdb5/modules/mosaic/Tests/mosaic_dictionary_joins.stable.out monetdb5/modules/mosaic/Tests/mosaic_frame_joins.stable.out Branch: mosaic Log Message:
Approve tests. diffs (102 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -1506,7 +1506,7 @@ void MOScreatecalendar(Client cntxt, MOS void MOScreatedictionary(Client cntxt, MOStask task); void MOScreateframeDictionary(Client cntxt, MOStask task); str MOSdecompress(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); -str MOSdecompressInternal(Client cntxt, bat *bid); +str MOSdecompressInternal(Client cntxt, bat *ret, bat *bid); str MOSdecompressStorage(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); void MOSdecompress_calendar(Client cntxt, MOStask task); void MOSdecompress_delta(Client cntxt, MOStask task); diff --git a/monetdb5/modules/mosaic/Tests/mosaic_dictionary_joins.stable.out b/monetdb5/modules/mosaic/Tests/mosaic_dictionary_joins.stable.out --- a/monetdb5/modules/mosaic/Tests/mosaic_dictionary_joins.stable.out +++ b/monetdb5/modules/mosaic/Tests/mosaic_dictionary_joins.stable.out @@ -110,8 +110,8 @@ Ready. # void oid oid # type #--------------------------# [ 0@0, 2@0, 0@0 ] -[ 1@0, 3@0, 1@0 ] -[ 2@0, 7@0, 0@0 ] +[ 1@0, 7@0, 0@0 ] +[ 2@0, 3@0, 1@0 ] [ 3@0, 8@0, 1@0 ] #--------------------------# # h t # name @@ -142,24 +142,24 @@ Ready. # void oid # type #--------------------------# [ 0@0, 0@0 ] -[ 1@0, 1@0 ] -[ 2@0, 0@0 ] +[ 1@0, 0@0 ] +[ 2@0, 1@0 ] [ 3@0, 1@0 ] #--------------------------# # h t # name # void oid # type #--------------------------# [ 0@0, 2@0 ] -[ 1@0, 3@0 ] -[ 2@0, 7@0 ] +[ 1@0, 7@0 ] +[ 2@0, 3@0 ] [ 3@0, 8@0 ] #--------------------------# # h t t # name # void oid oid # type #--------------------------# [ 0@0, 0@0, 2@0 ] -[ 1@0, 1@0, 3@0 ] -[ 2@0, 0@0, 7@0 ] +[ 1@0, 0@0, 7@0 ] +[ 2@0, 1@0, 3@0 ] [ 3@0, 1@0, 8@0 ] # 09:15:38 > diff --git a/monetdb5/modules/mosaic/Tests/mosaic_frame_joins.stable.out b/monetdb5/modules/mosaic/Tests/mosaic_frame_joins.stable.out --- a/monetdb5/modules/mosaic/Tests/mosaic_frame_joins.stable.out +++ b/monetdb5/modules/mosaic/Tests/mosaic_frame_joins.stable.out @@ -78,8 +78,8 @@ Ready. # void oid oid # type #--------------------------# [ 0@0, 2@0, 0@0 ] -[ 1@0, 3@0, 1@0 ] -[ 2@0, 7@0, 0@0 ] +[ 1@0, 7@0, 0@0 ] +[ 2@0, 3@0, 1@0 ] [ 3@0, 8@0, 1@0 ] #--------------------------# # h t # name @@ -110,24 +110,24 @@ Ready. # void oid # type #--------------------------# [ 0@0, 0@0 ] -[ 1@0, 1@0 ] -[ 2@0, 0@0 ] +[ 1@0, 0@0 ] +[ 2@0, 1@0 ] [ 3@0, 1@0 ] #--------------------------# # h t # name # void oid # type #--------------------------# [ 0@0, 2@0 ] -[ 1@0, 3@0 ] -[ 2@0, 7@0 ] +[ 1@0, 7@0 ] +[ 2@0, 3@0 ] [ 3@0, 8@0 ] #--------------------------# # t t t # name # void oid oid # type #--------------------------# [ 0@0, 0@0, 2@0 ] -[ 1@0, 1@0, 3@0 ] -[ 2@0, 0@0, 7@0 ] +[ 1@0, 0@0, 7@0 ] +[ 2@0, 1@0, 3@0 ] [ 3@0, 1@0, 8@0 ] # 07:18:52 > _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
