rok commented on code in PR #624:
URL: https://github.com/apache/parquet-format/pull/624#discussion_r4075687264


##########
src/main/thrift/parquet.thrift:
##########
@@ -314,6 +314,9 @@ struct Statistics {
     * or DOUBLE, or logical type is FLOAT16.
     * If this field is not present, readers MUST assume NaNs may be present
     * (i.e. MUST assume nan_count > 0 and MAY NOT assume nan_count == 0).
+    * If the column is the element leaf of a VECTOR, whose elements MUST by
+    * convention always be finite (see LogicalTypes.md) nan_count MUST be

Review Comment:
   Resolved by 
https://github.com/apache/parquet-format/pull/624/commits/2203f7946323d9bb4171abeb30c35ae64e3d5dbf.



-- 
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