influxdb/influxdb_iox
Marco Neumann 66c7d95312
refactor: use new ingester<>querier wire protocol (#4867)
* refactor: use new ingester<>querier wire protocol

Use and document the new and more flexible ingester<>querier wire
protocol.

Note that the ingester does NOT stream the response data yet, but the
internal data structures would allow that. A follow-up change will
adjust the ingester code to stream the data.

Ref #4849.

* fix: typos

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

* refactor: clarify naming and public interface

* test: add schema assertion to `ingester_response_to_record_batches`

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2022-06-16 08:02:28 +00:00
..
src fix: Create querier sharder from catalog sequencer info 2022-06-15 10:18:54 -04:00
tests refactor: use new ingester<>querier wire protocol (#4867) 2022-06-16 08:02:28 +00:00
Cargo.toml feat: Create a sharder in the querier 2022-06-15 10:01:45 -04:00
build.rs fix: include git sha (again) in release build (#4193) 2022-03-31 19:14:21 +00:00