danepitkin commented on code in PR #37097:
URL: https://github.com/apache/arrow/pull/37097#discussion_r1298788550
##########
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:
The commit to implement this is pretty big (I already pushed it to this PR).
I went ahead and implemented in a separate PR and can rebase on top of it after
it merges. This has the additional benefit of testing the CI process with
Cython 0.29.X, since I haven't added the Cython < 3 CI job yet.
https://github.com/apache/arrow/pull/37255
--
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]