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

    https://github.com/apache/spark/pull/14036#discussion_r70471772
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/arithmetic.scala
 ---
    @@ -237,6 +229,9 @@ case class Divide(left: Expression, right: Expression)
         }
       }
     
    +  // Used by doGenCode
    +  protected def divide(eval1: ExprCode, eval2: ExprCode, javaType: 
String): String
    --- End diff --
    
    @cloud-fan yes but getting ```A method named "$div" is not declared in any 
enclosing class nor any supertype, nor through a static import``` in the 
updated pr for `Code generation of (2.0 / 1.0)`


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to