influxdb/influxdb3_client
Trevor Hilton 10dd22b6de
fix: last cache catalog configuration tracks explicit vs. non-explicit value columns (#25185)
* fix: catalog support for last caches that accept new fields

Last cache definitions in the catalog were augmented to either store an
explicit set of column names (including time), or to accept new fields.

This will allow these caches to be loaded properly on server restart such
that all non-key columns are cached.

* refactor: use tagged serialization for last cache values def

This also updated the client code to accept the new structure in
influxdb3_client.

* test: add e2e tests to catch regressions in influxdb3_client

* chore: cargo update for audit
2024-07-24 11:00:40 -04:00
..
src fix: last cache catalog configuration tracks explicit vs. non-explicit value columns (#25185) 2024-07-24 11:00:40 -04:00
Cargo.toml feat: support query parameters in the `influxdb3_client` (#24806) 2024-03-23 11:06:08 -04:00