-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
base: master
Are you sure you want to change the base?
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 | ||||||
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
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 | ||||||
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
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.
Show resolved
Hide resolved
|
||||||
(parquet-format-configuration)= | ||||||
## Parquet format configuration properties | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.