You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/17 09:29:52 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #7467: ARROW-9159: [Python] Enable Array.isnull method

pitrou commented on a change in pull request #7467:
URL: https://github.com/apache/arrow/pull/7467#discussion_r441411194



##########
File path: python/pyarrow/tests/test_compute.py
##########
@@ -313,3 +313,16 @@ def test_compare_chunked_array_mixed():
         arr_chunked == arr_chunked2,
     ]:
         assert result.equals(expected)
+
+
+def test_isnull():
+

Review comment:
       Any reason for the empty line here?




----------------------------------------------------------------
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:
users@infra.apache.org