Skip to content

Commit 502139a

Browse files
committed
Also deal with sort case.
1 parent 6d600d5 commit 502139a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SortExec.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ case class SortExec(
177177
""".stripMargin.trim
178178
}
179179

180+
override protected def effectiveContinueStatement: String = "continue;"
181+
180182
protected override val shouldStopRequired = false
181183

182184
override def doConsume(ctx: CodegenContext, input: Seq[ExprCode], row: ExprCode): String = {

0 commit comments

Comments
 (0)