rok commented on code in PR #48979:
URL: https://github.com/apache/arrow/pull/48979#discussion_r2804125504
##########
python/pyarrow/tests/parquet/test_basic.py:
##########
@@ -751,17 +752,22 @@ def test_fastparquet_cross_compatibility(tempdir):
fp_file = fp.ParquetFile(file_arrow)
df_fp = fp_file.to_pandas()
- tm.assert_frame_equal(df, df_fp)
+ # TODO: once fastparquet supports pandas 3.0 dtypes revert
string/categorical test
+ # check_dtype=False: string/categorical dtype handling differs between
libraries
Review Comment:
```suggestion
# TODO: once fastparquet supports pandas 3 dtypes revert string and
categorical
# tests by removing `check_dtype=False` and `check_categorical=False` so
type
# equality is asserted again
```
--
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]