rymurr opened a new pull request #2031:
URL: https://github.com/apache/iceberg/pull/2031
When testing Nessie as a custom catalog I came across Flink (1.11.3) not
accepting custom catalog properties or `catalog-impl`. This PR adds
`catalog-impl` as a property and a wildcard suffix for custom catalog
properties, The result is:
```
CREATE CATALOG nessie_catalog WITH (
'type'='iceberg',
'catalog-impl'='org.apache.iceberg.nessie.NessieCatalog',
'custom-catalog.url'='http://localhost:19120/api/v1',
'custom-catalog.warehouse'='/home/ryan/warehouse');
```
I am wondering if the community thinks this is the best pattern or if a
better way is preferred? If this is good I will update the docs accordingly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]