Open dh-cloud opened 6 days ago
you can avoid this by setting this
set global runtime_filter_type = 'IN,MIN_MAX';
or upgrade your doris to 2.1.7 version
or upgrade your doris to 2.1.7 version
@ixzc I see doris 2.17 has been forcibly set enable_pipeline_x_engine
to true. Does that mean those code of pipeline on, pipeline_x off
will not be maintained?
Search before asking
Version
2.1.6
What's Wrong?
When
enable_pipeline_exec
is on butenable_pipeline_x_exec
is off, two table join within_or_bloom
runtime filter will report error e.g.:What You Expected?
no error report
How to Reproduce?
No response
Anything Else?
TIP
When
enable_pipeline_exec
is on butenable_pipeline_x_exec
is on:HashJoinBuildSinkOperatorX::sink() calls send_filter_size() when eos is on.
When
enable_pipeline_exec
is on butenable_pipeline_x_exec
is off:HashJoinNode::sink() does not call send_filter_size() when eos is on.
Are you willing to submit PR?
Code of Conduct