wesm commented on PR #13753:
URL: https://github.com/apache/arrow/pull/13753#issuecomment-1204244852

   I think the reason is the change from 9.0.0 to 10.0.0 which added one byte, 
here is the doctest
   
   ```
       >>> pq.read_metadata('example.parquet')
       <pyarrow._parquet.FileMetaData object at ...>
         created_by: parquet-cpp-arrow version ...
         num_columns: 2
         num_rows: 3
         num_row_groups: 1
         format_version: 2.6
         serialized_size: 561
   ```


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

Reply via email to