idealspark commented on issue #1894:
URL: https://github.com/apache/iceberg/issues/1894#issuecomment-1159885446

   when i execute sql use spark like this, encountered the same error
   `create table local.iceberg_partition.web_returns PARTITIONED by 
(wr_returned_date_sk) as select * from local.iceberg_db.web_returns`
   
   i add order by statement ,it works
   `create table local.iceberg_partition.web_returns PARTITIONED by 
(wr_returned_date_sk) as select * from local.iceberg_db.web_returns order by 
wr_returned_date_sk`


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