Commits


Joris Van den Bossche authored and GitHub committed 994c73b0195
GH-36659: [Python] Fix pyarrow.dataset.Partitioning.__eq__ when comparing with other type (#36661) ### Rationale for this change Ensure that `part == other` doesn't crash with `other` is not a Partitioning instance Small follow-up on https://github.com/apache/arrow/pull/36462 * Closes: #36659 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>