dssysolyatin opened a new pull request, #5140:
URL: https://github.com/apache/calcite/pull/5140

   JIRA: https://issues.apache.org/jira/browse/CALCITE-7685
   
   During early resolution, the validator now filters operator overloads by the 
call's operand count, so a call whose arity matches no overload stays 
unresolved and gets an accurate arity error from normal overload resolution. 
`SqlUnresolvedFunction#argumentMustBeScalar` now returns `false` so that query 
arguments (e.g. the TABLE argument of TUMBLE) are not wrapped in a scalar 
sub-query before the function is resolved.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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