Skip to content

Commit

Permalink
DRILL-7096: Fixed baselines due to added support for canonical Map (#597
Browse files Browse the repository at this point in the history
)

Changes in query output:
"map":[{"key":"<some_key>","value":"<some_value>"}] -> {"<some_key>":"<some_value>"}
  • Loading branch information
agozhiy authored and agirish committed Sep 3, 2019
1 parent e082dbd commit b65aff4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
null null null {"map":[]}
-1 -1.1 {"map":[]}
1 1.1 1 {"map":[{"key":1,"value":"eA=="},{"key":2,"value":"eQ=="}]}
null null null {}
-1 -1.1 {}
1 1.1 1 {"1":"eA==","2":"eQ=="}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
null null null null [] {"map":[]} {"map":[]} {} null null null null [] {"s":{}} []
-1 false -1.1 [] {"map":[]} {"map":[]} {} -1 -1 -1.0 -1 [] {"s":{}} []
1 true 1.1 1 [1,2] {"map":[{"key":1,"value":"eA=="},{"key":2,"value":"eQ=="}]} {"map":[{"key":"aw==","value":"dg=="}]} {"r":"YQ==","s":9,"t":2.2} 1 1 1.0 1 [["YQ==","Yg=="],["Yw==","ZA=="]] {"r":1,"s":{"a":2,"b":"eA=="}} [{"m":{"map":[]},"n":1},{"m":{"map":[{"key":"YQ==","value":"Yg=="},{"key":"Yw==","value":"ZA=="}]},"n":2}]
null null null null [] {} {} {} null null null null [] {"s":{}} []
-1 false -1.1 [] {} {} {} -1 -1 -1.0 -1 [] {"s":{}} []
1 true 1.1 1 [1,2] {"1":"eA==","2":"eQ=="} {"aw==":"dg=="} {"r":"YQ==","s":9,"t":2.2} 1 1 1.0 1 [["YQ==","Yg=="],["Yw==","ZA=="]] {"r":1,"s":{"a":2,"b":"eA=="}} [{"m":{},"n":1},{"m":{"YQ==":"Yg==","Yw==":"ZA=="},"n":2}]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
null null null {"map":[]}
-1 -1.1 {"map":[]}
1 1.1 1 {"map":[{"key":1,"value":"eA=="},{"key":2,"value":"eQ=="}]}
null null null {}
-1 -1.1 {}
1 1.1 1 {"1":"eA==","2":"eQ=="}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
null null null null [] {"map":[]} {"map":[]} {} null null null null [] {"s":{}} []
-1 false -1.1 [] {"map":[]} {"map":[]} {} -1 -1 -1.0 -1 [] {"s":{}} []
1 true 1.1 1 [1,2] {"map":[{"key":1,"value":"eA=="},{"key":2,"value":"eQ=="}]} {"map":[{"key":"aw==","value":"dg=="}]} {"r":"YQ==","s":9,"t":2.2} 1 1 1.0 1 [["YQ==","Yg=="],["Yw==","ZA=="]] {"r":1,"s":{"a":2,"b":"eA=="}} [{"m":{"map":[]},"n":1},{"m":{"map":[{"key":"YQ==","value":"Yg=="},{"key":"Yw==","value":"ZA=="}]},"n":2}]
null null null null [] {} {} {} null null null null [] {"s":{}} []
-1 false -1.1 [] {} {} {} -1 -1 -1.0 -1 [] {"s":{}} []
1 true 1.1 1 [1,2] {"1":"eA==","2":"eQ=="} {"aw==":"dg=="} {"r":"YQ==","s":9,"t":2.2} 1 1 1.0 1 [["YQ==","Yg=="],["Yw==","ZA=="]] {"r":1,"s":{"a":2,"b":"eA=="}} [{"m":{},"n":1},{"m":{"YQ==":"Yg==","Yw==":"ZA=="},"n":2}]

0 comments on commit b65aff4

Please sign in to comment.