Commits


Neville Dipale authored and Andrew Lamb committed 30ce2eb5d4d
ARROW-11063: [Rust] [Breaking] Validate null counts when building arrays Removes the null_count() function, forcing the builder to always validate the null count. This breaks existing code that provides null counts, with the required action being to remove that code. Closes #9041 from nevi-me/ARROW-11063 Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>