blaginin opened a new pull request, #7475:
URL: https://github.com/apache/arrow-rs/pull/7475
# Rationale for this change
`create_dict_from_values` has a reversed null_desity logic. For example:
```rust
let arr = create_string_array_with_len::<i32>(20, 0.0, 50); // will
generate no nulls
let dict = create_dict_from_values::<Int32Type>(200_000, 1.0, &arr); //
will also generate no nulls
```
# Are there any user-facing changes?
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]