influxdb/arrow_util/src
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
..
bitset.rs chore: readability improvements (#4955) 2022-06-28 14:28:14 +00:00
dictionary.rs chore: readability improvements (#4955) 2022-06-28 14:28:14 +00:00
display.rs fix: check schemas in `pretty_print_batches` (#6309) 2022-12-02 12:14:16 +00:00
lib.rs style: add no todo!() or dbg!() lints 2022-09-29 13:10:07 +02:00
optimize.rs Revert "Revert "chore: Update Datafusion and arrow/arrow-flight/parquet to `28.0.0` (#6279)" (#6294)" (#6296) 2022-12-01 14:20:43 +00:00
string.rs style: add no todo!() or dbg!() lints 2022-09-29 13:10:07 +02:00
test_util.rs fix: check schemas in `pretty_print_batches` (#6309) 2022-12-02 12:14:16 +00:00
util.rs chore: Update datafusion and `arrow`/`parquet`/`arrow-flight` to 23.0.0, `thrift` to 0.16.0 (#5694) 2022-09-27 12:50:54 +00:00