saurabhd336 opened a new pull request, #11388:
URL: https://github.com/apache/pinot/pull/11388
```
SELECT quarter(date2) FROM "Calcs"
```
fails on V2 with
```
Caused by: java.lang.IllegalArgumentException: No enum constant
org.apache.pinot.core.operator.transform.function.ExtractTransformFunction.Field.QUARTER\
```
because calcite rewriter implicitly converts it to a extract query
--
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]