Yang Jie created SPARK-33804:
--------------------------------
Summary: Cleanup "view bounds are deprecated" compilation warnings
Key: SPARK-33804
URL: https://issues.apache.org/jira/browse/SPARK-33804
Project: Spark
Issue Type: Improvement
Components: Spark Core
Affects Versions: 3.2.0
Reporter: Yang Jie
There are only 3 compilation warnings related to `view bounds are deprecated`
in SequenceFileRDDFunctions:
[WARNING]
/spark-source/core/src/main/scala/org/apache/spark/rdd/SequenceFileRDDFunctions.scala:35:
view bounds are deprecated; use an implicit parameter instead.
[WARNING]
/spark-source/core/src/main/scala/org/apache/spark/rdd/SequenceFileRDDFunctions.scala:35:
view bounds are deprecated; use an implicit parameter instead.
[WARNING]
/spark-source/core/src/main/scala/org/apache/spark/rdd/SequenceFileRDDFunctions.scala:55:
view bounds are deprecated; use an implicit parameter instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]