Github user bdrillard commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18075#discussion_r118274597
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
 ---
    @@ -792,7 +887,18 @@ class CodegenContext {
           addMutableState(javaType(expr.dataType), value,
             s"$value = ${defaultValue(expr.dataType)};")
     
    -      subexprFunctions += s"$fnName($INPUT_ROW);"
    +      // Generate the code for this expression tree and wrap it in a 
function.
    --- End diff --
    
    Fixed: 
https://github.com/apache/spark/pull/18075/commits/90a907acab6a074283908c0a3784af2c7d32cbce#diff-8bcc5aea39c73d4bf38aef6f6951d42cR872
    Note: a rebase with the two commits squashed will show the 
`subexprFunctions` as the only changed line, which is what we want


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to