influxdb/arrow_util
Marco Neumann 942a6100b5
fix: check schemas in `pretty_print_batches` (#6309)
* fix: check schemas in `pretty_print_batches`

I think most users of this function (and `assert_batches_eq`) assume
that all batches have the same schema. If not, `pretty_print_batches`
may either fail producing an actual table (some rows may have more or
less columns) or silently produce a table that looks "alright".

* fix: equalize schemas where it is required/desired

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-12-02 12:14:16 +00:00
..
src fix: check schemas in `pretty_print_batches` (#6309) 2022-12-02 12:14:16 +00:00
Cargo.toml build(arrow_util): datafusion is not a release dep 2022-11-16 13:58:17 +01:00