You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2017/09/01 15:59:09 UTC

[Impala-ASF-CR] IMPALA-5885: free runtime filter allocations in Parquet

Tim Armstrong has uploaded a new patch set (#3).

Change subject: IMPALA-5885: free runtime filter allocations in Parquet
......................................................................

IMPALA-5885: free runtime filter allocations in Parquet

This fixes the parquet scanner to free local allocations in
runtime filter contexts for every batch.

Testing:
Added a regression test that runs out of memory before this fix.

Ran core and ASAN builds.

Change-Id: Iecdda6af12d5ca578f7d2cb393e9cb9f49438f09
---
M be/src/exec/hdfs-parquet-scanner.cc
M be/src/exec/hdfs-parquet-scanner.h
M testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test
3 files changed, 32 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/31/7931/3
-- 
To view, visit http://gerrit.cloudera.org:8080/7931
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iecdda6af12d5ca578f7d2cb393e9cb9f49438f09
Gerrit-PatchSet: 3
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>