Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent potential NullPointerException in Struct with Array fiel…
…d that contains null elements (#1107) A NullPointerException would be thrown when encoding the value to a proto if a Struct value was constructed with an Array field that contained at least one null value, and the type of the array field was boolArray, int64Array or float64Array. Fixes #1106
- Loading branch information