danepitkin commented on code in PR #37255:
URL: https://github.com/apache/arrow/pull/37255#discussion_r1300185052
##########
python/pyarrow/tests/parquet/test_dataset.py:
##########
@@ -1557,20 +1557,10 @@ def is_pickleable(obj):
@pytest.mark.pandas
@parametrize_legacy_dataset
-def test_builtin_pickle_dataset(tempdir, datadir, use_legacy_dataset):
- import pickle
+def test_pickle_dataset(tempdir, datadir, use_legacy_dataset, pickle_module):
dataset = _make_dataset_for_pickling(tempdir, use_legacy_dataset)
_assert_dataset_is_picklable(
Review Comment:
Will update! Good idea.
--
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]