manuzhang opened a new issue, #12936: URL: https://github.com/apache/iceberg/issues/12936
### Feature Request / Improvement It looks `CREATE TABLE ... LIKE ... USING iceberg` isn't supported with Spark. ```sql CREATE TABLE default.test (id BIGINT, data STRING) USING iceberg; CREATE TABLE default.test2 LIKE default.test USING iceberg; ``` #### Table can't be created with SparkCatalog (type hive/hadoop) ``` [PARSE_SYNTAX_ERROR] Syntax error at or near 'LIKE'. ``` #### Created table can't be loaded with SparkSessionCatalog (type hive) ``` org.apache.iceberg.exceptions.NoSuchIcebergTableException: Not an iceberg table: ... ``` ### Query engine Spark ### Willingness to contribute - [ ] I can contribute this improvement/feature independently - [ ] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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