LuciferYang commented on a change in pull request #32648:
URL: https://github.com/apache/spark/pull/32648#discussion_r637726936
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
##########
@@ -222,13 +222,13 @@ class SQLQueryTestSuite extends QueryTest with
SharedSparkSession with SQLHelper
// Create a test case to ignore this case.
ignore(testCase.name) { /* Do nothing */ }
} else testCase match {
- case udfTestCase: UDFTest
+ case udfTestCase: SQLQueryTestSuite#UDFTest
Review comment:
```
[ERROR] [Error]
/spark/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:225:
The outer reference in this type test cannot be checked at run time.
[ERROR] [Error]
/spark/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:357:
The outer reference in this type test cannot be checked at run time.
[ERROR] [Error]
/spark/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:363:
The outer reference in this type test cannot be checked at run time.
[ERROR] [Error]
/spark/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:371:
The outer reference in this type test cannot be checked at run time.
[ERROR] [Error]
/spark/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:414:
The outer reference in this type test cannot be checked at run time.
```
--
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]