Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-1862

Fix comment on statistics field in Thrift file

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • format-2.9.0
    • parquet-format
    • 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;
      

       

       

      Attachments

        Activity

          People

            liam8 Liam
            liam8 Liam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Stop watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment