This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 5869478772 [doc] Add timestamp int96 doc for parquet file
5869478772 is described below
commit 58694787720d5bae67184a33a57ba397d51067ab
Author: JingsongLi <[email protected]>
AuthorDate: Wed Aug 27 11:42:51 2025 +0800
[doc] Add timestamp int96 doc for parquet file
---
docs/content/concepts/spec/fileformat.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/content/concepts/spec/fileformat.md
b/docs/content/concepts/spec/fileformat.md
index 6599e258ab..93debdca10 100644
--- a/docs/content/concepts/spec/fileformat.md
+++ b/docs/content/concepts/spec/fileformat.md
@@ -141,6 +141,7 @@ The following table lists the type mapping from Paimon type
to Parquet type.
Limitations:
1. [Parquet does not support nullable map
keys](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#maps).
+2. Parquet TIMESTAMP type with precision 9 will use INT96, but this int96 is a
time zone converted value and requires additional adjustments.
## AVRO