-
Notifications
You must be signed in to change notification settings - Fork 834
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: update to spark 3.3.1 #1930
Conversation
Hey @mhamilton723 👋! We use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
To test your commit locally, please follow our guild on building from source. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #1930 +/- ##
==========================================
- Coverage 85.44% 81.67% -3.77%
==========================================
Files 312 312
Lines 16292 16292
Branches 832 832
==========================================
- Hits 13920 13307 -613
- Misses 2372 2985 +613
|
My company wants to upgrade our Spark cluster and I wanted to know by when this PR will be merged and released. What are the timelines for spark 3.4? |
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.
Summary by GPT-4
The changes in this commit include updating the Spark version from 3.2.3 to 3.3.1 in various files such as build.sbt, RTestGen.scala, DatabricksGPUTests.scala, DatabricksUtilities.scala, SynapseUtilities.scala, environment.yml, pipeline.yaml, start script, Dockerfiles for demo and minimal images, dotnetSetup.sh script and run_r_tests.R script. Additionally, some display functions in a notebook have been updated to remove the use of .toPandas().
Suggestions
The changes in this PR look good and no suggestions are needed.
8808d19
to
25c69df
Compare
1d8a0fc
to
4953ac5
Compare
4953ac5
to
fb4cb04
Compare
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.