MaxGekk commented on code in PR #44620:
URL: https://github.com/apache/spark/pull/44620#discussion_r1444345710
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:
##########
@@ -2233,7 +2233,7 @@ abstract class DDLSuite extends QueryTest with
DDLSuiteBase {
val table2 = catalog.getTableMetadata(TableIdentifier("t2"))
assert(table2.provider == Some("hive"))
- val e1 = intercept[SparkClassNotFoundException] {
Review Comment:
Could you remove unused import:
```
import org.apache.spark.{SparkClassNotFoundException ...
[ERROR]
/Users/maximgekk/proj/review-allisonwang-db_spark-46618-not-found-err/sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala:27:
Unused import
Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part of the
message>, cat=unused-imports, site=org.apache.spark.sql.execution.command
```
--
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]