-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Adding Spark35 support #2172
base: master
Are you sure you want to change the base?
Conversation
4960c33
to
6443687
Compare
0510590
to
b2de5f3
Compare
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/oss/mirror/docker.io/library/ubuntu:20.04 | |||
ARG SYNAPSEML_VERSION=1.0.2 | |||
ARG DEBIAN_FRONTEND=noninteractive | |||
|
|||
ENV SPARK_VERSION=3.4.1 | |||
ENV SPARK_VERSION=3.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we should use 3.5.1 instead of 3.5.0
@@ -7,7 +7,7 @@ import scala.xml.transform.{RewriteRule, RuleTransformer} | |||
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _} | |||
|
|||
val condaEnvName = "synapseml" | |||
val sparkVersion = "3.4.1" | |||
val sparkVersion = "3.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use 3.5.1
6d8b645
to
17ed2a8
Compare
17ed2a8
to
b64da83
Compare
049806a
to
d5098e3
Compare
d8bd2dc
to
12a8a39
Compare
Acrolinx ScorecardsA minimum Acrolinx score of 80 is required. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology.
More information about Acrolinx |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2172 +/- ##
==========================================
- Coverage 85.95% 85.90% -0.06%
==========================================
Files 329 329
Lines 17086 17086
Branches 1515 1515
==========================================
- Hits 14687 14678 -9
- Misses 2399 2408 +9 ☔ View full report in Codecov by Sentry. |
Adding support for Spark 3.5
Related Issues/PRs
#xxx
What changes are proposed in this pull request?
Briefly describe the changes included in this Pull Request.
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentation
folder.Make sure you choose the correct class
estimators/transformers
and namespace.DocTable
points to correct API link.yarn run start
to make sure the website renders correctly.<!--pytest-codeblocks:cont-->
before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTests
job pass in the pipeline.