aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/join/merge_join_nullkey.json
diff options
context:
space:
mode:
authorHanumathRao <hanu.ncr@gmail.com>2019-02-28 00:12:05 -0800
committerSorabh Hamirwasia <sorabh@apache.org>2019-03-14 21:34:06 -0700
commitd22e68b83d1d0cc0539d79ae0cb3aa70ae3242ad (patch)
tree76f816aead22b0d7668d06f1b13ccad5c142960c /exec/java-exec/src/test/resources/join/merge_join_nullkey.json
parent5aa38a51d90998234b4ca46434ce225df72addc5 (diff)
DRILL-7068: Support memory adjustment framework for resource management with Queues.
closes #1677
Diffstat (limited to 'exec/java-exec/src/test/resources/join/merge_join_nullkey.json')
-rw-r--r--exec/java-exec/src/test/resources/join/merge_join_nullkey.json60
1 files changed, 48 insertions, 12 deletions
diff --git a/exec/java-exec/src/test/resources/join/merge_join_nullkey.json b/exec/java-exec/src/test/resources/join/merge_join_nullkey.json
index b283dda2e..fb6bfc272 100644
--- a/exec/java-exec/src/test/resources/join/merge_join_nullkey.json
+++ b/exec/java-exec/src/test/resources/join/merge_join_nullkey.json
@@ -32,7 +32,10 @@
"type" : "json"
},
"selectionRoot" : "/region.json",
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "project",
"@id" : 9,
@@ -43,7 +46,10 @@
"child" : 11,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "external-sort",
"@id" : 7,
@@ -56,14 +62,20 @@
"reverse" : false,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "selection-vector-remover",
"@id" : 5,
"child" : 7,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "fs-scan",
"@id" : 10,
@@ -86,7 +98,10 @@
"type" : "json"
},
"selectionRoot" : "/region.json",
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "project",
"@id" : 8,
@@ -97,7 +112,10 @@
"child" : 10,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "external-sort",
"@id" : 6,
@@ -110,14 +128,20 @@
"reverse" : false,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "selection-vector-remover",
"@id" : 4,
"child" : 6,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "merge-join",
"@id" : 3,
@@ -131,7 +155,10 @@
"joinType" : "${JOIN_TYPE}",
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "project",
"@id" : 2,
@@ -145,7 +172,10 @@
"child" : 3,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "project",
"@id" : 1,
@@ -159,13 +189,19 @@
"child" : 2,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
}, {
"pop" : "screen",
"@id" : 0,
"child" : 1,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 18.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 18.0
+ }
} ]
}