Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo run end filter performance regression (#6691)
* ensure predicate and values have the same length before passing on to filter_run_end_array * fix error wording * have filter_run_end_array use filter array with run_ends max value size * use skip and take to iterate over filter values in filter_run_end_array * check array values in max_value_gt_predicate_len test * run end filter performance regression * use names consistent with other functions * clippy
- Loading branch information