influxdb/querier
Marco Neumann 8933f47ec1
refactor: make `QueryChunk::partition_id` non-optional (#5614)
In our data model, a chunk always belongs to a partition[^1], so let's
not make this attribute optional. The optional value only leads to
-- mostly surprising -- conditional behavior, ranging from "do not equalize
the partition sort key" (querier) to "always consider the chunk overlapping"
(iox_query when dealing with ingester chunks).

[^1]: This is even true when the chunk belongs to a parquet file that is not
      yet added to the catalog, contrary to what a comment in the ingester
      stated. The catalog and data model used by the querier are two totally
      different things.
2022-09-12 13:52:51 +00:00
..
src refactor: make `QueryChunk::partition_id` non-optional (#5614) 2022-09-12 13:52:51 +00:00
Cargo.toml chore(deps): Bump tokio-util from 0.7.3 to 0.7.4 (#5596) 2022-09-09 07:40:16 +00:00