-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-44467][BUILD] Setting version to 4.0.0-SNAPSHOT #42048
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
cc @xuanyuanking @HyukjinKwon @dongjoon-hyun The branch-3.5 have been cut, should we do this? |
zhengruifeng
approved these changes
Jul 18, 2023
HyukjinKwon
approved these changes
Jul 18, 2023
yaooqinn
approved these changes
Jul 18, 2023
Member
|
thanks @LuciferYang and all, merged to master |
Member
dongjoon-hyun
left a comment
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.
+1, LGTM. Thank you so much!
Contributor
Author
|
Thanks @yaooqinn @HyukjinKwon @zhengruifeng and @dongjoon-hyun ~ |
3 tasks
cfmcgrady
added a commit
to apache/kyuubi
that referenced
this pull request
Jul 19, 2023
… to 4.0.0-SNAPSHOT ### _Why are the changes needed?_ Welcome to Spark 4.0 apache/spark#42048 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request Closes #5068 from cfmcgrady/spark-4.0. Closes #5068 42cf63e [Fu Chen] bump spark 4.0.0-SNAPSHOT Authored-by: Fu Chen <cfmcgrady@gmail.com> Signed-off-by: Fu Chen <cfmcgrady@gmail.com>
link3280
pushed a commit
to link3280/kyuubi
that referenced
this pull request
Jul 23, 2023
…APSHOT to 4.0.0-SNAPSHOT ### _Why are the changes needed?_ Welcome to Spark 4.0 apache/spark#42048 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request Closes apache#5068 from cfmcgrady/spark-4.0. Closes apache#5068 42cf63e [Fu Chen] bump spark 4.0.0-SNAPSHOT Authored-by: Fu Chen <cfmcgrady@gmail.com> Signed-off-by: Fu Chen <cfmcgrady@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR aims to update
masterbranch version to 4.0.0-SNAPSHOT.Why are the changes needed?
Start to prepare Apache Spark 4.0.0 and the published snapshot version should not conflict with
branch-3.5.Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GitHub Actions