Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jul 15, 2019
1 parent 0de5843 commit a822c71
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -376,6 +376,7 @@ class OracleIntegrationSuite extends DockerJDBCIntegrationSuite with SharedSQLCo
val e = intercept[org.apache.spark.SparkException] {
spark.read.jdbc(jdbcUrl, "tableWithCustomSchema", new Properties()).collect()
}
assert(e.getCause().isInstanceOf[ArithmeticException])
assert(e.getMessage.contains("Decimal precision 39 exceeds max precision 38"))

// custom schema can read data
Expand Down

0 comments on commit a822c71

Please sign in to comment.