AngersZhuuuu commented on issue #26340: [WIP][SPARK-29108][SQL] Add new module sql/thriftserver with all code and UT URL: https://github.com/apache/spark/pull/26340#issuecomment-551356517 > How is this done? Currently only rely on hive's basic class such as HiveConf SessionState etc.. finally we will extract it out. Thrift protocol class we build our own, code about ThriftServer framework we use ourself's code rely on our own Thrift protocol file. Some class we implement one in spark's own code such as `HiveAuthUtils`, these class is independent so we can do like this. Remove unused code and remove unused function.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
