From b5a21174c4372726502b92e8721b8c1f39c94560 Mon Sep 17 00:00:00 2001 From: Zoltan Ivanfi Date: Wed, 22 Nov 2017 14:55:52 +0100 Subject: [PATCH] PARQUET-1065: Deprecate type-defined sort ordering for INT96 type --- src/main/thrift/parquet.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index fbca9b244..195ff9086 100644 --- a/src/main/thrift/parquet.thrift +++ b/src/main/thrift/parquet.thrift @@ -750,7 +750,7 @@ union ColumnOrder { * BOOLEAN - false, true * INT32 - signed comparison * INT64 - signed comparison - * INT96 (only used for legacy timestamps) - unsigned comparison + * INT96 (only used for legacy timestamps) - undefined * FLOAT - signed comparison of the represented value * DOUBLE - signed comparison of the represented value * BYTE_ARRAY - unsigned byte-wise comparison