andygrove commented on PR #2639: URL: https://github.com/apache/datafusion-comet/pull/2639#issuecomment-3461901165
> 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. > ``` `CopyExec` was masking an issue when using `native_datafusion` scans: https://github.com/apache/datafusion-comet/issues/2660 I am not sure what to do about this yet, but I have skipped some tests in this PR for now. @mbutrovich fyi -- 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]
