morningman commented on code in PR #44293:
URL: https://github.com/apache/doris/pull/44293#discussion_r1848413633
##########
be/src/runtime/runtime_state.cpp:
##########
@@ -518,10 +518,15 @@ 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.
Review Comment:
```suggestion
// Producers are created by global runtime filter mgr and shared by
local runtime filter manager.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]