This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new fec6dbf Update _index.md (#114)
fec6dbf is described below
commit fec6dbf4f693457112defa67851c52ce32fa91ac
Author: Konstantinas Mamonas <[email protected]>
AuthorDate: Tue May 20 11:17:08 2025 +0300
Update _index.md (#114)
---
content/en/docs/File Format/Types/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/docs/File Format/Types/_index.md b/content/en/docs/File
Format/Types/_index.md
index b07dc61..9a02434 100644
--- a/content/en/docs/File Format/Types/_index.md
+++ b/content/en/docs/File Format/Types/_index.md
@@ -15,7 +15,7 @@ readers and writers for the format. The types are:
- BOOLEAN: 1 bit boolean
- INT32: 32 bit signed ints
- INT64: 64 bit signed ints
- - INT96: 96 bit signed ints
+ - INT96: 96 bit signed ints (deprecated; only used by legacy implementations)
- FLOAT: IEEE 32-bit floating point values
- DOUBLE: IEEE 64-bit floating point values
- BYTE_ARRAY: arbitrarily long byte arrays