vismaytiwari commented on issue #22265: URL: https://github.com/apache/datafusion/issues/22265#issuecomment-4854790076
Couldn't resist — a "good first issue" that's secretly about teaching DataFusion what a 24-hour clock is 🙂 Opened #23279: `time + interval` now wraps within the day (`23:30 + 2h → 01:30`) instead of confidently answering `25 hours 30 mins`. I followed the existing `Date - Date` special case, so hopefully it feels at home in the codebase. Hope it's useful — and very open to feedback if I've missed an edge case. -- 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]
