You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2022/12/18 20:15:11 UTC

[hive] branch master updated (d9c3bc76671 -> 7c343471aa6)

This is an automated email from the ASF dual-hosted git repository.

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


    from d9c3bc76671 HIVE-26850: Added columns info of source table for alter view query (Sai Hemanth Gantasala, reviewed by Krisztian Kasa)
     add 7c343471aa6 HIVE-26699: Iceberg: S3 fadvise can hurt JSON parsing significantly in DWX. (#3862). (Ayush Saxena, reviewed by Denys Kuzmenko, Rajesh Balamohan, Steve Loughran)

No new revisions were added by this update.

Summary of changes:
 iceberg/iceberg-shading/pom.xml                    |   4 +
 iceberg/patched-iceberg-core/pom.xml               |   1 +
 .../org/apache/iceberg/hadoop/HadoopInputFile.java | 261 +++++++++++++++++++++
 3 files changed, 266 insertions(+)
 create mode 100644 iceberg/patched-iceberg-core/src/main/java/org/apache/iceberg/hadoop/HadoopInputFile.java