Commits


Alenka Frim authored and GitHub committed f5dd3d4a1c0
GH-38535: [Python] Fix S3FileSystem equals None segfault (#39276) ### Rationale for this change `S3FileSystem` equals `None` currently causes bus error. ### What changes are included in this PR? Add `not None` to `FileSystem.equals` signature. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #38535 Authored-by: AlenkaF <frim.alenka@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>