From 23b1d3c38af4598694f0157db95984cda8877ab5 Mon Sep 17 00:00:00 2001 From: Kazuyuki Tanimura Date: Tue, 18 Jun 2024 16:39:58 -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 9c5305afb..263ef2506 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.{LongType, StructField, StructType} +import org.apache.spark.sql.types.StructField trait ShimCometScanExec { def wrapped: FileSourceScanExec