julianjsynnex opened a new issue #2874:
URL: https://github.com/apache/iceberg/issues/2874


   iceberg can write by order filed. but havn't  found doc  mentioning  how to 
write this sql  when create table . i try  ordered by ( filed_name) but not 
success.  thanks
   thanks for your help
   eg:
   CREATE TABLE if not exists temp_db.test_ice_order_t1 (
     `order_no` int,
     `process_time_long` bigint )
       USING iceberg
     sorted by(order_no  )
   TBLPROPERTIES ('engine.hive.enabled'='true');


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