Skip to content

Commit 98acb50

Browse files
committed
INT96 marked as deprecated
1 parent d6e6042 commit 98acb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are two types in Parquet: Primitive Type and Logical Type. Logical types a
4040
|BOOLEAN|bool|
4141
|INT32|int32|
4242
|INT64|int64|
43-
|INT96|string|
43+
|INT96([deprecated](https://github.com/xitongsys/parquet-go/issues/420))|string|
4444
|FLOAT|float32|
4545
|DOUBLE|float64|
4646
|BYTE_ARRAY|string|

0 commit comments

Comments
 (0)