[hive] branch master updated (3127633 -> 23b0d30)

2021-07-28 Thread pvary
This is an automated email from the ASF dual-hosted git repository.

pvary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


from 3127633  HIVE-25067: Add more tests to Iceberg partition pruning 
(Peter Vary, reviewed by Marton Bod) PR #2521
 add 23b0d30  HIVE-25344: Add a possibility to query Iceberg table 
snapshots based on the timestamp or the snapshot id (Peter Vary reviewed by 
Marton Bod and Marta Kuczora)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/ql/ErrorMsg.java   |   1 +
 .../iceberg/mr/hive/HiveIcebergInputFormat.java|   2 +
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |   5 +
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 149 +
 .../negative/timetravel_by_time_non_iceberg.q  |   2 +
 .../negative/timetravel_by_version_non_iceberg.q   |   2 +
 .../negative/timetravel_by_time_non_iceberg.q.out  |   9 ++
 .../timetravel_by_version_non_iceberg.q.out|   9 ++
 .../apache/hadoop/hive/ql/parse/FromClauseParser.g |  15 ++-
 .../apache/hadoop/hive/ql/parse/HiveLexerParent.g  |   3 +
 .../org/apache/hadoop/hive/ql/parse/HiveParser.g   |   2 +
 .../hadoop/hive/ql/parse/IdentifiersParser.g   |   1 +
 .../org/apache/hadoop/hive/ql/exec/FetchTask.java  |   4 +-
 .../hadoop/hive/ql/exec/SMBMapJoinOperator.java|   6 +-
 .../hadoop/hive/ql/exec/mr/MapredLocalTask.java|   4 +-
 .../hive/ql/io/BucketizedHiveInputFormat.java  |   2 +-
 .../hadoop/hive/ql/io/CombineHiveInputFormat.java  |   2 +-
 .../apache/hadoop/hive/ql/io/HiveInputFormat.java  |  33 +++--
 .../hive/ql/metadata/HiveStorageHandler.java   |   8 ++
 .../org/apache/hadoop/hive/ql/metadata/Table.java  |  29 
 .../hadoop/hive/ql/parse/BaseSemanticAnalyzer.java |   8 +-
 .../java/org/apache/hadoop/hive/ql/parse/QB.java   |  11 ++
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java |  30 +
 .../apache/hadoop/hive/ql/plan/TableScanDesc.java  |  42 ++
 .../hive/service/cli/operation/SQLOperation.java   |   2 +-
 25 files changed, 357 insertions(+), 24 deletions(-)
 create mode 100644 
iceberg/iceberg-handler/src/test/queries/negative/timetravel_by_time_non_iceberg.q
 create mode 100644 
iceberg/iceberg-handler/src/test/queries/negative/timetravel_by_version_non_iceberg.q
 create mode 100644 
iceberg/iceberg-handler/src/test/results/negative/timetravel_by_time_non_iceberg.q.out
 create mode 100644 
iceberg/iceberg-handler/src/test/results/negative/timetravel_by_version_non_iceberg.q.out


[hive] branch master updated (8e07f7f -> a1d4c8a)

2021-07-28 Thread zabetak
This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


from 8e07f7f  HIVE-25374: Fix test TestReplicationOnHDFSEncryptedZones 
(#2519)(Arko Sharma, reviewed by Ayush Saxena)
 add a1d4c8a  HIVE-25173: hive-pre-upgrade build fails due to missing 
dependency on pentaho-aggdesigner-algorithm (Masatake Iwasaki, reviewed by 
Stamatis Zampetakis)

No new revisions were added by this update.

Summary of changes:
 upgrade-acid/pre-upgrade/pom.xml | 4 
 1 file changed, 4 insertions(+)


[hive] branch master updated (ce62aeb -> 8e07f7f)

2021-07-28 Thread aasha
This is an automated email from the ASF dual-hosted git repository.

aasha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


from ce62aeb  HIVE-25390: Metrics compaction_failed_initiator_ratio and 
compaction_failed_cleaner_ratio should be counters (Karen Coppage, reviewed by 
Laszlo Pinter)
 add 8e07f7f  HIVE-25374: Fix test TestReplicationOnHDFSEncryptedZones 
(#2519)(Arko Sharma, reviewed by Ayush Saxena)

No new revisions were added by this update.

Summary of changes:
 .../parse/TestReplicationOnHDFSEncryptedZones.java | 123 -
 1 file changed, 95 insertions(+), 28 deletions(-)


[hive] branch master updated (69c97c2 -> ce62aeb)

2021-07-28 Thread klcopp
This is an automated email from the ASF dual-hosted git repository.

klcopp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


from 69c97c2  HIVE-25370: Improve SharedWorkOptimizer performance (#2536) 
(Zoltan Haindrich reviewed by Krisztian Kasa)
 add ce62aeb  HIVE-25390: Metrics compaction_failed_initiator_ratio and 
compaction_failed_cleaner_ratio should be counters (Karen Coppage, reviewed by 
Laszlo Pinter)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/txn/compactor/Cleaner.java  | 12 +++
 .../hadoop/hive/ql/txn/compactor/Initiator.java| 10 ++
 .../ql/txn/compactor/TestCompactionMetrics.java| 39 --
 .../hadoop/hive/metastore/metrics/Metrics.java | 30 -
 .../hive/metastore/metrics/MetricsConstants.java   |  4 +--
 5 files changed, 22 insertions(+), 73 deletions(-)


[hive] branch master updated (e6d98b8 -> 69c97c2)

2021-07-28 Thread kgyrtkirk
This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


from e6d98b8  HIVE-25014: Optimise ObjectStore::updateTableColumnStatistics 
(Rajesh Balamohan, reviewed by Mahesh Kumar Behera)
 add 69c97c2  HIVE-25370: Improve SharedWorkOptimizer performance (#2536) 
(Zoltan Haindrich reviewed by Krisztian Kasa)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/optimizer/SharedWorkOptimizer.java | 105 -
 .../hive/ql/optimizer/TestSharedWorkOptimizer.java |  72 +-
 2 files changed, 130 insertions(+), 47 deletions(-)