LuciferYang opened a new pull request #30924:
URL: https://github.com/apache/spark/pull/30924


   ### What changes were proposed in this pull request?
   
   There are only 3 compilation warnings related to `view bounds are 
deprecated` in Spark Code:
   ```
   [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 pr try to fix these compilation warnings.
   
   ### Why are the changes needed?
   Fix compilation warnings about ` view bounds are deprecated`
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Pass the Jenkins or GitHub Action
   


----------------------------------------------------------------
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]

Reply via email to