Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
A comment of DataPageHeaderV2 in the src/main/thrift/parquet.thrift is wrong.
/** optional statistics for this column chunk */
8: optional Statistics statistics;
should be
/** optional statistics for the data in this page */
8: optional Statistics statistics;