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

    https://github.com/apache/spark/pull/19480#discussion_r144242223
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
 ---
    @@ -78,6 +78,20 @@ case class SubExprEliminationState(isNull: String, 
value: String)
     case class SubExprCodes(codes: Seq[String], states: Map[Expression, 
SubExprEliminationState])
     
     /**
    + * The main information about a new added function.
    + *
    + * @param functionName String representing the name of the function
    + * @param subclassName Optional value which is empty if the function is 
added to
    + *                     the superclass, otherwise it contains the name of 
the
    --- End diff --
    
    You're right, it's outerclass, thanks, my bad.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to