You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Apache Spark is now publishing nightly 3.2.1-SNAPSHOT builds from branch-3.2 and we need to add shims for this version.
Describe the solution you'd like
Add new shims.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
…tabricks] (#3923)
Signed-off-by: Gera Shegalov <[email protected]>
Contributes to #3470Closes#3915
- Remove unused dependency-reduced-pom-generation from agg pom
- Eliminate double invocation of the shade plugin taking extra 6 seconds by delegating artifact attachment to the build helper plugin
- Improve clean by customizing maven-clean-plugin
- Enable *WithDatabricks profiles in `buildall`
- Generate SparkShimServiceProvider discovery files on the fly
- Refactor dist/pom.xml to reduce copy/paste code by 50%, delegate to default plugins when possible by customization
- Disable doc generation automatically if the profile does not contain 301 to avoid inadvertent diffs on CI
- Fix typo in verify_same_sha_for_unshimmed
- Remove redundant SparkShims.getRapidsShuffleManagerClass
- Consolidate most of Spark320 shim code into Spark32xShims.
Is your feature request related to a problem? Please describe.
Apache Spark is now publishing nightly 3.2.1-SNAPSHOT builds from branch-3.2 and we need to add shims for this version.
Describe the solution you'd like
Add new shims.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: