Hello Dan Hecht,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4767
to look at the new patch set (#2).
Change subject: IMPALA-4285: Fix Parquet scanner with MT_DOP > 0 and no
materialized slots.
......................................................................
IMPALA-4285: Fix Parquet scanner with MT_DOP > 0 and no materialized slots.
The problem was that there was a reference to HdfsScanner::batch_
hidden inside WriteEmptyTuples(). The batch_ reference is NULL when the
scanner is run in MT mode (i.e. with MT_DOP > 1).
Testing: Added a new test_mt_dop.py test.
Change-Id: I79c0f6fd2aeb4bc6fa5f87219a485194fef2db1b
---
M be/src/exec/hdfs-avro-scanner.cc
M be/src/exec/hdfs-parquet-scanner.cc
M be/src/exec/hdfs-rcfile-scanner.cc
M be/src/exec/hdfs-scanner.cc
M be/src/exec/hdfs-scanner.h
M be/src/exec/hdfs-sequence-scanner.cc
M be/src/exec/hdfs-text-scanner.cc
A tests/query_test/test_mt_dop.py
8 files changed, 68 insertions(+), 62 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/67/4767/2
--
To view, visit http://gerrit.cloudera.org:8080/4767
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I79c0f6fd2aeb4bc6fa5f87219a485194fef2db1b
Gerrit-PatchSet: 2
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Alex Behm <[email protected]>
Gerrit-Reviewer: Alex Behm <[email protected]>
Gerrit-Reviewer: Dan Hecht <[email protected]>