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


   ### What changes were proposed in this pull request?
   `Apache commons-collections` 3.x is a Java 1.3 compatible version, and it 
does not use Java 5 generics.  Apache commons-collections4 4.4 is an upgraded 
version of `commons-collections` and it built by Java 8.
   
   So this pr upgraded this dependency and fixed the code that block 
compilation due to this upgrade.
   
   
   ### Why are the changes needed?
   Dependency upgrade, the release notes as follows:
   
   - 
https://commons.apache.org/proper/commons-collections/changes-report.html#a4.4
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   Pass GA


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

To unsubscribe, e-mail: [email protected]

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