Ted-Jiang opened a new pull request, #3218:
URL: https://github.com/apache/arrow-datafusion/pull/3218
# Which issue does this PR close?
related #3217
# Rationale for this change
when i run `cargo bench --bench aggregate_query_sql`
got
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
InvalidArgumentError("Column 'f64' is declared as non-nullable but contains
null values")', datafusion/core/benches/data_utils/mod.rs:140:6
```
https://github.com/apache/arrow-datafusion/blob/fecc5ac4360c05db934cef38e8bde4fb669f01d6/datafusion/core/benches/data_utils/mod.rs#L120
then call
https://github.com/apache/arrow-datafusion/blob/fecc5ac4360c05db934cef38e8bde4fb669f01d6/datafusion/core/benches/data_utils/mod.rs#L73-L86
but the schema is none-nullable 🤔
# What changes are included in this PR?
<!--
There is no need to duplicate the description in the issue here but it is
sometimes worth providing a summary of the individual changes in this PR.
-->
# Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->
--
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]