JingFengWang commented on issue #9424: URL: https://github.com/apache/hudi/issues/9424#issuecomment-1685723386
> You are right, the write now only supports UTC timezone, cc @SteNicholas Do you think we should support the local timezone write ? > > @JingFengWang Did you try to set up the timestamp of table as type `TIMESTAMP_LTZ` type ? yes 1. We use spark for batch computing, because the batch computing capability of flink-1.13.2 is unstable 2. Spark needs to read and write hive and hudi tables at the same time, spark.sql.session.timeZone is configured as local timezone 3. Due to the status of spark+hive, 'spark.sql.session.timeZone=UTC' cannot be configured on the platform side -- 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]
