deniskuzZ commented on code in PR #5319: URL: https://github.com/apache/hive/pull/5319#discussion_r1890188118
########## service/src/java/org/apache/hive/service/cli/operation/ExecuteStatementOperation.java: ########## @@ -94,6 +95,8 @@ public static ExecuteStatementOperation newExecuteStatementOperation(HiveSession // runAsync, queryTimeout makes sense only for a SQLOperation // Pass the original statement to SQLOperation as sql parser can remove comments by itself return new SQLOperation(parentSession, statement, confOverlay, runAsync, queryTimeout, hplSqlMode()); + } else if (processor instanceof ShowProcesslistProcessor) { + return new ShowProcessListOperation(parentSession,cleanStatement,processor,confOverlay); Review Comment: spaces, please format -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org