deniskuzZ commented on code in PR #4672:
URL: https://github.com/apache/hive/pull/4672#discussion_r1329942379
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/ParseUtils.java:
##########
@@ -672,4 +672,50 @@ public static String stripIdentifierQuotes(String val) {
}
return val;
}
+
+ /**
+ * Parse the newly generated SQL statement to get a new AST.
+ */
+ public static ReparseResult parseRewrittenQuery(HiveConf conf, Context ctx,
Review Comment:
btw, do you even need conf? rewrittenCtx = new Context(conf); -->
ctx.getConf()
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]