zabetak commented on code in PR #6212:
URL: https://github.com/apache/hive/pull/6212#discussion_r2623450652
##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/translator/ASTConverter.java:
##########
@@ -1000,7 +1001,18 @@ public ASTNode visitOver(RexOver over) {
}
// 1. Translate the UDAF
- final ASTNode wUDAFAst = visitCall(over);
+ ASTNode wUDAFAst = ASTBuilder.createAST(HiveParser.TOK_FUNCTION,
"TOK_FUNCTION");
Review Comment:
Added some examples in
https://github.com/apache/hive/pull/6212/commits/3e7c15d1e996363af461f45d1918ec2088c805b1
--
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]