This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 17ec3a85c IMPALA-11551: Bump CDP_BUILD_NUMBER to use Iceberg 0.14
new 15a5bfd5f IMPALA-11159: Fix AttributeError in
TestAsyncDDLTiming.test_ctas
new cf1d6d0f4 IMPALA-11539: Mitigate intra-node skew of file scans with
MT_DOP
new 79e474d31 IMPALA-10213: Add test for local vs remote scheduling
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/exec/hdfs-scan-node-base.cc | 19 +---
be/src/exec/hdfs-scan-node-base.h | 3 +-
be/src/exec/scan-range-queue-mt.h | 103 +++++++++++++++++++++
be/src/runtime/io/disk-io-mgr.cc | 1 -
be/src/scheduling/executor-group.cc | 6 ++
.../org/apache/impala/planner/HdfsScanNode.java | 6 +-
tests/common/impala_test_suite.py | 26 ++++--
tests/common/skip.py | 2 -
tests/custom_cluster/test_scheduler_locality.py | 53 +++++++++++
tests/metadata/test_stats_extrapolation.py | 3 +-
tests/query_test/test_scanners.py | 62 +++++++++++++
11 files changed, 256 insertions(+), 28 deletions(-)
create mode 100644 be/src/exec/scan-range-queue-mt.h
create mode 100644 tests/custom_cluster/test_scheduler_locality.py