Michael Ho has uploaded a new patch set (#2). Change subject: IMPALA2885: ScannerContext::Stream objects should be owned by ScannerContext ......................................................................
IMPALA2885: ScannerContext::Stream objects should be owned by ScannerContext Each scanner context has at least one stream which corresponds to a scan range. For parquet scanner, there can be multuple streams. These Stream objects are stored in the RuntimeState's object pool even though they have the same life span of the scanner threads. This change makes ScannerContext the owner of the Stream objects so they will be freed when ScannerContext is destoryed. Change-Id: Ic5440d414ecc0ca19676c553275aeb85231d6045 --- M be/src/exec/scanner-context.cc M be/src/exec/scanner-context.h 2 files changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/90/3590/2 -- To view, visit http://gerrit.cloudera.org:8080/3590 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic5440d414ecc0ca19676c553275aeb85231d6045 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
