0lai0 commented on PR #3710:
URL: 
https://github.com/apache/datafusion-comet/pull/3710#issuecomment-4105247063

   I noticed Spark strips timezone offsets for `timestamp_ntz` casts (e.g., 
+05:00 is just ignored), but Comet was returning null since the regex didn't 
match. I added `timestamp_ntz_parser` that strips the offset first, then parses 
normally. The WITH TZ path is untouched — it still doesn't handle offsets 
natively, so the third SQL query excludes the offset string to avoid a mismatch 
there.


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