Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/7703
Change subject: IMPALA-5641: mem-estimate should never be less than mem-reservation ...................................................................... IMPALA-5641: mem-estimate should never be less than mem-reservation This is implemented in the ResourceProfileBuilder to avoid duplicating the login in every plan node. Testing: Updated planner tests. Change-Id: I1e2853300371e31b13d81a763dbafb21709b16c4 --- M fe/src/main/java/org/apache/impala/planner/ResourceProfileBuilder.java M testdata/workloads/functional-planner/queries/PlannerTest/constant-folding.test M testdata/workloads/functional-planner/queries/PlannerTest/disable-codegen.test M testdata/workloads/functional-planner/queries/PlannerTest/fk-pk-join-detection.test M testdata/workloads/functional-planner/queries/PlannerTest/max-row-size.test M testdata/workloads/functional-planner/queries/PlannerTest/mt-dop-validation.test M testdata/workloads/functional-planner/queries/PlannerTest/resource-requirements.test M testdata/workloads/functional-planner/queries/PlannerTest/sort-expr-materialization.test M testdata/workloads/functional-planner/queries/PlannerTest/spillable-buffer-sizing.test M testdata/workloads/functional-planner/queries/PlannerTest/tablesample.test 10 files changed, 212 insertions(+), 205 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/03/7703/1 -- To view, visit http://gerrit.cloudera.org:8080/7703 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1e2853300371e31b13d81a763dbafb21709b16c4 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]>
