swapna267 opened a new pull request, #16728:
URL: https://github.com/apache/iceberg/pull/16728
Pass restricted set of source catalog properties for CREATE TABLE LIKE
functionality.
With this change, uri or any other source properties need to be still
passed.
```
CREATE TABLE table_wm (
eventTS AS CAST(t1 AS TIMESTAMP(3)),
WATERMARK FOR eventTS AS SOURCE_WATERMARK()
) WITH (
'uri'='u',
'catalog-creds-key'='val', // if required
) LIKE iceberg_catalog.db.t;
```
--
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]