Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Nov 28, 2023
1 parent 20ec741 commit 9899965
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ case class TakeOrderedAndProjectExecTransformer(
// if the child it is not WholeStageTransformer, add the adapter first
// so that, later we can wrap WholeStageTransformer.
val localSortPlan = withLocalSort(ColumnarCollapseTransformStages.wrapAdapter(other))
LimitTransformer(
localSortPlan,
0,
limit)
LimitTransformer(localSortPlan, 0, limit)
}
val transformStageCounter: AtomicInteger =
ColumnarCollapseTransformStages.transformStageCounter
Expand Down

0 comments on commit 9899965

Please sign in to comment.