Commit 5c1a9e6
authored
RecordBatchTransformer: Handle schema migration and column re-ordering in table scans (#602)
* feat: Add skeleton of RecordBatchEvolutionProcessor
* feat: Add initial implementation of RecordBatchEvolutionProcessor
* feat: support more column types. Improve error handling. Add more comments
* feat(wip): adress issues with reordered / skipped fields
* feat: RecordBatchEvolutionProcessor handles skipped fields in projection
* chore: add missing license header
* chore: remove unneeded comment
* refactor: rename to RecordBatchTransformer. Improve passthrough handling
* feat: more performant handling of case where only schema transform is required but columns can remain unmodified
* refactor: import arrow_cast rather than arrow1 parent d09e32e commit 5c1a9e6
File tree
9 files changed
+671
-2
lines changed- crates/iceberg
- src
- arrow
9 files changed
+671
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
212 | 219 | | |
213 | 220 | | |
214 | 221 | | |
| |||
261 | 268 | | |
262 | 269 | | |
263 | 270 | | |
| 271 | + | |
264 | 272 | | |
265 | | - | |
| 273 | + | |
| 274 | + | |
266 | 275 | | |
267 | 276 | | |
268 | 277 | | |
| |||
0 commit comments