jorisvandenbossche commented on code in PR #36661:
URL: https://github.com/apache/arrow/pull/36661#discussion_r1262523628
##########
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:
It was this kind of assert that segfaulted, so adding it here to verify that
doesn't happen (I am not fully sure why dask was doing something like this,
though)
--
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]