tanmesh commented on code in PR #9184:
URL: https://github.com/apache/pinot/pull/9184#discussion_r950434236
##########
pinot-common/src/main/java/org/apache/pinot/sql/parsers/CalciteSqlParser.java:
##########
@@ -752,6 +754,8 @@ private static Expression
compileFunctionExpression(SqlBasicCall functionNode) {
case OR:
return compileOrExpression(functionNode);
// BETWEEN and LIKE might be negated (NOT BETWEEN, NOT LIKE)
+ case EXTRACT:
Review Comment:
Thanks for the insight. The default case was handling the logic.
--
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]