Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent panic on partial append failures
During partial append failures, the error field was incorrectly accessed from a nil err variable instead of the result struct, causing a nil pointer dereference panic. Change err.Error() to res[idx].Error to properly handle error messages in partial failure cases.
- Loading branch information