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 09ac48b4aa [cherry-pick](bitmapfilter) fix bitmap filter timeout unit
error (#18672)
new c911e688de [Fix](multi-catalog) invalidates the file cache when table
is non-partitioned. (#17932)
new 2bb84fc4f4 [Fix](multi-catalog) add handler for hms INSERT EVENT.
(#17933)
new 71df9d983c [fix](trino catalog) To specify both catalog and database,
run the show table command (#18645)
new ca78c132d4 [fix](info_db) avoid infodb query timeout when external
catalog info is too large or is not reachable (#18662)
The 4 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:
docs/en/docs/admin-manual/config/fe-config.md | 14 +++++++
docs/zh-CN/docs/admin-manual/config/fe-config.md | 15 ++++++++
.../main/java/org/apache/doris/common/Config.java | 9 +++++
.../doris/datasource/hive/HiveMetaStoreCache.java | 12 ++++++
.../{CreateTableEvent.java => InsertEvent.java} | 44 +++++++++++-----------
.../hive/event/MetastoreEventFactory.java | 2 +
.../org/apache/doris/external/jdbc/JdbcClient.java | 15 ++++++--
.../org/apache/doris/planner/SchemaScanNode.java | 3 ++
8 files changed, 88 insertions(+), 26 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/event/{CreateTableEvent.java
=> InsertEvent.java} (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]