Skip to content

Commit

Permalink
chore: polish
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Jan 3, 2024
1 parent 1a963a4 commit 6115d8f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/mito2/src/sst/index/applier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,10 @@ impl SstIndexApplier {
// Encountering a non-existing column indicates that it doesn't match predicates.
index_not_found_strategy: IndexNotFoundStrategy::ReturnEmpty,
};
let res = self
.index_applier
self.index_applier
.apply(context, &mut index_reader)
.await
.context(ApplyIndexSnafu)?;

Ok(res)
.context(ApplyIndexSnafu)
}
}

Expand Down

0 comments on commit 6115d8f

Please sign in to comment.