felixYyu opened a new pull request #3862: URL: https://github.com/apache/iceberg/pull/3862
this PR fix #[https://github.com/apache/iceberg/issues/3558](url) ``` sql("ALTER TABLE %s ADD IF NOT EXISTS PARTITION (id_bucket=2, data_trunc='2022', ts_hour='2022-01-08-23')", tableName); sql("ALTER TABLE %s DROP IF EXISTS PARTITION (id_bucket=2, data_trunc='2022', ts_hour='2022-01-08-23')", tableName); sql("SHOW PARTITIONS %s", tableName); +---------------------------------------------------+ |partition | +---------------------------------------------------+ |id_bucket=2/data_trunc=2022/ts_hour=2022-01-08-23| +---------------------------------------------------+ ``` @RussellSpitzer @rdblue please review this PR code, thanks very much. -- 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]
