-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-8229: [Java] Move ArrowBuf into the Arrow package #6729
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
Conversation
siddharthteotia
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.
LGTM
|
It will be good to link the related issues in the PR description. |
@siddharthteotia Thanks a lot for your effort. I have updated the description. |
|
This breaks Spark: https://github.com/ursa-labs/crossbow/runs/769424833#step:6:13025 Because Spark uses Should we restore the |
Hi @kou, thanks a lot for reporting the problem. |
|
@liyafan82 OK. Could you open an JIRA issue for Spark to notify this to Spark developers? https://issues.apache.org/jira/browse/SPARK @kiszk Could you support updating Spark for this change? |
|
I see. Since Since Spark 3.0 branch is already cut, upgrading looks easier than in early 2020. I will support it. |
Sure. I have opened https://issues.apache.org/jira/browse/SPARK-31998 to track it. |
|
Thanks! |
After ARROW-7505 and ARROW-7935 are done, we are ready to move ArrowBuf into Arrow's package, and make it independent of Netty library.
This is part of the work for ARROW-4526, which removes netty references from ArrowBuf.