Commit 188a141
authored
Fix validation logic in
* Fix a validation check in StructArray::try_new for unmasked nulls
* Add test for logical_nulls returning Some()
* Better assert
* Review feedback
* ciStructArray::try_new to account for array.logical_nulls() returning Some() and null_count == 0 (#7436)1 parent 689897e commit 188a141
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
922 | 924 | | |
923 | 925 | | |
924 | 926 | | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
925 | 946 | | |
0 commit comments