Repository: parquet-format Updated Branches: refs/heads/master 2696f9e0a -> 6e5b78d6d
PARQUET-1065: Deprecate type-defined sort ordering for INT96 type Author: Zoltan Ivanfi <[email protected]> Closes #77 from zivanfi/PARQUET-1065 and squashes the following commits: b5a2117 [Zoltan Ivanfi] PARQUET-1065: Deprecate type-defined sort ordering for INT96 type Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/6e5b78d6 Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/6e5b78d6 Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/6e5b78d6 Branch: refs/heads/master Commit: 6e5b78d6d23b9730e19b78dceb9aac6166d528b8 Parents: 2696f9e Author: Zoltan Ivanfi <[email protected]> Authored: Thu Jan 11 15:08:45 2018 +0100 Committer: Zoltan Ivanfi <[email protected]> Committed: Thu Jan 11 15:08:45 2018 +0100 ---------------------------------------------------------------------- src/main/thrift/parquet.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/6e5b78d6/src/main/thrift/parquet.thrift ---------------------------------------------------------------------- diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index fbca9b2..195ff90 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
