felipepessoto commented on issue #11622: URL: https://github.com/apache/gluten/issues/11622#issuecomment-4965875346
> [@felipepessoto](https://github.com/felipepessoto) Could you check if the issue you encountered can be fixed by this change: [7501a53](https://github.com/apache/gluten/commit/7501a537e3a184c352e277aff736f8fd5962a314)? Yes, I rebased and it includes the same change, https://github.com/apache/gluten/commit/b45c1d87dafe08a6f8be39eae9a3f9f566efa058. The test still fails: https://github.com/apache/gluten/actions/runs/29302276900/job/86989997438?pr=12388 ``` [info] Cause: java.lang.ClassCastException: class org.apache.spark.sql.execution.ProjectExec cannot be cast to class org.apache.gluten.execution.WholeStageTransformer (org.apache.spark.sql.execution.ProjectExec and org.apache.gluten.execution.WholeStageTransformer are in unnamed module of loader 'app') [info] at org.apache.spark.sql.delta.stats.GlutenDeltaJobStatsTracker$GlutenDeltaTaskStatsTracker.<init>(GlutenDeltaJobStatsTracker.scala:174) [info] at org.apache.spark.sql.delta.stats.GlutenDeltaJobStatsTracker.newTaskInstance(GlutenDeltaJobStatsTracker.scala:80) [info] at org.apache.spark.sql.execution.datasources.FileFormatDataWriter.$anonfun$statsTrackers$1(FileFormatDataWriter.scala:63) [info] at scala.collection.immutable.List.map(List.scala:236) ``` -- 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]
