Skip to content

Commit

Permalink
Update be/src/runtime/runtime_state.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mingyu Chen (Rayner) <[email protected]>
  • Loading branch information
Gabriel39 and morningman authored Nov 19, 2024
1 parent 305439c commit 12f1255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/runtime_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ RuntimeFilterMgr* RuntimeState::global_runtime_filter_mgr() {
Status RuntimeState::register_producer_runtime_filter(
const TRuntimeFilterDesc& desc, std::shared_ptr<IRuntimeFilter>* producer_filter,
bool build_bf_exactly) {
// Producers are crated by global runtime filter mgr and shared by local runtime filter manager.
// Producers are created by global runtime filter mgr and shared by local runtime filter manager.
// When RF is published, consumers in both global and local RF mgr will be found.
RETURN_IF_ERROR(global_runtime_filter_mgr()->register_local_merge_producer_filter(
desc, query_options(), producer_filter, build_bf_exactly));
Expand Down

0 comments on commit 12f1255

Please sign in to comment.