marton-bod commented on issue #2607: URL: https://github.com/apache/iceberg/issues/2607#issuecomment-844224732
I like this. Maybe a simplification could be to collect all the key-value pairs we want to push under a single key? That way we wouldn't need to iterate through the whole conf object to find these. Based on the previous example: `iceberg.catalog.other_catalog.configs_to_push=hive.metastore.sasl.enabled=true,hive.metastore.kerberos.principal=aaa,hive.metastore.sasl.enabled=true` Then if we know our catalog name is `other_catalog`, all we'd need to do is look for this special set of configs under `iceberg.catalog.other_catalog.configs_to_push` (if any) and nothing else. -- 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]
