You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Rename the BE runtime filter expression wrapper from
`VRuntimeFilterWrapper` to `RuntimeFilterExpr`. Also rename the
implementation/header/test files to `runtime_filter_expr.*` and update
the associated pointer alias, usages, includes, comments, and tests to
use the new name consistently.
### Release note
None
### Check List (For Author)
- Test: Compile check / Format check
- `DORIS_HOME=/mnt/disk7/hushenggang/doris ninja -C be/ut_build_ASAN
src/exprs/CMakeFiles/Exprs.dir/runtime_filter_expr.cpp.o
src/exec/CMakeFiles/Exec.dir/runtime_filter/runtime_filter_consumer.cpp.o
src/exec/CMakeFiles/Exec.dir/runtime_filter/runtime_filter_consumer_helper.cpp.o
src/exec/CMakeFiles/Exec.dir/operator/scan_operator.cpp.o
src/format/CMakeFiles/Format.dir/parquet/vparquet_reader.cpp.o
src/format/CMakeFiles/Format.dir/orc/vorc_reader.cpp.o
test/CMakeFiles/doris_be_test.dir/exec/runtime_filter/runtime_filter_expr_sampling_test.cpp.o
test/CMakeFiles/doris_be_test.dir/exec/runtime_filter/runtime_filter_consumer_test.cpp.o`
- `build-support/clang-format.sh`
- `build-support/check-format.sh`
- `git diff --check`
- Behavior changed: No
- Does this need documentation: No
0 commit comments