kokila-19 commented on PR #6325:
URL: https://github.com/apache/hive/pull/6325#issuecomment-4029085896

   > The new test covers partition transform + Z-order. Are there tests for the 
following cases?
   > 
   > * Partition transform only (no sort order)
   > * Sort order only (no partition transform)
   
   yes, we have those cases covered
   
   **Table with sort order only (no partition transforms):**
   iceberg_create_locally_ordered_table.q
   iceberg_create_locally_zordered_table.q 
   
   ```
   CREATE TABLE default.zorder_it_nulls (
       id int,
       text string)
   WRITE LOCALLY ORDERED BY zorder(id, text)
   STORED BY iceberg
   STORED As orc;
   ```
   **Table with partition transform only (no sort order)**
   iceberg_insert_into_partition_transforms.q


-- 
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