You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/29 22:01:46 UTC

[GitHub] [iceberg] flyrain commented on issue #2311: Investigate new DS V2 interfaces in Spark 3.1

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

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


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