Ruchirtripathi commented on code in PR #25099: URL: https://github.com/apache/datafusion/pull/25099#discussion_r3971635921
########## datafusion/sqllogictest/test_files/datetime/timestamps.slt: ########## @@ -4301,7 +4301,6 @@ SELECT column1 FROM t_utc WHERE column1 < '2024-02-01T00:00:00' AT TIME ZONE 'Am query P SELECT column1 FROM t_europe WHERE column1 = '2024-01-31T16:00:01' AT TIME ZONE 'America/Los_Angeles'; ---- -2024-02-01T00:00:01+01:00 Review Comment: Thanks for catching that! I have updated the PR description with the exact explanation. I also restored the original empty test case and added your suggested 15:00:01 query alongside it to ensure we have a strong assertion that the correct row is being selected. -- 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]
