maytasm commented on issue #3547:
URL: https://github.com/apache/iceberg/issues/3547#issuecomment-1836917796

   A little late to the conversation but another case to think about is CREATE 
TABLE ... LIKE ...
   i.e. 
   `create table foo like bar`
   where the table bar has both write.distribution-mode and sort-order set. 
This would create a table foo with only write.distribution-mode but no 
sort-order. This seems surprising / unexpected given that there is no error / 
warning message. I am also not sure sure how would be modify the CREATE TABLE 
... LIKE ...DDL to make sure that sort-order from the source table is copied 
over. (Btw this is from Spark)
   
   @ajantha-bhat @rdblue @jackye1995 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to