felipepessoto commented on issue #11371: URL: https://github.com/apache/gluten/issues/11371#issuecomment-4814642023
@baibaichen I'm seeing some cases where it is still failing instead of fallback: https://github.com/apache/gluten/actions/runs/28250139841/job/83702908522?pr=12371 ``` - Variant type *** FAILED *** [info] org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 481.0 failed 1 times, most recent failure: Lost task 0.0 in stage 481.0 (TID 395) (58e2c98e1d1e executor driver): java.lang.UnsupportedOperationException: Unsupported data type: variant [info] at org.apache.spark.sql.utils.SparkArrowUtil$.toArrowType(SparkArrowUtil.scala:60) [info] at org.apache.spark.sql.utils.SparkArrowUtil$.toArrowField(SparkArrowUtil.scala:137) [info] at org.apache.spark.sql.utils.SparkArrowUtil$.$anonfun$toArrowSchema$1(SparkArrowUtil.scala:167) [info] at scala.collection.Iterator$$anon$9.next(Iterator.scala:594) [info] at scala.collection.immutable.List.prependedAll(List.scala:153) [info] at scala.collection.immutable.List$.from(List.scala:674) [info] at scala.collection.immutable.List$.from(List.scala:671) [info] at scala.collection.SeqFactory$Delegate.from(Factory.scala:306) [info] at scala.collection.immutable.Seq$.from(Seq.scala:42) [info] at scala.collection.immutable.Seq$.from(Seq.scala:39) [info] at scala.collection.IterableOps.map(Iterable.scala:683) [info] at scala.collection.IterableOps.map$(Iterable.scala:683) [info] at org.apache.spark.sql.types.StructType.map(StructType.scala:105) [info] at org.apache.spark.sql.utils.SparkArrowUtil$.toArrowSchema(SparkArrowUtil.scala:167) [info] at org.apache.gluten.execution.RowToVeloxColumnarExec$.toColumnarBatchIterator(RowToVeloxColumnarExec.scala:132) [info] at org.apache.gluten.execution.RowToVeloxColumnarExec.$anonfun$doExecuteColumnarInternal$1(RowToVeloxColumnarExec.scala:65) [info] at org.apache.spark.rdd.RDD.$anonfun$mapPartitions$2(RDD.scala:866) [info] at org.apache.spark.rdd.RDD.$anonfun$mapPartitions$2$adapted(RDD.scala:866) [info] at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52) [info] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:374) [info] at org.apache.spark.rdd.RDD.iterator(RDD.scala:338) [info] at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52) [info] at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:374) [info] at org.apache.spark.rdd.RDD.iterator(RDD.scala:338) [info] at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:93) [info] at org.apache.spark.TaskContext.runTaskWithListeners(TaskContext.scala:180) [info] at org.apache.spark.scheduler.Task.run(Task.scala:147) [info] at org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$5(Executor.scala:679) [info] at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:86) [info] at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:83) [info] at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:97) [info] at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:682) [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [info] at java.base/java.lang.Thread.run(Thread.java:840) ``` -- 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]
