Skip to content

Commit

Permalink
[CH][HOTFIX] Fix compile error after merging PR#5308 (#5478)
Browse files Browse the repository at this point in the history
[CH][HOTFIX] Fix compile error after merging PR#5308
  • Loading branch information
zzcclp authored Apr 22, 2024
1 parent 471f382 commit b4641c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package org.apache.spark.sql.delta.catalog
import org.apache.spark.internal.Logging
import org.apache.spark.sql.SparkSession
import org.apache.spark.sql.catalyst.catalog.{BucketSpec, CatalogTable}
import org.apache.spark.sql.catalyst.expressions.Attribute
import org.apache.spark.sql.catalyst.expressions.{Attribute, Expression}
import org.apache.spark.sql.connector.catalog.TableCatalog
import org.apache.spark.sql.connector.read.InputPartition
import org.apache.spark.sql.connector.write.{LogicalWriteInfo, WriteBuilder}
Expand Down

0 comments on commit b4641c9

Please sign in to comment.