Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/18931#discussion_r140931214
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/ExpandExec.scala ---
@@ -89,6 +89,8 @@ case class ExpandExec(
child.asInstanceOf[CodegenSupport].inputRDDs()
}
+ override protected def doConsumeInChainOfFunc: Boolean = false
--- End diff --
The good news is, the just merged #19324 simplifies the usage of `continue`
in codegen. I'm now testing with it if I can remove this tricky part of
`continue`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]