Changeset: b44f4898aa22 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b44f4898aa22 Modified Files: monetdb5/optimizer/Tests/inline08.stable.out sql/benchmarks/tpcds/Tests/54.stable.out Branch: Oct2020 Log Message:
Approved output diffs (43 lines): diff --git a/monetdb5/optimizer/Tests/inline08.stable.out b/monetdb5/optimizer/Tests/inline08.stable.out --- a/monetdb5/optimizer/Tests/inline08.stable.out +++ b/monetdb5/optimizer/Tests/inline08.stable.out @@ -31,8 +31,25 @@ stdout of test 'inline08` in directory ' function user.qry():void; #[0] (0) 0 b:bat[:str] := bat.new(:str); #[1] (0) CMDBATnew 1 <- 2 bat.append(b:bat[:str], "1":str); #[2] (0) BKCappend_val_wrap 3 <- 1 4 - z:bat[:str] := mal.multiplex("user":str, "bar":str, b:bat[:str], b:bat[:str]); #[3] (0) MANIFOLDremapMultiplex 5 <- 6 7 1 1 -end user.qry; #[4] (0) + b:bat[:str] := batstr.replace(b:bat[:str], "A":str, "":str); #[1] (0) STRbatReplacecst 1 <- 1 17 18 + b:bat[:str] := batstr.replace(b:bat[:str], "E":str, "":str); #[2] (0) STRbatReplacecst 1 <- 1 19 18 + b:bat[:str] := batstr.replace(b:bat[:str], "I":str, "":str); #[3] (0) STRbatReplacecst 1 <- 1 20 18 + b:bat[:str] := batstr.replace(b:bat[:str], "O":str, "":str); #[4] (0) STRbatReplacecst 1 <- 1 21 18 + b:bat[:str] := batstr.replace(b:bat[:str], "U":str, "":str); #[5] (0) STRbatReplacecst 1 <- 1 22 18 + b:bat[:str] := batstr.replace(b:bat[:str], " ":str, "":str); #[6] (0) STRbatReplacecst 1 <- 1 23 18 + X_9:bat[:str] := b:bat[:str]; #[7] (0) 12 <- 1 + b:bat[:str] := batstr.replace(b:bat[:str], "A":str, "":str); #[1] (0) STRbatReplacecst 1 <- 1 17 18 + b:bat[:str] := batstr.replace(b:bat[:str], "E":str, "":str); #[2] (0) STRbatReplacecst 1 <- 1 19 18 + b:bat[:str] := batstr.replace(b:bat[:str], "I":str, "":str); #[3] (0) STRbatReplacecst 1 <- 1 20 18 + b:bat[:str] := batstr.replace(b:bat[:str], "O":str, "":str); #[4] (0) STRbatReplacecst 1 <- 1 21 18 + b:bat[:str] := batstr.replace(b:bat[:str], "U":str, "":str); #[5] (0) STRbatReplacecst 1 <- 1 22 18 + b:bat[:str] := batstr.replace(b:bat[:str], " ":str, "":str); #[6] (0) STRbatReplacecst 1 <- 1 23 18 + X_10:bat[:str] := b:bat[:str]; #[7] (0) 13 <- 1 + X_11:bat[:str] := batcalc.+(X_9:bat[:str], X_10:bat[:str], nil:BAT, nil:BAT); #[3] (0) CMDbatADD 14 <- 12 13 28 29 + z:bat[:str] := X_11:bat[:str]; #[4] (0) 5 <- 14 +end user.qry; #[19] (0) +#inline actions= 0 time=3 usec +#remap actions= 1 time=117 usec # 20:02:17 > # 20:02:17 > Done. diff --git a/sql/benchmarks/tpcds/Tests/54.stable.out b/sql/benchmarks/tpcds/Tests/54.stable.out --- a/sql/benchmarks/tpcds/Tests/54.stable.out +++ b/sql/benchmarks/tpcds/Tests/54.stable.out @@ -39,7 +39,7 @@ stdout of test '54` in directory 'sql/be # date_dim, # customer # WHERE sold_date_sk = d_date_sk -% .segments, ., . # table_name +% sys.segments, sys., sys. # table_name % segment, num_customers, segment_base # name % int, bigint, bigint # type % 5, 1, 6 # length _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list