influxdb/garbage_collector
Phil Bracikowski 92a83270f3
fix(garbage-collector): just test parquet file exists (#7948)
* fix(garbage-collector): just test parquet file existence

The GC, when checking files in object store against the catalog, only
cares if the parquet file for the given object store id exists in the
catalog. It doesn't need the full parquet file. Let's not transmit it
over the wire.

This PR uses a SELECT 1 and boolean to test for parquet file existing.

* helps #7784

* chore: use struct for from_row

* chore: satisfy clippy

* chore: fmt
2023-06-07 15:12:48 -07:00
..
src fix(garbage-collector): just test parquet file exists (#7948) 2023-06-07 15:12:48 -07:00
Cargo.toml chore(deps): Bump once_cell from 1.17.2 to 1.18.0 2023-06-05 02:03:15 +00:00