danepitkin commented on PR #36745:
URL: https://github.com/apache/arrow/pull/36745#issuecomment-1673355179

   The failing pickle test is only when using the `cloudpickle` module instead 
of the python pickle module. Perhaps they don't support cython3.0.0 yet? This 
is the only test in the entire codebase that tests cloudpickle.. not sure how 
important it is as a dependency to pyarrow.
   
   ```
   @pytest.mark.pandas
   @parametrize_legacy_dataset
   def test_cloudpickle_dataset(tempdir, datadir, use_legacy_dataset):
       cp = pytest.importorskip('cloudpickle')
       dataset = _make_dataset_for_pickling(tempdir, use_legacy_dataset)
       _assert_dataset_is_picklable(
           dataset, pickler=cp, use_legacy_dataset=use_legacy_dataset)
   ```


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