Commit cb0d130
refactor: move arrow datasource to new
## Which issue does this PR close?
- This addresses part of
apache#17713 but it does not close
it.
## Rationale for this change
In order to remove `core` from `proto` crate, we need `ArrowFormat` to
be available. Similar to the other datasource types (csv, avro, json,
parquet) this splits the Arrow IPC file format into its own crate.
## What changes are included in this PR?
This is a straight refactor. Code is merely moved around.
The size of the diff is the additional files that are required
(cargo.toml, readme.md, etc)
## Are these changes tested?
Existing unit tests.
## Are there any user-facing changes?
Users that include `ArrowSource` may need to update their include paths.
For most, the reexports will cover this need.datafusion-datasource-arrow crate (apache#18082)1 parent 6672eb6 commit cb0d130
File tree
19 files changed
+1012
-525
lines changed- .github/workflows/labeler
- datafusion
- core
- src/datasource
- file_format
- physical_plan
- datasource-arrow
- src
- tests/data
- sqllogictest/test_files
- dev/release
19 files changed
+1012
-525
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments