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

    https://github.com/apache/spark/pull/19259#discussion_r139333045
  
    --- Diff: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleIntegrationSuite.scala
 ---
    @@ -82,7 +107,7 @@ class OracleIntegrationSuite extends 
DockerJDBCIntegrationSuite with SharedSQLCo
         // A value with fractions from DECIMAL(3, 2) is correct:
         assert(row.getDecimal(1).compareTo(BigDecimal.valueOf(1.23)) == 0)
         // A value > Int.MaxValue from DECIMAL(10) is correct:
    -    assert(row.getDecimal(2).compareTo(BigDecimal.valueOf(9999999999l)) == 
0)
    +    assert(row.getDecimal(2).compareTo(BigDecimal.valueOf(9999999999L)) == 
0)
    --- End diff --
    
    revert this back


---

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

Reply via email to