liukun4515 opened a new issue, #9981: URL: https://github.com/apache/arrow-datafusion/issues/9981
### Describe the bug We use the `INT96` physical type to store the timestamp column which is written by the Spark ETL engine. We create the logical/physical plan to read the parquet file including above timestamp column using the UTC-7 timezone, the result of value for the timestamp column will be adjusted. The filed of timestamp column in the schema for the physical/logical plan is `timestamp(nanosecond, "utc-7")` or `timestamp(nonosecond, "-07:00")` @waitingkuo @alamb Do you have any insight for that? ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
