Periecle commented on code in PR #49964:
URL: https://github.com/apache/arrow/pull/49964#discussion_r3341513606
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -1722,6 +1722,30 @@ def con(values):
assert result.equals(con([False, True, True, None]))
+def test_equal_binary_view():
Review Comment:
Yes, that makes sense. I thought it would be cleaner to address initial
issue by writing python tests covering that.
I can remove it, if you think that is redundant.
--
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]