kou commented on code in PR #36539: URL: https://github.com/apache/arrow/pull/36539#discussion_r1263446257
########## 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: I've split the fix to #36683. -- 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