You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/10/18 08:34:08 UTC

[doris] branch master updated (6d322f85ac -> d8e53da764)

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 6d322f85ac [improvement](compaction) delete num based compaction policy (#13409)
     add d8e53da764 [feature-wip](statistics) collect statistics by sampling sql-tasks (#13399)

No new revisions were added by this update.

Summary of changes:
 .../apache/doris/statistics/SQLStatisticsTask.java |  26 +-
 .../doris/statistics/SampleSQLStatisticsTask.java  |  25 +-
 .../doris/statistics/util/InternalSqlTemplate.java | 227 +++++-----------
 ...kTest.java => SampleSQLStatisticsTaskTest.java} | 108 ++++----
 .../statistics/util/InternalSqlTemplateTest.java   | 299 +++++++--------------
 5 files changed, 252 insertions(+), 433 deletions(-)
 copy fe/fe-core/src/test/java/org/apache/doris/statistics/{SQLStatisticsTaskTest.java => SampleSQLStatisticsTaskTest.java} (73%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org