mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 15:00:40 +00:00
chore: fix compiler errors
Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
@@ -786,7 +786,7 @@ impl ParquetReaderBuilder {
|
||||
PreFilterMode::SkipFields => true,
|
||||
PreFilterMode::SkipFieldsOnDelete => {
|
||||
// Check if any row group contains delete op
|
||||
let file_path = self.file_handle.file_path(&self.file_dir, self.path_type);
|
||||
let file_path = self.file_handle.file_path(&self.table_dir, self.path_type);
|
||||
(0..parquet_meta.num_row_groups()).any(|rg_idx| {
|
||||
row_group_contains_delete(parquet_meta, rg_idx, &file_path)
|
||||
.inspect_err(|e| {
|
||||
|
||||
Reference in New Issue
Block a user