Yang Jie created SPARK-37256:
--------------------------------

             Summary: Replace `ScalaObjectMapper` with `ClassTagExtensions` to 
fix compilation warnings
                 Key: SPARK-37256
                 URL: https://issues.apache.org/jira/browse/SPARK-37256
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.3.0
            Reporter: Yang Jie


There are some compilation warning log as follows:
{code:java}
[WARNING] [Warn] 
/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/RebaseDateTime.scala:268:
 [deprecation @ 
org.apache.spark.sql.catalyst.util.RebaseDateTime.loadRebaseRecords.mapper.$anon
 | origin=com.fasterxml.jackson.module.scala.ScalaObjectMapper | 
version=2.12.1] trait ScalaObjectMapper in package scala is deprecated (since 
2.12.1): ScalaObjectMapper is deprecated because Manifests are not supported in 
Scala3 {code}
We can refer to the recommendations of `jackson-module-scala` for fix
{code:java}
ScalaObjectMapper is deprecated because Manifests are not supported in Scala3, 
you might want to use ClassTagExtensions as a replacement {code}
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to