arw2019 commented on a change in pull request #8244:
URL: https://github.com/apache/arrow/pull/8244#discussion_r501246193



##########
File path: python/pyarrow/tests/test_feather.py
##########
@@ -128,19 +128,22 @@ def test_dataset(version):
     num_values = (100, 100)

Review comment:
       For this to work I had to remove the call to `_check_pandas_version` in 
`FeatherDataset`'s `__init__`. I think that was a bug since `FeatherDataset` is 
supposed to work without `pandas`. I added a call to `_check_pandas_version` in 
`FeatherDataset.read_pandas` since we do want it there




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to