Skip to content

Commit

Permalink
Fix nested nullability when randomly generating arrays (#5713)
Browse files Browse the repository at this point in the history
* fix: preserve null_density for nested types in create_random_array

* fix: remove dbg statement

* fix: clarify comment

* fix: fmt

* fix: nullable struct arrays respect null_density

* test: support random MapArray

* fix: Create StructArray directly vs using TryFrom/From to avoid changing DataTypes
  • Loading branch information
alexwilcoxson-rel committed May 11, 2024
1 parent 7efe6c2 commit 158e54d
Showing 1 changed file with 278 additions and 39 deletions.

0 comments on commit 158e54d

Please sign in to comment.