This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new 4701809 Fix INTERVAL sort order doc to be undefined (#222)
4701809 is described below
commit 4701809cb65373b4404b46b6f01110d020f4d1c8
Author: Jeffrey <[email protected]>
AuthorDate: Wed Dec 6 02:25:43 2023 +1100
Fix INTERVAL sort order doc to be undefined (#222)
---
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 9decb5a..2084ac6 100644
--- a/src/main/thrift/parquet.thrift
+++ b/src/main/thrift/parquet.thrift
@@ -945,7 +945,7 @@ union ColumnOrder {
* TIME_MICROS - signed comparison
* TIMESTAMP_MILLIS - signed comparison
* TIMESTAMP_MICROS - signed comparison
- * INTERVAL - unsigned comparison
+ * INTERVAL - undefined
* JSON - unsigned byte-wise comparison
* BSON - unsigned byte-wise comparison
* ENUM - unsigned byte-wise comparison