dongjoon-hyun commented on code in PR #53026:
URL: https://github.com/apache/spark/pull/53026#discussion_r2520824617


##########
sql/connect/client/jdbc/src/test/scala/org/apache/spark/sql/connect/client/jdbc/SparkConnectJdbcDataTypeSuite.scala:
##########
@@ -18,6 +18,7 @@
 package org.apache.spark.sql.connect.client.jdbc
 
 import java.sql.{ResultSet, SQLException, Types}
+import java.util.Calendar

Review Comment:
   Could you make the CI happy, @vinodkc ?
   
   ```
   [error] 
/__w/spark/spark/sql/connect/client/jdbc/src/test/scala/org/apache/spark/sql/connect/client/jdbc/SparkConnectJdbcDataTypeSuite.scala:21:18:
 Unused import
   [error] Applicable -Wconf / @nowarn filters for this fatal warning: 
msg=<part of the message>, cat=unused-imports, 
site=org.apache.spark.sql.connect.client.jdbc
   [error] import java.util.Calendar
   ```



-- 
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]

Reply via email to