HyukjinKwon commented on a change in pull request #32605:
URL: https://github.com/apache/spark/pull/32605#discussion_r636009717
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala
##########
@@ -899,6 +899,11 @@ class JDBCSuite extends QueryTest
Option(TimestampType))
}
+ test("MySQLDialect type mapping") {
Review comment:
```suggestion
test("SPARK-35446 : MySQLDialect type mapping of float and double") {
```
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala
##########
@@ -899,6 +899,11 @@ class JDBCSuite extends QueryTest
Option(TimestampType))
}
+ test("MySQLDialect type mapping") {
Review comment:
```suggestion
test("SPARK-35446: MySQLDialect type mapping of float and real") {
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]