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
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