Commit 9f8741b
committed
Skip Puffin delete files (v3 delete vectors) in positional delete handling
Iceberg v3 uses Puffin files for delete vectors (DVs), which have a different
format than Parquet position delete files. The current implementation only
supports Parquet position delete files.
Changes:
- Filter position delete files to only include Parquet format
- Emit a warning when unsupported delete file formats (e.g., Puffin DVs) are skipped
- Results may include rows that should have been deleted when DVs are present
This is a temporary limitation until Puffin DV support is implemented.1 parent d5830a4 commit 9f8741b
1 file changed
Lines changed: 27 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
182 | 207 | | |
183 | 208 | | |
184 | 209 | | |
| |||
0 commit comments