influxdb/querier/src
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
..
cache Merge branch 'main' into alamb/guilio-python-main 2022-09-06 16:57:00 +01:00
chunk refactor: make `QueryChunk::partition_id` non-optional (#5614) 2022-09-12 13:52:51 +00:00
ingester refactor: make `QueryChunk::partition_id` non-optional (#5614) 2022-09-12 13:52:51 +00:00
namespace revert: disable read buffer usage in querier (#5579) (#5603) 2022-09-09 11:26:09 +00:00
system_tables chore: Update datafusion + arrow/parquet/arrow-flight to `17.0.0` (#5021) 2022-07-07 19:22:15 +00:00
table refactor: make `QueryChunk::partition_id` non-optional (#5614) 2022-09-12 13:52:51 +00:00
database.rs revert: disable read buffer usage in querier (#5579) (#5603) 2022-09-09 11:26:09 +00:00
handler.rs revert: disable read buffer usage in querier (#5579) (#5603) 2022-09-09 11:26:09 +00:00
lib.rs fix: Rename KafkaPartition to ShardIndex 2022-08-29 14:07:18 -04:00
poison.rs fix: Move top-level allow dead code in querier to specific items 2022-05-06 16:58:03 -04:00
query_log.rs ci: fix cargo deny (#4629) 2022-05-18 09:38:35 +00:00
server.rs feat: Interrogate schema from querier (as well as router) (#4557) 2022-05-10 20:55:58 +00:00
tombstone.rs fix: Rename KafkaPartition to ShardIndex 2022-08-29 14:07:18 -04:00