andygrove commented on issue #1461: URL: https://github.com/apache/datafusion-comet/issues/1461#issuecomment-2695765768
I see these errors when trying to compile against Spark 3.5.5: ``` [ERROR] /home/andy/git/apache/datafusion-comet/spark/src/main/spark-3.5/org/apache/spark/sql/comet/shims/ShimCometScanExec.scala:62: not enough arguments for method getPartitionedFile: (file: org.apache.spark.sql.execution.datasources.FileStatusWithMetadata, filePath: org.apache.hadoop.fs.Path, partitionValues: org.apache.spark.sql.catalyst.InternalRow)org.apache.spark.sql.execution.datasources.PartitionedFile. Unspecified value parameter partitionValues. [ERROR] /home/andy/git/apache/datafusion-comet/spark/src/main/spark-3.5/org/apache/spark/sql/comet/shims/ShimCometScanExec.scala:70: not enough arguments for method splitFiles: (sparkSession: org.apache.spark.sql.SparkSession, file: org.apache.spark.sql.execution.datasources.FileStatusWithMetadata, filePath: org.apache.hadoop.fs.Path, isSplitable: Boolean, maxSplitBytes: Long, partitionValues: org.apache.spark.sql.catalyst.InternalRow)Seq[org.apache.spark.sql.execution.datasources.PartitionedFile]. Unspecified value parameter partitionValues. ``` -- 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]
