chore: remove commented code

Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
evenyag
2025-10-30 14:17:29 +08:00
parent 175e05099b
commit a99601c2eb

View File

@@ -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),