Add ability to configure how Spark handles dates in parquet files. #2175
Labels
Conformance
Conformance Job affected
feature
New feature
priority: medium
Important but not urgent
run scripts
Helper run scripts are affected
Standardization
Standardization Job affected
under discussion
Requires consideration before a decision is made whether/how to implement
Milestone
Background
With Spark 3 new option were added how to work with dates pre 1900 in parquet files
The settings are:
spark.sql.parquet.datetimeRebaseModeInRead
spark.sql.parquet.datetimeRebaseModeInWrite
spark.sql.parquet.int96RebaseModeInRead
spark.sql.parquet.int96RebaseModeInWrite
Details here.
Feature
Allow setting of the options for Enceladus jobs
Tasks
To discuss
The text was updated successfully, but these errors were encountered: