EnricoMi opened a new pull request, #1317: URL: https://github.com/apache/incubator-uniffle/pull/1317
### What changes were proposed in this pull request? Uses the spark version to decide which OutputTracker API to call. ### Why are the changes needed? Currently, it calls into one possible API version by reflection, and if this fails, calls into another version. Knowing the actual Spark version allows to call into the right API version. Fix: #1316 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No tests added. -- 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]
