-
Notifications
You must be signed in to change notification settings - Fork 15
Add ability to configure how Spark handles dates in parquet files. #2175
Copy link
Copy link
Open
Labels
ConformanceConformance Job affectedConformance Job affectedStandardizationStandardization Job affectedStandardization Job affectedfeatureNew featureNew featurepriority: mediumImportant but not urgentImportant but not urgentrun scriptsHelper run scripts are affectedHelper run scripts are affectedunder discussionRequires consideration before a decision is made whether/how to implementRequires consideration before a decision is made whether/how to implement
Milestone
Metadata
Metadata
Assignees
Labels
ConformanceConformance Job affectedConformance Job affectedStandardizationStandardization Job affectedStandardization Job affectedfeatureNew featureNew featurepriority: mediumImportant but not urgentImportant but not urgentrun scriptsHelper run scripts are affectedHelper run scripts are affectedunder discussionRequires consideration before a decision is made whether/how to implementRequires consideration before a decision is made whether/how to implement
Background
With Spark 3 new option were added how to work with dates pre 1900 in parquet files
The settings are:
spark.sql.parquet.datetimeRebaseModeInReadspark.sql.parquet.datetimeRebaseModeInWritespark.sql.parquet.int96RebaseModeInReadspark.sql.parquet.int96RebaseModeInWriteDetails here.
Feature
Allow setting of the options for Enceladus jobs
To discuss