Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22322
Change subject: IMPALA-13658: Enable tuple caching aggregates ...................................................................... IMPALA-13658: Enable tuple caching aggregates Enables tuple caching on aggregates. Caching aggregates requires that their children are also eligible for caching, so this excludes aggregates above an exchange. Change-Id: I9bd13c2813c90d23eb3a70f98068fdcdab97a885 --- M fe/src/main/java/org/apache/impala/planner/AggregationNode.java M fe/src/test/java/org/apache/impala/planner/TupleCacheTest.java M tests/custom_cluster/test_tuple_cache.py 3 files changed, 92 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/22322/1 -- To view, visit http://gerrit.cloudera.org:8080/22322 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I9bd13c2813c90d23eb3a70f98068fdcdab97a885 Gerrit-Change-Number: 22322 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
