This is an automated email from the ASF dual-hosted git repository.
pvarga pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 6404587 HIVE-24710: Optimise PTF iteration for count(*) to reduce CPU
and IO cost (#1940)
add 056fdaf HIVE-24715: Increase bucketId range (Attila Magyar, reviewed
by Peter Varga)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +
.../apache/hadoop/hive/ql/DriverTxnHandler.java | 8 +++-
.../apache/hadoop/hive/ql/io/AcidOutputFormat.java | 10 +++++
.../org/apache/hadoop/hive/ql/io/BucketCodec.java | 28 +++++++++---
.../hadoop/hive/ql/io/HiveFileFormatUtils.java | 1 +
.../hadoop/hive/ql/io/orc/OrcRecordUpdater.java | 6 ++-
.../apache/hadoop/hive/ql/plan/FileSinkDesc.java | 10 +++++
.../apache/hadoop/hive/ql/io/TestBucketCodec.java | 52 ++++++++++++++++++++++
8 files changed, 109 insertions(+), 8 deletions(-)