UBarney commented on issue #18319:
URL: https://github.com/apache/datafusion/issues/18319#issuecomment-3490324927

   Rewriting `date_trunc(part, column) <= constant_rhs` as `column <= 
date_trunc(part, date_add(constant_rhs, INTERVAL 1 part))` may lead to a bug 
like [this](https://github.com/duckdb/duckdb/issues/19635)


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