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

    https://github.com/apache/spark/pull/19548#discussion_r146147276
  
    --- Diff: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/OracleIntegrationSuite.scala
 ---
    @@ -108,6 +112,10 @@ class OracleIntegrationSuite extends 
DockerJDBCIntegrationSuite with SharedSQLCo
         conn.prepareStatement(
           "INSERT INTO numerics VALUES (4, 1.23, 9999999999)").executeUpdate();
         conn.commit();
    +
    +
    +    conn.prepareStatement("CREATE TABLE oracle_types (d BINARY_DOUBLE, f 
BINARY_FLOAT)").executeUpdate();
    --- End diff --
    
    No semicolon at the end of lines


---

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

Reply via email to