kokila-19 opened a new pull request, #6138:
URL: https://github.com/apache/hive/pull/6138

   What changes were proposed in this pull request?
   Added Z-order support for Iceberg tables via CREATE TABLE DDL
   
   Why are the changes needed?
   To support zorder indexing which will improve data clustering and query 
performance on Iceberg tables.
   
   Does this PR introduce any user-facing change?
   Yes , new syntax support
   CREATE TABLE test_zorder (
   id int,
   text string)
   WRITE [LOCALLY] ORDERED BY ZORDER (id, text)
   STORED BY iceberg
   STORED As orc;
   
   How was this patch tested?
   qtest
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to