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

    https://github.com/apache/spark/pull/6783#discussion_r32804336
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ArithmeticExpressionSuite.scala
 ---
    @@ -142,4 +142,22 @@ class ArithmeticExpressionSuite extends SparkFunSuite 
with ExpressionEvalHelper
         checkEvaluation(MinOf(Literal.create(null, IntegerType), 1), 1)
         checkEvaluation(MinOf(1, Literal.create(null, IntegerType)), 1)
       }
    +
    +  test("pmod") {
    +    checkEvaluation(Pmod(7, 3), 1)
    --- End diff --
    
    can we use testNumericDataTypes, and then add extra test cases for floating 
points?


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