You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Liam Su (Jira)" <ji...@apache.org> on 2020/05/14 07:23:00 UTC

[jira] [Created] (PARQUET-1862) A mistake of Parquet Format Thrift definition file's comment

Liam Su created PARQUET-1862:
--------------------------------

             Summary: A mistake of Parquet Format Thrift definition file's comment
                 Key: PARQUET-1862
                 URL: https://issues.apache.org/jira/browse/PARQUET-1862
             Project: Parquet
          Issue Type: Bug
          Components: parquet-format
            Reporter: Liam Su


A comment of *DataPageHeaderV2* in the src/main/thrift/parquet.thrift is wrong.

 
{code:java}
  /** optional statistics for this column chunk */
  8: optional Statistics statistics;
{code}
 
 should be
{code:java}
  /** optional statistics for the data in this page */
  8: optional Statistics statistics;
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)