Yang Jie created SPARK-45700:
--------------------------------

             Summary: Fix `The outer reference in this type test cannot be 
checked at run time`
                 Key: SPARK-45700
                 URL: https://issues.apache.org/jira/browse/SPARK-45700
             Project: Spark
          Issue Type: Sub-task
          Components: Spark Core, SQL
    Affects Versions: 4.0.0
            Reporter: Yang Jie


{code:java}
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:324:12:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.createScalaTestCase
[error]       case udfTestCase: UDFTest
[error]            ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:506:12:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries
[error]       case udfTestCase: UDFTest =>
[error]            ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:508:12:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries
[error]       case udtfTestCase: UDTFSetTest =>
[error]            ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:514:13:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries
[error]       case _: PgSQLTest =>
[error]             ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:522:13:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries
[error]       case _: AnsiTest =>
[error]             ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:524:13:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries
[error]       case _: TimestampNTZTest =>
[error]             ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:584:12:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries.clue
[error]       case udfTestCase: UDFTest
[error]            ^
[error] 
/Users/yangjie01/SourceCode/git/spark-mine-sbt/sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala:596:12:
 The outer reference in this type test cannot be checked at run time.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part 
of the message>, cat=unchecked, 
site=org.apache.spark.sql.SQLQueryTestSuite.runQueries.clue
[error]       case udtfTestCase: UDTFSetTest
[error]            ^ {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to