yaooqinn commented on code in PR #45956:
URL: https://github.com/apache/spark/pull/45956#discussion_r1557458759
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MySQLIntegrationSuite.scala:
##########
@@ -139,7 +139,7 @@ class MySQLIntegrationSuite extends
DockerJDBCIntegrationSuite {
assert(row.getInt(3) == 77777)
assert(row.getInt(4) == 123456789)
assert(row.getLong(5) == 123456789012345L)
- val bd = new BigDecimal("123456789012345.12345678901234500000")
+ val bd = new BigDecimal("123456789012345.123456789012345000")
Review Comment:
FYI, the original value from MySQL is 123456789012345.123456789012345
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]