influxdb/influxdb_iox
Fraser Savage 30939cfe96
refactor(wal): Remove op-level `sequence_number`, use per table map
This commit removes the op-level sequence number from the proto
definition, now reading and writing solely to the per table (and thus
per partition) sequence number map. Tables/partitions within the same
write op are still assigned the same number for now, so there should be
no semantic different
2023-07-05 14:20:43 +01:00
..
src refactor(wal): Remove op-level `sequence_number`, use per table map 2023-07-05 14:20:43 +01:00
tests test: correctly decode ingester reponses in end2end tests 2023-07-03 17:25:01 +02:00
Cargo.toml chore(deps): Bump thiserror from 1.0.40 to 1.0.41 (#8149) 2023-07-05 09:25:14 +00:00
build.rs feat: Add support for data-driven InfluxQL tests (#6830) 2023-02-03 12:56:37 +00:00