lidavidm commented on a change in pull request #9589:
URL: https://github.com/apache/arrow/pull/9589#discussion_r609096630
##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -334,7 +333,8 @@ def test_dataset_execute_iterator(dataset):
# ARROW-11596: this would segfault due to Cython raising
# StopIteration without holding the GIL. (Fixed on Cython master,
# post 3.0a6)
- tasks = dataset.scan()
+ with pytest.deprecated_call():
Review comment:
I'll do it now.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]