emkornfield commented on code in PR #503:
URL: https://github.com/apache/parquet-format/pull/503#discussion_r2167433248


##########
src/main/thrift/parquet.thrift:
##########
@@ -1076,7 +1076,7 @@ union ColumnOrder {
    *   BOOLEAN - false, true
    *   INT32 - signed comparison
    *   INT64 - signed comparison
-   *   INT96 (only used for legacy timestamps) - undefined
+   *   INT96 (only used for legacy timestamps) - timestamp ordering (LE 8 
bytes nanos | LE 4 bytes julian days)

Review Comment:
   ```suggestion
      *   INT96 (only used for legacy timestamps) - two level comparison.  Days 
(last 4 bytes compared as unsigned Little endian int32), nanoseconds (first 8 
bytes compared as unsigned little endian int64) 
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to