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/07/20 15:41:07 UTC

[hive] branch master updated (8fdf802b1ff -> 548a250e805)

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 8fdf802b1ff HIVE-26385: Iceberg integration: Implement merge into iceberg table (Krisztian Kasa, reviewed by Peter Vary)
     add 548a250e805 HIVE-26388: ClassCastException when there is non string type column in source table of CTAS query. (#3438). (Ayush Saxena, reviewed by Denys Kuzmenko)

No new revisions were added by this update.

Summary of changes:
 .../queries/clientpositive/ctas_open_csv_serde.q   |  64 ++++
 .../clientpositive/llap/ctas_open_csv_serde.q.out  | 419 +++++++++++++++++++++
 .../apache/hadoop/hive/serde2/OpenCSVSerde.java    |  15 +-
 3 files changed, 494 insertions(+), 4 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/ctas_open_csv_serde.q
 create mode 100644 ql/src/test/results/clientpositive/llap/ctas_open_csv_serde.q.out