This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 060fbe2b1f [typo](docs) replace the wrong field "json_paths" in s3 tvf
related docs with the correct one "jsonpaths" #19900
add 76dc5841dc [opt](nereids)compute runtime filter size by the ndv of
build side (#18803)
No new revisions were added by this update.
Summary of changes:
.../glue/translator/RuntimeFilterTranslator.java | 4 +-
.../processor/post/RuntimeFilterGenerator.java | 21 ++++-
.../apache/doris/nereids/stats/JoinEstimation.java | 35 ++++++++
.../doris/nereids/stats/StatsCalculator.java | 7 ++
.../apache/doris/nereids/stats/StatsMathUtil.java | 1 -
.../trees/plans/physical/RuntimeFilter.java | 22 +++--
.../java/org/apache/doris/planner/PlanNode.java | 8 ++
.../org/apache/doris/planner/RuntimeFilter.java | 28 +++++--
.../java/org/apache/doris/qe/SessionVariable.java | 1 +
.../org/apache/doris/statistics/Statistics.java | 16 ++++
.../doris/nereids/stats/JoinEstimateTest.java | 94 ++++++++++++++++++++++
11 files changed, 215 insertions(+), 22 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/stats/JoinEstimateTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]