-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-33243: [Plasma] Remove #34718
GH-33243: [Plasma] Remove #34718
Conversation
|
|
@github-actions crossbow submit -g nightly-tests -g nightly-packaging -g nightly-release |
This comment was marked as outdated.
This comment was marked as outdated.
1c492c6
to
a678336
Compare
I'll merge this next week if nobody objects it. |
@github-actions crossbow submit -g nightly-tests -g nightly-packaging -g nightly-release |
Revision: 80679e6 Submitted crossbow builds: ursacomputing/crossbow @ actions-9e8aa9736c |
No objection. I merge this. |
Benchmark runs are scheduled for baseline = 02bc24c and contender = 2c9340d. 2c9340d is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
* plasma has been removed apache/arrow#34718 * https://arrow.apache.org/release/12.0.0.html
### Rationale for this change We can't maintain Plasma. ### What changes are included in this PR? These changes remove all Plasma related codes. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#33243 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
We can't maintain Plasma.
What changes are included in this PR?
These changes remove all Plasma related codes.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.