adamreeve opened a new issue, #51351: URL: https://github.com/apache/arrow/issues/51351
See this comment for context: https://github.com/apache/arrow/pull/51350#discussion_r4022003610 [SetDefaultIfEmpty is called on the kms_connection_config_ member](https://github.com/apache/arrow/blob/40067d77eb4114baf77522c61b08bac9231a4422/cpp/src/parquet/encryption/file_key_wrapper.cc#L38), but then [the original, unmodified config is passed to GetKmsClient](https://github.com/apache/arrow/blob/40067d77eb4114baf77522c61b08bac9231a4422/cpp/src/parquet/encryption/file_key_wrapper.cc#L43). This means that the KMS URL and ID can end up being empty when passed to the KmsClientFactory. In the read paths this is not the case, the defaults are used to replace empty values before creating the client factory. -- 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]
