Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14036#discussion_r70381897
  
    --- 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 --
    
    I don't think we need this abstraction. [this 
one](https://github.com/apache/spark/pull/14036/files#diff-1516b10738479bbe190fb4e239258473L252)
 already covers both fraction and integral


---
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