influxdb/query_tests/cases/in
Marco Neumann 1b788732da fix: order chunks correctly during query processing
The query processing was implicitly relying on the order provided by the
catalog. This had two issues:

- this ordering was not defined in the API contract (neither via docs
  nor via typing)
- the order was based on chunk IDs which is not adequate in some cases
  (e.g. when chunks are created while a persistence operations is in
  progress)

Now we explicitly sort chunks by `(order, ID)`.

Fixes #1963.
2021-09-14 13:00:55 +02:00
..
all_chunks_dropped.expected feat: add PersistenceWindows sytem table (#2030) (#2062) 2021-07-20 13:10:57 +00:00
all_chunks_dropped.sql refactor: lift query schema generation up to caller 2021-07-09 09:24:21 +02:00
chunk_order.expected fix: order chunks correctly during query processing 2021-09-14 13:00:55 +02:00
chunk_order.sql fix: order chunks correctly during query processing 2021-09-14 13:00:55 +02:00
duplicates.expected chore: Update datafusion + other deps again (get baseline metrics) (#2422) 2021-08-26 13:13:00 +00:00
duplicates.sql chore: Update datafusion references (#2056) 2021-07-19 18:09:06 +00:00
pushdown.expected chore: Update datafusion deps (#2073) 2021-07-21 08:27:03 +00:00
pushdown.sql chore: Update datafusion references (#2056) 2021-07-19 18:09:06 +00:00
stats_plans.expected chore: Update dependencies (including datafusion) (#2521) 2021-09-13 21:30:44 +00:00
stats_plans.sql feat: Use statistics for count(*) queries (#2038) 2021-07-28 19:39:41 +00:00