Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19778#discussion_r152190136
--- 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 --
Sure, but it is not `private`. It is used in `stringExpressions`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]