This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/fix_order_by_limit
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9dc783ab613 fix ut error
add 17ba8eb944f add disk free ration check before compaction task start
(#11292)
add 5f7a0bff761 Fix potential loss of metrics when restart confignode
(#11287)
add 0b57fd39e1d [auth].fix error when check role. (#11293)
add c66f53faf97 fix(csv):Fixed the prompt after CSV file import (#10835)
add c72923212f1 Merge branch 'master' into beyyes/fix_order_by_limit
add a77c2b6fd42 fix limitValue type in TopKNode, add LimitNode below of
TopKNode when there has value filter
No new revisions were added by this update.
Summary of changes:
.../IoTDBOrderByLimitOffsetAlignByDeviceIT.java | 8 +-
.../org/apache/iotdb/db/it/auth/IoTDBAuthIT.java | 6 +
.../statemachine/ConfigRegionStateMachine.java | 4 +
.../iotdb/confignode/manager/ConfigManager.java | 6 +
.../apache/iotdb/confignode/manager/IManager.java | 2 +
.../iotdb/confignode/manager/node/NodeManager.java | 2 +-
.../manager/partition/PartitionMetrics.java | 250 ++++++++++++++-------
.../manager/schema/ClusterSchemaManager.java | 73 +-----
.../procedure/env/DataNodeRemoveHandler.java | 2 +-
.../impl/schema/DeleteDatabaseProcedure.java | 2 +-
.../iotdb/confignode/service/ConfigNode.java | 7 +-
.../iotdb/db/auth/ClusterAuthorityFetcher.java | 10 +-
.../plan/planner/LogicalPlanBuilder.java | 30 ++-
.../planner/distribution/ExchangeNodeAdder.java | 6 +
.../plan/planner/plan/node/PlanNodeType.java | 2 +-
.../plan/planner/plan/node/process/TopKNode.java | 6 +-
.../plan/statement/sys/AuthorStatement.java | 4 +-
.../compaction/schedule/CompactionWorker.java | 5 +
...va => AlignByDeviceOrderByLimitOffsetTest.java} | 36 ++-
19 files changed, 285 insertions(+), 176 deletions(-)
copy
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/plan/distribution/{NoDataRegionPlanningTest.java
=> AlignByDeviceOrderByLimitOffsetTest.java} (57%)