Commit 72a788d
authored
* Extract `RecordBatchExt`, `SchemaExt` & `FieldsExt` out of
`re_redap_tests` and into `re_arrow_util` instead
* So that they can be used without having to depend on `re_redap_tests`,
which is a guaranteed dependency cycle
* Rename them to `RecordBatchTestExt`, `SchemaTestExt` & `FieldsTestExt`
respectively
* A) So they don't conflict with the other `RecordBatchExt` etc traits
that we have
* B) To communicate clearly that these traits will not shy away from
unwraps() and other shortcuts
---
This is a pre-requisite for the upcoming RRD footer PRs.
* Sibling: rerun-io/dataplatform#2090
1 parent 39522a6 commit 72a788d
File tree
15 files changed
+31
-25
lines changed- crates
- store/re_redap_tests
- src
- tests
- utils
- utils/re_arrow_util
- src
15 files changed
+31
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8423 | 8423 | | |
8424 | 8424 | | |
8425 | 8425 | | |
| 8426 | + | |
8426 | 8427 | | |
8427 | 8428 | | |
8428 | 8429 | | |
| |||
9401 | 9402 | | |
9402 | 9403 | | |
9403 | 9404 | | |
9404 | | - | |
9405 | 9405 | | |
9406 | 9406 | | |
9407 | 9407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments