Commit b916b9e
fix: prevent panic in multi-table insert commit by handling missing t… (#18793)
* fix: prevent panic in multi-table insert commit by handling missing table IDs
Use unwrap_or_default() instead of unwrap() when accessing insert_rows map to avoid panic when a table ID is not found in the map.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* fix
---------
Co-authored-by: Claude <[email protected]>1 parent 760a53c commit b916b9e
File tree
1 file changed
+1
-1
lines changed- src/query/storages/fuse/src/operations/common/processors
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments