From 2b0b08cc80ee27f667fbd1cca54282b8ae20ba97 Mon Sep 17 00:00:00 2001 From: Kazuyuki Tanimura Date: Tue, 18 Jun 2024 16:56:34 -0700 Subject: [PATCH] address review comments --- .../org/apache/spark/sql/comet/shims/ShimCometScanExec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark/src/main/spark-3.x/org/apache/spark/sql/comet/shims/ShimCometScanExec.scala b/spark/src/main/spark-3.x/org/apache/spark/sql/comet/shims/ShimCometScanExec.scala index 263ef2506..900b19895 100644 --- a/spark/src/main/spark-3.x/org/apache/spark/sql/comet/shims/ShimCometScanExec.scala +++ b/spark/src/main/spark-3.x/org/apache/spark/sql/comet/shims/ShimCometScanExec.scala @@ -30,7 +30,7 @@ import org.apache.spark.sql.catalyst.expressions.AttributeReference import org.apache.spark.sql.execution.datasources.parquet.ParquetOptions import org.apache.spark.sql.execution.{FileSourceScanExec, PartitionedFileUtil} import org.apache.spark.sql.execution.datasources.{FilePartition, FileScanRDD, HadoopFsRelation, PartitionDirectory, PartitionedFile} -import org.apache.spark.sql.types.StructField +import org.apache.spark.sql.types.StructType trait ShimCometScanExec { def wrapped: FileSourceScanExec