Changeset: 2e60a3a2188e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2e60a3a2188e Modified Files: sql/test/Tests/window_functions.stable.out Branch: window-tunning Log Message:
By forcing coercion on the boundary types, it fixed a broken query. Time to backport into Oct2020 diffs (19 lines): diff --git a/sql/test/Tests/window_functions.stable.out b/sql/test/Tests/window_functions.stable.out --- a/sql/test/Tests/window_functions.stable.out +++ b/sql/test/Tests/window_functions.stable.out @@ -166,11 +166,11 @@ stdout of test 'window_functions` in dir % 20, 10, 9, 9 # length [ 3.000, "Management", 4000.00, 4000.00 ] [ 2.000, "Management", 4400.00, 4400.00 ] -[ 1.000, "Management", 4500.00, 4500.00 ] +[ 1.000, "Management", 4500.00, 8900.00 ] [ 5.000, "Production", 3500.00, 3500.00 ] -[ 6.000, "Production", 3600.00, 3600.00 ] -[ 4.000, "Production", 3700.00, 3700.00 ] -[ 7.000, "Production", 3800.00, 3800.00 ] +[ 6.000, "Production", 3600.00, 7100.00 ] +[ 4.000, "Production", 3700.00, 7300.00 ] +[ 7.000, "Production", 3800.00, 7500.00 ] [ 8.000, "Production", 4000.00, 4000.00 ] [ 11.000, "Sales", 4100.00, 4100.00 ] [ 10.000, "Sales", 4300.00, 4300.00 ] _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list