kou commented on code in PR #36539:
URL: https://github.com/apache/arrow/pull/36539#discussion_r1263436910


##########
python/pyarrow/tests/test_table.py:
##########
@@ -2422,3 +2422,27 @@ def test_numpy_asarray(constructor):
     result = np.asarray(table3, dtype="int32")
     np.testing.assert_allclose(result, expected)
     assert result.dtype == "int32"
+
+

Review Comment:
   We need to add `@pytest.mark.acero` because this depends on Acero.
   
   I'm adding it in #36681 but we may want to do it in a separated PR only for 
it...



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to