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

    https://github.com/apache/spark/pull/22450#discussion_r218690339
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/decimalArithmeticOperations.sql
 ---
    @@ -83,4 +83,7 @@ select 12345678912345678912345678912.1234567 + 
9999999999999999999999999999999.1
     select 123456789123456789.1234567890 * 1.123456789123456789;
     select 12345678912345.123456789123 / 0.000000012345678;
     
    +-- division with negative scale operands
    +select 26393499451/ 1000e6;
    --- End diff --
    
    oh... thanks.


---

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

Reply via email to