Commit 4cc1f9a
committed
adapters: handle deletion vector in delta input connector
snapshot mode works fine with deletion vectors, but for follow mode
we need parse and apply deletion vector ourselves to read parquet
files, same with some cases in cdc mode
Signed-off-by: Swanand Mulay <73115739+swanandx@users.noreply.github.com>1 parent c58569a commit 4cc1f9a
9 files changed
Lines changed: 978 additions & 194 deletions
File tree
- crates/adapters
- src/integrated
- delta_table
- docs.feldera.com/docs
- connectors/sources
- operations
- python/tests/platform
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 | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| 213 | + | |
205 | 214 | | |
206 | 215 | | |
207 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments