Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu committed Mar 13, 2024
1 parent 7913701 commit a3b0289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ abstract class FileSourceScanExecTransformerBase(

override def filterExprs(): Seq[Expression] = dataFiltersInScan

override def getMetadataColumns(): Seq[AttributeReference] = getMetadataColumns
override def getMetadataColumns(): Seq[AttributeReference] = metadataColumns

def getPartitionFilters(): Seq[Expression] = partitionFilters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import io.glutenproject.substrait.rel.LocalFilesNode.ReadFileFormat
import org.apache.spark.rdd.RDD
import org.apache.spark.sql.SparkSession
import org.apache.spark.sql.catalyst.catalog.HiveTableRelation
import org.apache.spark.sql.catalyst.expressions.{Attribute, AttributeReference, Expression}
import org.apache.spark.sql.catalyst.expressions.{Attribute, AttributeReference, AttributeSeq, Expression}
import org.apache.spark.sql.catalyst.plans.QueryPlan
import org.apache.spark.sql.connector.read.InputPartition
import org.apache.spark.sql.execution.SparkPlan
Expand Down

0 comments on commit a3b0289

Please sign in to comment.