advancedxy commented on code in PR #100: URL: https://github.com/apache/arrow-datafusion-comet/pull/100#discussion_r1501953759
########## spark/src/main/scala/org/apache/spark/sql/comet/CometCoalesceExec.scala: ########## @@ -67,20 +66,3 @@ case class CometCoalesceExec( override def hashCode(): Int = Objects.hashCode(numPartitions: java.lang.Integer, child) } - -object CometCoalesceExec { - - /** A simple RDD with no data, but with the given number of partitions. */ - class EmptyRDDWithPartitions(@transient private val sc: SparkContext, numPartitions: Int) Review Comment: It's moving to CometExecUtils, So it can be reused for several places. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org