zeroshade commented on PR #13770:
URL: https://github.com/apache/arrow/pull/13770#issuecomment-1204250144
The Python failure here doesn't appear related to this change at all:
```shell
=================================== FAILURES
===================================
___________________ [doctest] pyarrow.parquet.read_metadata
____________________
3406
3407 Examples
3408 --------
3409 >>> import pyarrow as pa
3410 >>> import pyarrow.parquet as pq
3411 >>> table = pa.table({'n_legs': [4, 5, 100],
3412 ... 'animal': ["Dog", "Brittle stars",
"Centipede"]})
3413 >>> pq.write_table(table, 'example.parquet')
3414
3415 >>> pq.read_metadata('example.parquet')
Differences (unified diff with -expected +actual):
@@ -1,7 +1,7 @@
-<pyarrow._parquet.FileMetaData object at ...>
- created_by: parquet-cpp-arrow version ...
+<pyarrow._parquet.FileMetaData object at 0x7f3c48eb4750>
+ created_by: parquet-cpp-arrow version 10.0.0-SNAPSHOT
num_columns: 2
num_rows: 3
num_row_groups: 1
format_version: 2.6
- serialized_size: 561
+ serialized_size: 562
```
--
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]