influxdb/parquet_file
Carol (Nichols || Goulding) bf699a8b60
fix: Remove partition ID from the metadata serialized into Parquet files (#7947)
Nothing gets the partition ID out of the metadata. The parts of the code
interacting with object storage that need the ID to create the object
store path were using the partition ID from the metadata out of
convenience, but I changed those places to pass in the partition ID in a
separate argument instead.

This will make the transition to deterministic partition IDs a bit
smoother.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-06-08 14:03:21 +00:00
..
src fix: Remove partition ID from the metadata serialized into Parquet files (#7947) 2023-06-08 14:03:21 +00:00
tests fix: Remove partition ID from the metadata serialized into Parquet files (#7947) 2023-06-08 14:03:21 +00:00
Cargo.toml feat(parquet): reduce and limit buffering when writing parquet files (#7880) 2023-05-31 13:27:32 +00:00