som-snytt commented on a change in pull request #32648:
URL: https://github.com/apache/spark/pull/32648#discussion_r638645264
##########
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:
I don't have a precise answer, but I would expect ongoing improvements
and also some noise. You can use `-Wconf` to suppress (or escalate) the
message. I will try to take another look tomorrow; I haven't followed the
pattern matching changes yet.
--
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]