Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/21537#discussion_r202800647
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/javaCode.scala
---
@@ -196,7 +221,7 @@ object Block {
EmptyBlock
} else {
args.foreach {
- case _: ExprValue =>
+ case _: ExprValue | _: Inline =>
--- End diff --
Moved.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]