pan3793 commented on code in PR #53371:
URL: https://github.com/apache/spark/pull/53371#discussion_r2598787812
##########
sql/connect/client/jdbc/src/test/scala/org/apache/spark/sql/connect/client/jdbc/SparkConnectJdbcDataTypeSuite.scala:
##########
@@ -17,7 +17,10 @@
package org.apache.spark.sql.connect.client.jdbc
-import java.sql.{ResultSet, SQLException, Types}
+import java.math.BigDecimal
Review Comment:
you should either use `import java.math.{BigDecimal => JBigDecimal}`, or
keep the full package name, to distinguish from `scala.BigDecimal`
--
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]