[hive] branch master updated (116a6be -> c9e6a41)

2021-10-26 Thread mbod
This is an automated email from the ASF dual-hosted git repository.

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


from 116a6be  Revert "HIVE-25553: Support Map data-type natively in Arrow 
format (Sruthi M, reviewed by Sankar Hariappan)"
 add c9e6a41  HIVE-25643: Disable replace cols and change col commands for 
migrated Iceberg tables (Marton Bod, reviewed by Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergMetaHook.java   | 27 +
 .../iceberg/mr/hive/TestHiveIcebergMigration.java  | 31 +---
 .../mr/hive/TestHiveIcebergSchemaEvolution.java| 34 ++
 .../alter_multi_part_table_to_iceberg.q.out|  3 ++
 .../positive/alter_part_table_to_iceberg.q.out |  3 ++
 .../results/positive/alter_table_to_iceberg.q.out  |  3 ++
 .../truncate_partitioned_iceberg_table.q.out   |  2 ++
 7 files changed, 87 insertions(+), 16 deletions(-)


[hive] branch master updated (a9462c2 -> 116a6be)

2021-10-26 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 a9462c2  HIVE-25553: Support Map data-type natively in Arrow format 
(Sruthi M, reviewed by Sankar Hariappan)
 add 116a6be  Revert "HIVE-25553: Support Map data-type natively in Arrow 
format (Sruthi M, reviewed by Sankar Hariappan)"

No new revisions were added by this update.

Summary of changes:
 data/files/datatypes.txt   |  4 +-
 .../org/apache/hive/jdbc/BaseJdbcWithMiniLlap.java | 16 ++---
 .../hive/jdbc/TestJdbcWithMiniLlapArrow.java   | 83 ++
 .../hive/jdbc/TestJdbcWithMiniLlapVectorArrow.java | 83 ++
 pom.xml|  2 +-
 .../hive/llap/WritableByteChannelAdapter.java  |  2 +-
 .../hive/ql/io/arrow/ArrowColumnarBatchSerDe.java  | 17 +++--
 .../apache/hadoop/hive/ql/io/arrow/Serializer.java | 42 ---
 8 files changed, 107 insertions(+), 142 deletions(-)