Changeset: b4031f6f63ea for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b4031f6f63ea
Modified Files:
        sql/test/BugTracker-2015/Tests/crash.Bug-3736.test
Branch: Jul2021
Log Message:

Approved output


diffs (43 lines):

diff --git a/sql/test/BugTracker-2015/Tests/crash.Bug-3736.test 
b/sql/test/BugTracker-2015/Tests/crash.Bug-3736.test
--- a/sql/test/BugTracker-2015/Tests/crash.Bug-3736.test
+++ b/sql/test/BugTracker-2015/Tests/crash.Bug-3736.test
@@ -123,7 +123,9 @@ single left outer join (
 | | select (
 | | | project (
 | | | | crossproduct (
-| | | | | table("sys"."bidder") [ "bidder"."id" NOT NULL HASHCOL  as 
"b3"."id", "bidder"."increase" NOT NULL as "b3"."increase", "bidder"."%TID%" 
NOT NULL as "b3"."%TID%" ] COUNT ,
+| | | | | project (
+| | | | | | table("sys"."bidder") [ "bidder"."id" NOT NULL HASHCOL  as 
"b3"."id", "bidder"."increase" NOT NULL as "b3"."increase", "bidder"."%TID%" 
NOT NULL as "b3"."%TID%" ] COUNT 
+| | | | | ) [ "b3"."id" NOT NULL HASHCOL , "b3"."increase" NOT NULL, 
"b3"."%TID%" NOT NULL, "b3"."id" NOT NULL HASHCOL , "b3"."increase" NOT NULL, 
"b3"."%TID%" NOT NULL, "b3"."increase" NOT NULL as "%2"."%2" ],
 | | | | | group by (
 | | | | | | join (
 | | | | | | | group by (
@@ -135,7 +137,7 @@ single left outer join (
 | | | | | | ) [ "b3a"."open_auction_id" NOT NULL = "o"."open_auction_id" NOT 
NULL ]
 | | | | | ) [ "o"."open_auction_id" NOT NULL ] [ "sys"."min" no nil 
("b3a"."id" NOT NULL HASHCOL ) as "%1"."%1", "o"."open_auction_id" NOT NULL ]
 | | | | ) [  ]
-| | | ) [ "o"."open_auction_id" NOT NULL, "b3"."id" NOT NULL HASHCOL , 
"b3"."increase" NOT NULL, "b3"."%TID%" NOT NULL, "%1"."%1", "b3"."increase" NOT 
NULL as "%2"."%2" ]
+| | | ) [ "o"."open_auction_id" NOT NULL, "%1"."%1", "b3"."id" NOT NULL 
HASHCOL , "b3"."increase" NOT NULL, "b3"."%TID%" NOT NULL, "%2"."%2" NOT NULL ]
 | | ) [ "b3"."id" NOT NULL HASHCOL  = "%1"."%1" ]
 | ) [ "b3"."id" NOT NULL HASHCOL , "b3"."increase" NOT NULL, "b3"."%TID%" NOT 
NULL, "%1"."%1", "%2"."%2" NOT NULL, "o"."open_auction_id" NOT NULL as 
"%5"."%5" ]
 ) [ "o"."open_auction_id" NOT NULL * = "%5"."%5" NOT NULL ]
@@ -148,7 +150,9 @@ project (
 | | | | | select (
 | | | | | | project (
 | | | | | | | crossproduct (
-| | | | | | | | table("sys"."bidder") [ "bidder"."id" NOT NULL HASHCOL  as 
"b2"."id", "bidder"."increase" NOT NULL as "b2"."increase" ] COUNT ,
+| | | | | | | | project (
+| | | | | | | | | table("sys"."bidder") [ "bidder"."id" NOT NULL HASHCOL  as 
"b2"."id", "bidder"."increase" NOT NULL as "b2"."increase" ] COUNT 
+| | | | | | | | ) [ "b2"."id" NOT NULL HASHCOL , "b2"."increase" NOT NULL as 
"%4"."%4" ],
 | | | | | | | | group by (
 | | | | | | | | | join (
 | | | | | | | | | | single group by (
@@ -160,7 +164,7 @@ project (
 | | | | | | | | | ) [ "b2a"."open_auction_id" NOT NULL = "o"."open_auction_id" 
NOT NULL ]
 | | | | | | | | ) [ "o"."open_auction_id" NOT NULL ] [ "sys"."max" no nil 
("b2a"."id" NOT NULL HASHCOL ) as "%3"."%3", "o"."open_auction_id" NOT NULL ]
 | | | | | | | ) [  ]
-| | | | | | ) [ "o"."open_auction_id" NOT NULL, "b2"."id" NOT NULL HASHCOL , 
"%3"."%3", "b2"."increase" NOT NULL as "%4"."%4" ]
+| | | | | | ) [ "o"."open_auction_id" NOT NULL, "%3"."%3", "b2"."id" NOT NULL 
HASHCOL , "%4"."%4" NOT NULL ]
 | | | | | ) [ "b2"."id" NOT NULL HASHCOL  = "%3"."%3" ]
 | | | | ) [ "%4"."%4" NOT NULL, "o"."open_auction_id" NOT NULL as "%6"."%6" ]
 | | | ) [ "o"."open_auction_id" NOT NULL * = "%6"."%6" NOT NULL ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to