Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0, 3.5.0
Description
The configuration `spark.sql.parquet.inferTimestampNTZ.enabled` is not related the parquet row converter. We should remove the config check in the ParquetRowConverter, otherwise reading TimestampNTZ columns may fail when `spark.sql.parquet.inferTimestampNTZ.enabled` is disabled.