emborg opened a new issue, #12752: URL: https://github.com/apache/iceberg/issues/12752
### Query engine Spark 3.5.5 Iceberg version 1.8.1 PostgreSQL as Iceberg Catalog Minio as S3 ### Question For example, I create table using spark.sql: `spark.sql("CREATE TABLE if not exists data.iceberg.my_table (MyId int, NewId long, MyIdType long) USING iceberg PARTITIONED BY (MyId);")` Then I execute: `spark.sql("ALTER TABLE data.iceberg.my_table WRITE ORDERED BY NewId")` Is there a way to check later how table was created and altered? It seems there is no such an event like "alter" in history table (data.iceberg.my_table.history, I see only "operation: append" there when later I add data to the table) -- 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.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