Sean-Kenneth-Doherty opened a new pull request, #22280:
URL: https://github.com/apache/datafusion/pull/22280

   ## Summary
   - make `time +/- interval` and `interval + time` return a time value instead 
of an interval
   - evaluate time/interval arithmetic with 24-hour wrapping across Time32 and 
Time64 units
   - update `arith_time_interval.slt` with PostgreSQL-compatible wrapping 
coverage, including the reported `23:30 + 2 hours` case
   
   Fixes #22265.
   
   ## Tests
   - 
`CARGO_TARGET_DIR=/home/sean/.cache/codex-cargo-targets/datafusion-time-interval
 RUSTFLAGS='-Cdebuginfo=0' cargo test -p datafusion-sqllogictest --test 
sqllogictests -- arith_time_interval`
   - `cargo fmt --check`
   - `git diff --check`
   


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