Skip to content

Commit

Permalink
Update to Spark 4.0 changing signature of SupportsV1Write.writeWithV1
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe committed Nov 20, 2024
1 parent 45a54ac commit cc35073
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ trait GpuV1FallbackWriters extends LeafV2CommandExec with SupportsV1Write with G
def write: V1Write

override def run(): Seq[InternalRow] = {
val writtenRows = writeWithV1(write.toInsertableRelation)
writeWithV1(write.toInsertableRelation)
refreshCache()
writtenRows
Nil
}

override def internalDoExecuteColumnar(): RDD[ColumnarBatch] = {
Expand Down

0 comments on commit cc35073

Please sign in to comment.