This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from ef99144a72 [Fix](catalog)Fix hudi-catalog get file split error (#18644)
new b2f45a0e97 [minor](fe) ignore expired alter job when replay, to save
memory (#18508)
new d3731904c7 [FixBug](jdbc Catalog) fix sqlserver column type mapping
(#18518)
new a85f2e3479 [Fix](multi catalog)Refresh table object while refresh
external table. (#18592)
new 2761eb4fa0 [fix](planner)keep all agg functions if there is any
virtual slots in group by list (#18630)
new a3a8cc9505 [refactor](jdbc) refactor jdbc connection num in datasource
(#18563)
new c54dacf0ef [bug](GC)the issue of incorrect disk usage (#18397)
new 978d7f28b2 [Bugfix](backup) fix show snapshot issue (#17580)
new 1ed068a4e2 [BugFix](backup) fix show backup with where clause (#17736)
new 08f5e46e0c [branch1.2] fix test_round ut and remove unused fe ut
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/olap/rowset/rowset_meta_manager.cpp | 7 +++++++
be/src/olap/rowset/rowset_meta_manager.h | 1 +
be/src/olap/tablet.cpp | 3 ++-
.../org/apache/doris/analysis/AggregateInfo.java | 3 ++-
.../org/apache/doris/analysis/ShowBackupStmt.java | 22 +++++++++++-----------
.../java/org/apache/doris/backup/Repository.java | 9 +++++----
.../main/java/org/apache/doris/catalog/Env.java | 4 ++++
.../doris/catalog/external/EsExternalDatabase.java | 1 +
.../doris/catalog/external/EsExternalTable.java | 1 +
.../doris/catalog/external/ExternalDatabase.java | 1 +
.../doris/catalog/external/ExternalTable.java | 14 +++++++++++++-
.../catalog/external/HMSExternalDatabase.java | 1 +
.../doris/catalog/external/HMSExternalTable.java | 18 ++++--------------
.../catalog/external/IcebergExternalDatabase.java | 1 +
.../catalog/external/IcebergExternalTable.java | 1 +
.../catalog/external/JdbcExternalDatabase.java | 1 +
.../doris/catalog/external/JdbcExternalTable.java | 1 +
.../org/apache/doris/datasource/CatalogMgr.java | 4 ++++
.../apache/doris/datasource/ExternalCatalog.java | 4 ++++
.../org/apache/doris/external/jdbc/JdbcClient.java | 11 ++++++++---
.../java/org/apache/doris/qe/ShowExecutor.java | 4 +---
.../java/org/apache/doris/udf/JdbcExecutor.java | 11 +++++++++--
.../sql_functions/math_functions/test_round.groovy | 2 ++
23 files changed, 85 insertions(+), 40 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]