wangyum commented on a change in pull request #30478:
URL: https://github.com/apache/spark/pull/30478#discussion_r529181111
##########
File path:
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java
##########
@@ -262,6 +262,28 @@ public TOpenSessionResp OpenSession(TOpenSessionReq req)
throws TException {
return resp;
}
+ @Override
+ public TSetClientInfoResp SetClientInfo(TSetClientInfoReq req) throws
TException {
+ // TODO: We don't do anything for now, just log this for debugging.
Review comment:
Actually this is copied from Hive:
https://github.com/apache/hive/blob/1c5ce3f61e0dbf902cc7c75fb56f9f0b91a36e00/service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java#L347-L350
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]