Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r99900908 --- Diff: protocol/src/main/protobuf/User.proto --- @@ -72,6 +79,7 @@ message UserToBitHandshake { optional bool support_complex_types = 6 [default = false]; optional bool support_timeout = 7 [default = false]; optional RpcEndpointInfos client_infos = 8; + optional SaslSupport sasl_support = 9; --- End diff -- Meant more like what level of "sasl support", since there could be more than two.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---