AlenkaF commented on code in PR #39850:
URL: https://github.com/apache/arrow/pull/39850#discussion_r1470969401


##########
python/pyarrow/tests/parquet/test_dataset.py:
##########
@@ -1137,7 +1137,9 @@ def _make_dataset_for_pickling(tempdir, N=100):
 
 
 @pytest.mark.pandas
-def test_pickle_dataset(tempdir, pickle_module):
+def test_pickle_dataset(tempdir, pickle_module, request):
+    pickle_module = request.getfixturevalue(pickle_module)

Review Comment:
   Will try 👍 



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

Reply via email to