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 f0852f2ac9 [fix](fe)fix bug if left table is empty and there are multiple right tables need do bucket shuffle to left side (#19169) add 718297d3c1 [test](statistics) add p0 test of sampling statistics (#19176) No new revisions were added by this update. Summary of changes: .../org/apache/doris/analysis/AnalyzeStmt.java | 2 +- .../doris/catalog/InternalSchemaInitializer.java | 5 +- .../org/apache/doris/statistics/HistogramTask.java | 3 +- .../data/statistics/sampled_stats_test.out | 159 +++++++++++++ .../suites/statistics/analyze_test.groovy | 3 +- .../statistics/incremental_stats_test.groovy | 28 ++- .../suites/statistics/sampled_stats_test.groovy | 245 +++++++++++++++++++++ 7 files changed, 429 insertions(+), 16 deletions(-) create mode 100644 regression-test/data/statistics/sampled_stats_test.out create mode 100644 regression-test/suites/statistics/sampled_stats_test.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org