This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from a220b1c34a [typo](docs) fix oceanbase jdbc catalog error (#20197) add e623f3fb9e [runtimeFilter](nereids) use runtime filter default size for debug purpose (#20065) No new revisions were added by this update. Summary of changes: .../trees/plans/physical/AbstractPhysicalJoin.java | 9 + .../trees/plans/physical/PhysicalHashJoin.java | 4 + .../trees/plans/physical/RuntimeFilter.java | 12 + .../java/org/apache/doris/planner/PlanNode.java | 3 + .../org/apache/doris/planner/RuntimeFilter.java | 26 +- .../java/org/apache/doris/qe/SessionVariable.java | 3 + .../org/apache/doris/planner/QueryPlanTest.java | 109 +++++--- .../doris/planner/RuntimeFilterGeneratorTest.java | 274 +++++++++++++-------- 8 files changed, 295 insertions(+), 145 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org