You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/sphinx/object-storage/file-formats.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ with ORC files performed by supported object storage connectors:
31
31
[](file-compression) is automatically performed and some details can be
32
32
configured.
33
33
34
+
Known limitations:
35
+
Currently, Trino does not support Calendar entry in Orc file metadata. As a results Trino always treats dates and timestamps as values written using Proleptic Gregorian Calendar. This causes incorrect reads of legacy dates and timestamps that were written using Hybrid Calendar.
0 commit comments