gengliangwang commented on PR #45621:
URL: https://github.com/apache/spark/pull/45621#issuecomment-2010988889
@viirya Thanks, could you provide more details about the iceberg workaround?
As for Delta, users have to either disable
`spark.sql.parquet.inferTimestampNTZ.enabled`, or enable TimestampNTZ feature
via
```
ALTER TABLE table_name SET TBLPROPERTIES ('delta.feature. timestampNtz' =
'supported')
```
After enabling the feature, the table won't be able to read by older Delta
version. So disabling `spark.sql.parquet.inferTimestampNTZ.enabled` is a better
solution in such a case.
--
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]