-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
Recently I had to refactor some of the predicate-generating code for time series to fix SERVER-73641. In the new code I wrote I made use of MatchExpressionVisitor and MatchExpressionWalker to make changes to match expressions. This code is not yet merged but I hope that it will be soon:
Now this new code does not match the style of the old code, which could be confusing. We should update the old code in bucket_level_comparison_predicate_generator.cpp to use walkers and visitors, since that is (my opinion) easier to understand.
- depends on
-
SERVER-73641 Timeseries filtering can miss extended-range events when sharded
- Closed