Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSuchMethodError: PartitionedFileUtil$.splitFiles when running with Spark 3.5.4 #1572

Open
YanivKunda opened this issue Mar 26, 2025 · 0 comments · May be fixed by #1573
Open

NoSuchMethodError: PartitionedFileUtil$.splitFiles when running with Spark 3.5.4 #1572

YanivKunda opened this issue Mar 26, 2025 · 0 comments · May be fixed by #1573
Labels
bug Something isn't working
Milestone

Comments

@YanivKunda
Copy link
Contributor

Describe the bug

The signature of PartitionedFileUtil$.splitFiles changed in Spark 3.5.5, and Comet was updated to use it in #1565, so it is now not compatible with 3.5.4.

This could be fixed with using different shims for the patch-level version (affecting release engineering) or by using reflection within the 3.5 shim.

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

@YanivKunda YanivKunda added the bug Something isn't working label Mar 26, 2025
@andygrove andygrove added this to the 0.8.0 milestone Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants