You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <noreply@anthropic.com>
* fix
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments