[ 
https://issues.apache.org/jira/browse/PARQUET-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17107115#comment-17107115
 ] 

ASF GitHub Bot commented on PARQUET-1862:
-----------------------------------------

gszadovszky merged pull request #159:
URL: https://github.com/apache/parquet-format/pull/159


   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
>            Assignee: Liam Su
>            Priority: Minor
>
> 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)

Reply via email to