92a83270f3
* 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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |