waterWang opened a new pull request, #17806: URL: https://github.com/apache/iceberg/pull/17806
### Problem When `warehouse` is not set, `NessieCatalog.warehouseLocation()` logs the entire `catalogOptions` map at WARN level, then throws. The map includes sensitive credentials such as Nessie auth tokens, S3 secret access keys, and session tokens. ### Fix Remove the `catalogOptions` map from the WARN log message. Only the catalog name is logged, preserving the useful diagnostic while avoiding credential leakage. ### Affected `org.apache.iceberg:iceberg-nessie` Fixes #17804 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
