andygrove commented on issue #3179:
URL: 
https://github.com/apache/datafusion-comet/issues/3179#issuecomment-4836499440

   Resolved by #4034 ("feat: Cast string to timestamp_ntz"). When this issue 
was filed, String→TimestampNTZ was marked `Incompatible` and fell back to Spark 
by default, so the UTC-timezone bug was never exposed under default configs. 
#4034 both flipped the cast to `Compatible` and fixed the native path: `(Utf8, 
Timestamp(_, None))` now routes to `cast_string_to_timestamp_ntz` without the 
unconditional `with_timezone("UTC")`. Closing as completed.


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