jorisvandenbossche commented on code in PR #39850:
URL: https://github.com/apache/arrow/pull/39850#discussion_r1474432946
##########
python/pyarrow/tests/test_array.py:
##########
@@ -2054,7 +2054,7 @@ def test_array_pickle_dictionary(pickle_module):
size=st.integers(min_value=0, max_value=10)
)
)
-def test_pickling(pickle_module, arr):
+def test_pickling(arr, pickle_module):
Review Comment:
```suggestion
def test_pickling(pickle_module, arr):
```
--
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]