This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 82165f74450 [IOTDB-6306] Fix the issue that UDTF with boolean type is
not supported in filter (#12105)
add 7acc5cdbcc6 [IOTDB-6301] Optimize insert first (#12080)
No new revisions were added by this update.
Summary of changes:
.../iotdb/confignode/manager/load/LoadManager.java | 11 +++++++
.../manager/load/balancer/RouteBalancer.java | 37 ++++++++++++++++++----
.../confignode/manager/load/cache/LoadCache.java | 7 ++--
.../manager/load/cache/route/RegionRouteCache.java | 5 +++
.../manager/load/service/StatisticsService.java | 16 +++++++---
.../procedure/env/ConfigNodeProcedureEnv.java | 2 ++
.../schemaregion/SchemaRegionLoader.java | 14 ++++++++
7 files changed, 75 insertions(+), 17 deletions(-)