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 2023/06/06 11:07:43 UTC

[doris] branch master updated (625a8bcb05 -> 0c6292abaa)

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 625a8bcb05 [fix](merge-on-write) fix that set_txn_related_delete_bitmap may coredump (#20300)
     add 0c6292abaa [fix](stats) skip forbid_unknown_col_stats check for invisible column and internal db (#20362)

No new revisions were added by this update.

Summary of changes:
 .../apache/doris/analysis/ShowColumnStatsStmt.java |  2 +-
 .../doris/catalog/external/HMSExternalTable.java   |  2 +-
 .../doris/nereids/stats/ExpressionEstimation.java  |  4 +--
 .../doris/nereids/stats/FilterEstimation.java      |  2 +-
 .../doris/nereids/stats/StatsCalculator.java       | 36 +++++++++++++++++++---
 .../doris/statistics/StatisticConstants.java       | 14 +++++++++
 .../apache/doris/statistics/StatisticsCache.java   |  2 +-
 .../doris/nereids/stats/FilterEstimationTest.java  |  6 ++--
 .../org/apache/doris/statistics/CacheTest.java     |  6 ++--
 9 files changed, 57 insertions(+), 17 deletions(-)


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