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


##########
python/pyarrow/tests/test_table.py:
##########
@@ -3523,7 +3538,7 @@ def test_chunked_array_non_cpu(cuda_context, 
cpu_chunked_array, cuda_chunked_arr
 
     # filter() test
     with pytest.raises(NotImplementedError):
-        cuda_chunked_array.filter([True, False, True, False, True])
+        cuda_chunked_array.filter([True])

Review Comment:
   Oof, I was trying to clean up changes and I think messed this up. Thanks for 
catching.



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