pitrou commented on code in PR #13790:
URL: https://github.com/apache/arrow/pull/13790#discussion_r937055585
##########
python/pyarrow/parquet/__init__.py:
##########
@@ -3419,7 +3419,7 @@ def read_metadata(where, memory_map=False,
decryption_properties=None):
num_rows: 3
num_row_groups: 1
format_version: 2.6
- serialized_size: 561
+ serialized_size: 562
Review Comment:
Perhaps we should not care about the actual size in docstring examples.
```suggestion
serialized_size: ...
```
--
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]