Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/src/main/sphinx/object-storage/file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ with ORC files performed by supported object storage connectors:
[](file-compression) is automatically performed and some details can be
configured.

Limitations:
Comment thread
marcinsbd marked this conversation as resolved.
Outdated
[Trino ignores Calendar entry in ORC file metadata.](https://github.com/trinodb/trino/issues/26865)
Comment thread
findepi marked this conversation as resolved.
As a result Trino always treats dates and timestamps as values written using
proleptic Gregorian calendar. This causes incorrect values read when reading
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
proleptic Gregorian calendar. This causes incorrect values read when reading
Gregorian calendar. This causes incorrect values when reading

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • proleptic is an important word, we should keep it

  • "This causes incorrect values when reading" reads as missing something.
    Incorrect values where? does the file gets broken, changed or malformed when we try to read it? or only the values reconstructed in computer memory are wrong?

date/time values before Oct 15, 1582 that were written using hybrid
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
date/time values before Oct 15, 1582 that were written using hybrid
values before Oct 15, 1582 that were written using hybrid

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The 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.
@mosabua how would you want to indicate this?

Julian-Gregorian calendar.

Comment thread
marcinsbd marked this conversation as resolved.
(parquet-format-configuration)=
## Parquet format configuration properties

Expand Down