Upgrade spark from 3.2 to 3.5#11702
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11702 +/- ##
=============================================
- Coverage 63.12% 14.45% -48.67%
+ Complexity 1140 201 -939
=============================================
Files 2343 2343
Lines 126306 126306
Branches 19419 19419
=============================================
- Hits 79733 18260 -61473
- Misses 40905 106497 +65592
+ Partials 5668 1549 -4119
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1518 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ca24c0e to
b7aa865
Compare
|
Marked as ready to review. Last commit seems to be running correctly but failed in what it looks a flaky test. The main issue here is what should we do with the name of module |
|
can you rebase the PR? |
|
Rebased |
|
@gortiz is bumping to log4j-slf4j2 absolutely necessary? Can we revert that? The reason is that this pulls in later version of log4j library (like you have changed), and they seem to have thread contention at high loads (we have seen that in LinkedIn multiple times). |
|
I've replied in #11903 (comment). The TL;DR: is that it was necessary in order to correctly use the As you can see in #11903, spark 3.5 tests fail when using older slf4j versions. As explained in my comment we could:
|
This PR tries to blindly update from Spark 3.2.4 to 3.5.0.
See #11701