englefly opened a new pull request, #37993: URL: https://github.com/apache/doris/pull/37993
## Proposed changes shape plan and physical plan should display the "ignore" tag of ignored runtime filters ` mysql> set ignore_runtime_filter_ids="1"; Query OK, 0 rows affected (0.00 sec) mysql> explain shape plan select * from nation join region on n_nationkey=r_regionkey where r_name='abc'; +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Explain String(Nereids Planner) | +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | PhysicalResultSink | | --hashJoin[INNER_JOIN bucketShuffle] hashCondition=((nation.n_nationkey = region.r_regionkey)) otherCondition=() build RFs:RF0 r_regionkey->[n_nationkey];(ignore)RF1 r_regionkey->[n_nationkey] | | ----PhysicalOlapScan[nation] apply RFs: RF0 RF1 | | ----filter((region.r_name = 'abc')) | | ------PhysicalOlapScan[region] | +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ` Issue Number: close #xxx <!--Describe your changes.--> -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org