This is an automated email from the ASF dual-hosted git repository.
lijibing pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from db0986e512b [fix](case)Fix multiple case tables with the same name
causing case failure (#42203) (#43041)
add 594865c34f5 [improvement](statistics)External table getRowCount return
-1 when row count is not available or row count is 0. (#43009) (#43081)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/doris/catalog/OlapTable.java | 8 ++----
.../main/java/org/apache/doris/catalog/Table.java | 2 +-
.../java/org/apache/doris/catalog/TableIf.java | 2 ++
.../doris/datasource/ExternalRowCountCache.java | 6 ++--
.../org/apache/doris/datasource/ExternalTable.java | 4 +--
.../doris/datasource/hive/HMSExternalTable.java | 18 ++++++------
.../datasource/iceberg/IcebergExternalTable.java | 3 +-
.../doris/datasource/iceberg/IcebergUtils.java | 5 ++--
.../datasource/paimon/PaimonExternalTable.java | 8 ++++--
.../doris/statistics/StatisticsAutoCollector.java | 2 +-
.../doris/statistics/util/StatisticsUtil.java | 8 +++---
.../datasource/ExternalRowCountCacheTest.java | 32 ++++++++++++++++++++--
12 files changed, 66 insertions(+), 32 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]