Re: [I] bug: CAST timestamp to string ignores timezone prior to Spark 3.4 [datafusion-comet]

2024-09-11 Thread via GitHub
comphead closed issue #468: bug: CAST timestamp to string ignores timezone prior to Spark 3.4 URL: https://github.com/apache/datafusion-comet/issues/468 -- 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

Re: [I] bug: CAST timestamp to string ignores timezone prior to Spark 3.4 [datafusion-comet]

2024-07-02 Thread via GitHub
suibianwanwank commented on issue #468: URL: https://github.com/apache/datafusion-comet/issues/468#issuecomment-2194576912 I've recently been learning about the project and can be assigned to learn about it if this issue hasn't already been resolved,thanks -- This is an automated message

Re: [I] bug: CAST timestamp to string ignores timezone prior to Spark 3.4 [datafusion-comet]

2024-05-29 Thread via GitHub
parthchandra commented on issue #468: URL: https://github.com/apache/datafusion-comet/issues/468#issuecomment-2137936443 IIRC there were differences in output between Spark 3.2 and Spark 3.4 for the timestamp_ntz type. Taking a closer look, the definition of timestamp_ntz (in Spark) ess

[I] bug: CAST timestamp to string ignores timezone prior to Spark 3.4 [datafusion-comet]

2024-05-24 Thread via GitHub
andygrove opened a new issue, #468: URL: https://github.com/apache/datafusion-comet/issues/468 ### Describe the bug In `CometExpressionSuite` we have two tests that are ignored for Spark 3.2 and 3.3. ```scala test("cast timestamp and timestamp_ntz to string") { // T