influxdb/querier
Marco Neumann 8447d46093
refactor: remove `QueryChunkMeta::timestamp_min_max` (#5963)
Use the table summary instead. This allows us to have a single mechanism
that both IOx and DataFusion understand. This basically lifts the "basic
table summary" mechanism that the querier uses to `iox_query` and let
the compactor and ingester use the same mechanism.

While not strictly necessary, simplifying the `QueryChunk[Meta]`
interface helps with #5897.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-10-28 10:29:16 +00:00
..
src refactor: remove `QueryChunkMeta::timestamp_min_max` (#5963) 2022-10-28 10:29:16 +00:00
Cargo.toml feat: Use workspace dep inheritance for the arrow crate 2022-10-26 10:34:29 -04:00