-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
refactor: remove remaining uses of arrow_array
and use reexport in arrow
instead
#14528
refactor: remove remaining uses of arrow_array
and use reexport in arrow
instead
#14528
Conversation
78f7847
to
4bd8dac
Compare
4bd8dac
to
327bc78
Compare
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.
A very nice simplification @Chen-Yuan-Lai -- thank you 🙏
@@ -51,7 +51,6 @@ apache-avro = { version = "0.17", default-features = false, features = [ | |||
"zstandard", | |||
], optional = true } | |||
arrow = { workspace = true } | |||
arrow-array = { workspace = true } | |||
arrow-ipc = { workspace = true } | |||
arrow-schema = { workspace = true } |
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.
Hmm, looks like there is one PR left -- arrow-schema 🤔
Any chance you want another fun cleanup PR @Chen-Yuan-Lai :)
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.
@alamb Sure 💪
…_instead_of_arrow_array
Thanks again @Chen-Yuan-Lai |
Which issue does this PR close?
NullBufferBuilder
instead ofBooleanBufferBuilder
for creating Null masks #14115.Rationale for this change
As #14503 (review) says,
arrow_array
should be removed and be replaced with reexport in arrow as much as possible.What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?