raulcd commented on code in PR #36661:
URL: https://github.com/apache/arrow/pull/36661#discussion_r1262548811
##########
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:
ok, sounds good
--
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]