Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed May 22, 2024
1 parent 0b81d7f commit d45ac85
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
package org.apache.spark.sql.comet.shims

import org.apache.spark.{Partition, ShuffleDependency, TaskContext}
import org.apache.spark.rdd.{MapPartitionsRDD, RDD}
import org.apache.spark.rdd.RDD
import org.apache.spark.scheduler.MapStatus
import org.apache.spark.shuffle.ShuffleWriteProcessor
import org.apache.spark.sql.vectorized.ColumnarBatch

trait ShimCometShuffleWriteProcessor extends ShuffleWriteProcessor {
override def write(
Expand Down

0 comments on commit d45ac85

Please sign in to comment.