wangyum opened a new pull request #34312:
URL: https://github.com/apache/spark/pull/34312


   ### What changes were proposed in this pull request?
   
   This pr backport HIVE-15025: Secure-Socket-Layer (SSL) support for HMS.
   
   ### Why are the changes needed?
   
   To make it easy upgrade Thrift:
   ```
   [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/sql/hive-thriftserver/src/main/java/org/apache/hive/service/auth/HiveAuthFactory.java:254:1:
  error: incompatible types: String cannot be converted to TConfiguration
   [error]     return new TSocket(host, port, loginTimeout);
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Existing test.
   
   


-- 
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]

Reply via email to