Skip to content

Commit

Permalink
Trying to fix python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Aug 4, 2024
1 parent 70d296a commit 781f991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/parquet/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_parquet_metadata_api():
col_meta = rg_meta.column(ncols + 2)

col_meta = rg_meta.column(0)
assert col_meta.file_offset > 0
assert col_meta.file_offset == 0
assert col_meta.file_path == '' # created from BytesIO
assert col_meta.physical_type == 'BOOLEAN'
assert col_meta.num_values == 10000
Expand Down

0 comments on commit 781f991

Please sign in to comment.