StevenMPhillips commented on code in PR #3859:
URL: https://github.com/apache/calcite/pull/3859#discussion_r1679730939


##########
core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties:
##########
@@ -359,4 +359,5 @@ NoOperator=No operator for ''{0}'' with kind: ''{1}'', 
syntax: ''{2}'' during JS
 MustFilterFieldsMissing=SQL statement did not contain filters on the following 
fields: {0}
 IllegalNegativeBitGetPosition=BIT_GET/GETBIT error: negative position 
{0,number} not allowed
 IllegalBitGetPositionExceedsLimit=BIT_GET/GETBIT error: position {0,number} 
exceeds the bit upper limit {1,number}
+HavingMayNotContainWindow=Window expressions are not allowed in HAVING

Review Comment:
   Would it make sense to suggest using QUALIFY in the error message?



-- 
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]

Reply via email to