influxdb/influxdb3_write
Paul Dix 56576402cc
fix: Ensure tags are never null (#25680)
* fix: Ensure tags are never null

This injects empty strings into tags for any rows in the buffer where the tag value is null. This is required because the tags are what make up the series key, which must have all non-null values.

There is an ongoing discussion about what the real behavior should be here, but for now this will get our users running that break without this behavior. Discussion is in #25674.

Fixes #25648

* fix: clippy failures
2024-12-18 17:09:23 -05:00
..
src fix: Ensure tags are never null (#25680) 2024-12-18 17:09:23 -05:00
Cargo.toml feat(processing_engine): Runtime and write-back improvements (#25672) 2024-12-17 16:38:12 -08:00