You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin fails to compile on branch-23.06 fails to compile on Databricks 11.3 with the following:
[WARNING] Pruning sources from previous analysis, due to incompatible CompileSetup.
[INFO] Compiling 386 Scala sources and 59 Java sources to /home/ubuntu/spark-rapids/sql-plugin/target/spark330db/classes...
[ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/scala/org/apache/spark/sql/hive/rapids/GpuHiveTableScanExec.scala:274: type mismatch;
found : org.apache.spark.sql.execution.datasources.SerializableFileStatus
required: org.apache.hadoop.fs.FileStatus
[ERROR] isSplitable = canBeSplit(f, hadoopConf),
[ERROR] ^
[ERROR] /home/ubuntu/spark-rapids/sql-plugin/src/main/scala/org/apache/spark/sql/hive/rapids/GpuHiveTableScanExec.scala:281: type mismatch;
found : Array[Nothing]
required: Seq[org.apache.spark.sql.execution.datasources.PartitionedFile]
[ERROR] val filePartitions = FilePartition.getFilePartitions(sparkSession, splitFiles, maxSplitBytes)
[ERROR] ^
[ERROR] two errors found
The plugin fails to compile on
branch-23.06
fails to compile on Databricks 11.3 with the following:Might be related to fixes from #8420
The text was updated successfully, but these errors were encountered: