Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
0.5
Description
Spark use CaseInsensitiveMap to get options, so that we can not get some configs in HoodieStorageConfig like hoodie.parquet.writeLegacyFormat.enabled and hoodie.parquet.outputTimestampType
We should convert uppercase letters to lowercase letters, so that it can not affect the related method.
Attachments
Attachments
Issue Links
- relates to
-
HUDI-2526 Make spark.sql.parquet.writeLegacyFormat configurable
- Closed
- links to