zhztheplayer commented on PR #10788: URL: https://github.com/apache/incubator-gluten/pull/10788#issuecomment-3324756521
There's a CI error at `ColumnPruningSuite`: ``` 2025-09-23T15:55:02.3923579Z - SPARK-24696 ColumnPruning rule fails to remove extra Project *** FAILED *** 2025-09-23T15:55:02.3924834Z java.lang.NullPointerException: Cannot invoke "org.apache.spark.sql.execution.SparkPlan.subqueries()" because "x$7" is null 2025-09-23T15:55:02.3926348Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.$anonfun$subqueriesAll$1(AdaptiveSparkPlanHelper.scala:121) 2025-09-23T15:55:02.3928074Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.$anonfun$flatMap$1(AdaptiveSparkPlanHelper.scala:75) 2025-09-23T15:55:02.3929842Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.$anonfun$flatMap$1$adapted(AdaptiveSparkPlanHelper.scala:75) 2025-09-23T15:55:02.3931434Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.foreach(AdaptiveSparkPlanHelper.scala:45) 2025-09-23T15:55:02.3932830Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.foreach$(AdaptiveSparkPlanHelper.scala:44) 2025-09-23T15:55:02.3933917Z at org.apache.gluten.test.FallbackUtil$.foreach(FallbackUtil.scala:31) 2025-09-23T15:55:02.3934998Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.flatMap(AdaptiveSparkPlanHelper.scala:75) 2025-09-23T15:55:02.3936371Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.flatMap$(AdaptiveSparkPlanHelper.scala:73) 2025-09-23T15:55:02.3937624Z at org.apache.gluten.test.FallbackUtil$.flatMap(FallbackUtil.scala:31) 2025-09-23T15:55:02.3938765Z at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper.subqueriesAll(AdaptiveSparkPlanHelper.scala:121) 2025-09-23T15:55:02.3939706Z ... ``` This seems like a flaky test and I suppose it's nothing to do with the Velox version update. May investigate later. -- 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]
