Commit 9cdc6fc
committed
fix: Correct Iceberg DELETE support status and dead s3_connect_timeout param
- DELETE FROM is now supported via equality delete files (implemented in
IcebergDeletionProvider). Update the Write Support section to reflect this;
only UPDATE remains unsupported.
- Add a note to iceberg_s3_connect_timeout documenting that the parameter is
accepted but currently has no effect (it is not mapped in
map_param_name_to_iceberg_prop nor read directly by any code path).1 parent cc7e502 commit 9cdc6fc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments