mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 15:00:40 +00:00
chore: remove commented code
Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
@@ -471,9 +471,6 @@ impl ScanRegion {
|
||||
self.version.options.append_mode,
|
||||
);
|
||||
|
||||
// // Remove field filters for LastNonNull mode after logging the request.
|
||||
// self.maybe_remove_field_filters();
|
||||
|
||||
let (non_field_filters, field_filters) = self.partition_by_field_filters();
|
||||
let inverted_index_appliers = [
|
||||
self.build_invereted_index_applier(&non_field_filters),
|
||||
|
||||
Reference in New Issue
Block a user