Skip to content

Commit

Permalink
Fix 3.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Oct 16, 2023
1 parent 7425ae9 commit e94217f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, TableSpec}
import org.apache.spark.sql.connector.catalog.{CatalogV2Util, Identifier, StagingTableCatalog, Table, TableCatalog}
import org.apache.spark.sql.connector.expressions.Transform
import org.apache.spark.sql.errors.QueryCompilationErrors
import org.apache.spark.sql.execution.ColumnarToRowTransition
import org.apache.spark.sql.execution.datasources.v2.V2CreateTableAsSelectBaseExec
import org.apache.spark.sql.vectorized.ColumnarBatch

Expand All @@ -56,7 +55,7 @@ case class GpuAtomicReplaceTableAsSelectExec(
writeOptions: Map[String, String],
orCreate: Boolean,
invalidateCache: (TableCatalog, Table, Identifier) => Unit)
extends V2CreateTableAsSelectBaseExec with GpuExec with ColumnarToRowTransition {
extends V2CreateTableAsSelectBaseExec with GpuExec {

val properties = CatalogV2Util.convertTableProperties(tableSpec)

Expand Down

0 comments on commit e94217f

Please sign in to comment.