wangyum commented on a change in pull request #32410: URL: https://github.com/apache/spark/pull/32410#discussion_r626214739
########## File path: sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/CLIService.java ########## @@ -126,7 +126,7 @@ private void applyAuthorizationConfigPolicy(HiveConf newHiveConf) throws HiveExc // authorization and authentication are not session specific settings SessionState ss = new SessionState(newHiveConf); ss.setIsHiveServerQuery(true); - SessionState.start(ss); Review comment: Revert this change because Spark use `SparkSQLCLIService`. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org