rdblue commented on pull request #2031: URL: https://github.com/apache/iceberg/pull/2031#issuecomment-758826705
The problem with using a prefix like `custom-catalog` is that it makes the configuration differ between engines. For Flink, you would need to use `custom-catalog.property`, and for others you'd use just `property`. That will confuse users that use the wrong property for an engine and expect it to work. I think that we should allow all properties if we don't think that we can enumerate the set of catalog properties that we need. ---------------------------------------------------------------- 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]
