LuciferYang commented on a change in pull request #32648:
URL: https://github.com/apache/spark/pull/32648#discussion_r638594054
##########
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:
@som-snytt It seems that this compilation fix is related
[https://github.com/scala/scala/pull/9504](https://github.com/scala/scala/pull/9504).
So I have another question to ask you for help, `UDFTest` is an internal
`trait` defined in `SQLQueryTestSuite`, must full path be used for this case
in future Scala versions?
--
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]