This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch xingtanzjr/fix_schema_fetch
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a48f68da43 remove useless import
new 9ecb2d3bf6 tmp
new e13fef1f1c fix the issue for fetch schema partition
new d2ebc57132 add comments
The 3 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:
.../iotdb/confignode/manager/ConfigManager.java | 58 +++++++++++++++-------
.../apache/iotdb/confignode/manager/Manager.java | 2 +-
.../thrift/ConfigNodeRPCServiceProcessor.java | 2 +-
.../thrift/ConfigNodeRPCServiceProcessorTest.java | 4 +-
.../org/apache/iotdb/commons/path/PartialPath.java | 26 ----------
.../apache/iotdb/db/mpp/plan/analyze/Analyzer.java | 18 ++++---
.../mpp/plan/analyze/ClusterPartitionFetcher.java | 11 ++--
.../db/mpp/plan/analyze/ClusterSchemaFetcher.java | 8 ++-
.../mpp/plan/analyze/FakePartitionFetcherImpl.java | 2 +-
.../db/mpp/plan/analyze/IPartitionFetcher.java | 2 +-
.../plan/analyze/StandalonePartitionFetcher.java | 2 +-
.../src/main/thrift/confignode.thrift | 1 -
12 files changed, 66 insertions(+), 70 deletions(-)