rdblue edited a comment on issue #281:
URL: https://github.com/apache/iceberg/issues/281#issuecomment-754101875


   Yes. I'll close it. Thanks!
   
   The partition evolution API was added in #1919 and #1942. Spark DDL commands 
were added in #1948:
   
   ```sql
   ALTER TABLE db.table ADD PARTITION FIELD category;
   ALTER TABLE db.table ADD PARTITION FIELD hours(event_ts) AS event_hour;
   ALTER TABLE db.table DROP PARTITION FIELD bucket(16, id);
   ```


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

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