Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19778#discussion_r152101922
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
---
@@ -841,6 +825,26 @@ class CodegenContext {
}
}
+ def splitCodes(expressions: Seq[String]): Seq[String] = {
--- End diff --
actually `split` is not accurate here, how about `groupCodes`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]