alamb commented on issue #18175:
URL: https://github.com/apache/datafusion/issues/18175#issuecomment-3426743917

   Looks to me like the issue is that SQL parser has support for a bunch of 
other syntaxes, and we are ignoring the `field` field:
   https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Expr.html#variant.Ceil
   
   
   The sql planner should probably should match on field and pass 2 arguments 
to the ceil/floor function and let the function implementation reject them if 
necessary


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

Reply via email to