We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d600d5 commit 502139aCopy full SHA for 502139a
sql/core/src/main/scala/org/apache/spark/sql/execution/SortExec.scala
@@ -177,6 +177,8 @@ case class SortExec(
177
""".stripMargin.trim
178
}
179
180
+ override protected def effectiveContinueStatement: String = "continue;"
181
+
182
protected override val shouldStopRequired = false
183
184
override def doConsume(ctx: CodegenContext, input: Seq[ExprCode], row: ExprCode): String = {
0 commit comments