Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Oct 31, 2023
1 parent 9197bcb commit df0a859
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,9 @@ case class WholeStageTransformer(child: SparkPlan, materializeInput: Boolean = f
}

/**
* This `columnarInputRDDs` would contain [[BroadcastBuildSideRDD]], but the dependency and partition
* of [[BroadcastBuildSideRDD]] is meaningless.
* [[BroadcastBuildSideRDD]] should only be used to hold the broadcast value and generate iterator
* for join.
* This `columnarInputRDDs` would contain [[BroadcastBuildSideRDD]], but the dependency and
* partition of [[BroadcastBuildSideRDD]] is meaningless. [[BroadcastBuildSideRDD]] should only be
* used to hold the broadcast value and generate iterator for join.
*/
class ColumnarInputRDDsWrapper(columnarInputRDDs: Seq[RDD[ColumnarBatch]]) extends Serializable {
def getDependencies: Seq[Dependency[ColumnarBatch]] = {
Expand Down

0 comments on commit df0a859

Please sign in to comment.