jcamachor commented on a change in pull request #794: HIVE-21884
URL: https://github.com/apache/hive/pull/794#discussion_r332256449
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzerFactory.java
##########
@@ -166,6 +166,10 @@ private static BaseSemanticAnalyzer
getInternal(QueryState queryState, ASTNode t
case HiveParser.TOK_MERGE:
return new MergeSemanticAnalyzer(queryState);
+ case HiveParser.TOK_ALTER_SCHEDULED_QUERY:
+ case HiveParser.TOK_CREATE_SCHEDULED_QUERY:
+ case HiveParser.TOK_DROP_SCHEDULED_QUERY:
+ return new ScheduledQueryAnalyzer(queryState);
Review comment:
knitpick. new line
----------------------------------------------------------------
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]