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.
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
Officially maintained Arrow2 branch #1556
Officially maintained Arrow2 branch #1556
Changes from 38 commits
099398e
a5b2557
a0c9669
3218759
a035200
843fbe6
fccbddb
77c69cf
2d2e379
cb187a6
25363d2
7a5294b
4030615
fde82cf
b585f3b
99907fd
b2f709d
ed5281c
f9504e7
33b6931
ca53b64
8702e12
41153dc
ba57aa8
387fdf6
0d504e6
ea6d7fa
44db376
ca9b485
b9125bc
99fdac3
1b916aa
d611d4d
171332f
4344454
257a7c5
b5cb938
e53d165
2293921
505084c
a27de10
7e8b8d9
8a6fb2c
60e869e
1e352c3
2698383
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
👍
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.
this was made private in
arrow2
because all tests in arrow2 are outsidesrc/
, so that adding tests does not require re-compiling the crate (and makes it easier to follow which changes are to the source and which changes are to the tests)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.
arrow-format
is an auxiliary crate that only contains the IPC and flight. This is so that we can more easily follow changes to the Arrow spec there (and/or particular libs we use to derive proto/flat buffers).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.
https://crates.io/crates/arrow-format for anyone else following along
Perhaps that is something else we could consider putting into the official apache repo over time (to reduce maintenance costs / allow others to help do so)
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.
I agree.