andygrove commented on PR #2639: URL: https://github.com/apache/datafusion-comet/pull/2639#issuecomment-3443598001
Some `native_datafusion` tests are failing: ``` 2025-10-23T20:23:31.2697381Z - join (native_datafusion, native shuffle) *** FAILED *** (463 milliseconds) 2025-10-23T20:23:31.2702227Z org.apache.spark.SparkException: Job aborted due to stage failure: Task 3 in stage 4382.0 failed 1 times, most recent failure: Lost task 3.0 in stage 4382.0 (TID 10847) (localhost executor driver): org.apache.comet.CometNativeException: Invalid HashJoinExec, partition count mismatch 1!=5,consider using RepartitionExec. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
