Skip to content

Commit 4ac8f9b

Browse files
heary-caocloud-fan
authored andcommitted
[SPARK-26073][SQL][FOLLOW-UP] remove invalid comment as we don't use it anymore
## What changes were proposed in this pull request? remove invalid comment as we don't use it anymore More details: apache#22976 (comment) ## How was this patch tested? N/A Closes apache#23044 from heary-cao/followUpOrdering. Authored-by: caoxuewen <cao.xuewen@zte.com.cn> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent dad2d82 commit 4ac8f9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/GenerateOrdering.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ object GenerateOrdering extends CodeGenerator[Seq[SortOrder], Ordering[InternalR
143143
})
144144
ctx.currentVars = oldCurrentVars
145145
ctx.INPUT_ROW = oldInputRow
146-
// make sure INPUT_ROW is declared even if splitExpressions
147-
// returns an inlined block
148146
code
149147
}
150148

0 commit comments

Comments
 (0)