aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json
diff options
context:
space:
mode:
Diffstat (limited to 'exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json')
-rw-r--r--exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json b/exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json
index 60cd2b0d5..b6652071c 100644
--- a/exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json
+++ b/exec/java-exec/src/test/resources/store/json/project_pushdown_json_physical_plan.json
@@ -38,13 +38,19 @@
},
"columns" : [ "`field_1`", "`field_3`.`inner_1`", "`field_3`.`inner_2`", "`field_4`.`inner_1`", "`non_existent_at_root`", "`non_existent`.`nested`.`field`"],
"selectionRoot" : "/store/json/schema_change_int_to_string.json",
- "cost" : 0.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 0
+ }
}, {
"pop" : "screen",
"@id" : 0,
"child" : 1,
"initialAllocation" : 1000000,
"maxAllocation" : 10000000000,
- "cost" : 1.0
+ "cost" : {
+ "memoryCost" : 0,
+ "outputRowCount" : 1.0
+ }
} ]
-} \ No newline at end of file
+}