pvary commented on issue #2607: URL: https://github.com/apache/iceberg/issues/2607#issuecomment-844268977
I personally prefer to avoid concatenation because this would lead to parsing problems down the line which I would like to avoid. Another option could the to add a key which contains the list of keys we want to push. Parsing a list of keys is more straightforward, but then it is more complicated to configure... ``` iceberg.catalog.other_catalog.configs_to_push=hive.metastore.sasl.enabled,hive.metastore.kerberos.principal,hive.metastore.sasl.enabled hive.metastore.connect.retries=3 hive.metastore.kerberos.principal=aaa hive.metastore.sasl.enabled=true ``` -- 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]
