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

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


    from a75b868  HIVE-25246: Fix the clean up of open repl created 
transactions (Haymant Mangla, reviewed by Pravin Kumar Sinha)
     add 54a1300  HIVE-25326: Include partitioning info in DESCRIBE TABLE 
command on Iceberg tables. (#2472) (Laszlo Pinter, reviewed by Marton Bod and 
Peter Vary)

No new revisions were added by this update.

Summary of changes:
 ...te_iceberg_table.q => describe_iceberg_table.q} |   9 +-
 .../alter_multi_part_table_to_iceberg.q.out        |  15 ++
 .../positive/alter_part_table_to_iceberg.q.out     |  12 ++
 .../results/positive/describe_iceberg_table.q.out  | 240 +++++++++++++++++++++
 .../hive/ql/ddl/table/info/desc/DescTableDesc.java |   1 +
 .../desc/formatter/JsonDescTableFormatter.java     |  18 ++
 .../desc/formatter/TextDescTableFormatter.java     |  28 +++
 7 files changed, 319 insertions(+), 4 deletions(-)
 copy 
iceberg/iceberg-handler/src/test/queries/positive/{show_create_iceberg_table.q 
=> describe_iceberg_table.q} (91%)
 create mode 100644 
iceberg/iceberg-handler/src/test/results/positive/describe_iceberg_table.q.out

Reply via email to