raulcd commented on code in PR #36661:
URL: https://github.com/apache/arrow/pull/36661#discussion_r1262519663
##########
python/pyarrow/tests/test_dataset.py:
##########
@@ -589,6 +589,7 @@ def test_partitioning():
partitioning = klass(schema)
assert isinstance(partitioning, ds.Partitioning)
assert partitioning == klass(schema)
+ assert partitioning != "other object"
Review Comment:
I am not sure I understand why the new assert is necessary here but I am
happy with the fix
--
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]