flyrain commented on issue #2311:
URL: https://github.com/apache/iceberg/issues/2311#issuecomment-1230908764

   According to the way Iceberg handles the partition, we probably never 
support a command to add/remove/rename a partition. We can still support the 
`Show partitions`, that's basically a call to metadata table 
https://iceberg.apache.org/docs/latest/spark-queries/#partitions.
   ```
   SELECT * FROM prod.db.table.partitions
   ```


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