liukun4515 commented on issue #9982: URL: https://github.com/apache/arrow-datafusion/issues/9982#issuecomment-2053636750
> > > I think it is a bug in arrow-rs instead of datafusion. this is due to ignoring timezone in cast_with_option, let me fix this in arrow-rs > > > > > > @Lordworms you can refer this issue: [apache/arrow-rs#5598](https://github.com/apache/arrow-rs/issues/5598) > > But i want to see more comments about this behavior before deciding if this is a bug > > I think it is a bug since Date32 did not have a timezone parameter so I think it should be converted Yes, I think we should follow a timezone to convert the value of date, but we don't need to follow the timezone value of datatype timestamp. -- 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]
