-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Document Calendar ORC metadata limitation #26874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -31,6 +31,14 @@ with ORC files performed by supported object storage connectors: | |||||
| [](file-compression) is automatically performed and some details can be | ||||||
| configured. | ||||||
|
|
||||||
| ## ORC support limitations | ||||||
|
|
||||||
| [Trino ignores Calendar entry in ORC file metadata.](https://github.com/trinodb/trino/issues/26865) | ||||||
| As a result Trino always treats dates and timestamps as values written using | ||||||
| proleptic Gregorian calendar. This causes incorrect values read when reading | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||||||
| date/time values before Oct 15, 1582 that were written using hybrid | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can remove "date/time", but then we need to indicate which types does this apply to. |
||||||
| Julian-Gregorian calendar. | ||||||
|
|
||||||
|
marcinsbd marked this conversation as resolved.
|
||||||
| (parquet-format-configuration)= | ||||||
| ## Parquet format configuration properties | ||||||
|
|
||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.