Github user taroplus commented on a diff in the pull request:
https://github.com/apache/spark/pull/19548#discussion_r146160013
--- 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 --
removed this line and the test still passes
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]