robreeves commented on code in PR #3150: URL: https://github.com/apache/iceberg-python/pull/3150#discussion_r3002630096
########## mkdocs/docs/configuration.md: ########## @@ -683,8 +683,13 @@ catalog: |------------------------------| ------- | ------------------------------------ | | hive.hive2-compatible | true | Using Hive 2.x compatibility mode | | hive.kerberos-authentication | true | Using authentication via Kerberos | -| hive.kerberos-service-name | hive | Kerberos service name (default hive) | +| hive.kerberos-service-name | hive | SASL service name used for both KERBEROS and DIGEST-MD5 auth (default hive) | Review Comment: Should a new property be created? The name `hive.kerberos-service-name` no longer captures the full scope. -- 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]
