Bikramjeet Vig has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12077
Change subject: IMPALA-7351: Add estimates to kudu table sink ...................................................................... IMPALA-7351: Add estimates to kudu table sink The kudu table sink allocates untracked memory which is bounded by limits that impala enforces through the kudu client API. This patch adds a constant estimate to this table sink which is based on those limits. Testing: Modified planner tests accordingly. Change-Id: I89a45dce0cfbbe3cc0bc17d55ffdbd41cd7dbfbd --- M be/src/util/backend-gflag-util.cc M common/thrift/BackendGflags.thrift M fe/src/main/java/org/apache/impala/planner/KuduTableSink.java M testdata/workloads/functional-planner/queries/PlannerTest/resource-requirements.test 4 files changed, 89 insertions(+), 23 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/12077/1 -- To view, visit http://gerrit.cloudera.org:8080/12077 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I89a45dce0cfbbe3cc0bc17d55ffdbd41cd7dbfbd Gerrit-Change-Number: 12077 Gerrit-PatchSet: 1 Gerrit-Owner: Bikramjeet Vig <[email protected]>
