danepitkin commented on code in PR #37097:
URL: https://github.com/apache/arrow/pull/37097#discussion_r1296191120


##########
python/pyarrow/tests/test_fs.py:
##########
@@ -439,6 +438,28 @@ def allow_append_to_file(request, filesystem_config):
     return filesystem_config['allow_append_to_file']
 
 
[email protected](
+    params=[
+        pytest.lazy_fixture('builtin_pickle'),
+        pytest.lazy_fixture('cloudpickle')
+    ]
+)
+def pickle(request):
+    return request.param

Review Comment:
   Will do! I was thinking the same, but thought it might be better in a 
different PR. Now that you explicitly mention it, it is probably best to test 
cloudpickle everywhere as part of this cython upgrade.



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