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

    https://github.com/apache/spark/pull/22461#discussion_r219359638
  
    --- Diff: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleIntegrationSuite.scala
 ---
    @@ -442,6 +442,8 @@ class OracleIntegrationSuite extends 
DockerJDBCIntegrationSuite with SharedSQLCo
           .option("lowerBound", "2018-07-06")
           .option("upperBound", "2018-07-20")
           .option("numPartitions", 3)
    +      .option("oracle.jdbc.mapDateToTimestamp", "false")
    --- End diff --
    
    This is good to know. Could you help update the doc and explain we can pass 
the options to the underlying JDBC and also give some examples?


---

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

Reply via email to