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

    https://github.com/apache/spark/pull/19548#discussion_r146147286
  
    --- Diff: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleIntegrationSuite.scala
 ---
    @@ -50,9 +52,11 @@ import org.apache.spark.tags.DockerTest
     @DockerTest
     class OracleIntegrationSuite extends DockerJDBCIntegrationSuite with 
SharedSQLContext {
       import testImplicits._
    +  // To make === between double tolerate inexact values
    +  implicit val doubleEquality = 
TolerantNumerics.tolerantDoubleEquality(0.01)
    --- End diff --
    
    Curious why it would be that inequal somewhere in these tests?


---

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

Reply via email to