This is an automated email from the ASF dual-hosted git repository.
kangrong pushed a change to branch index_manager_part2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 9870fb8 Merge branch 'master' into index_manager_part2
add 3076b91 Fix sonars.
No new revisions were added by this update.
Summary of changes:
.../index/UnsupportedIndexFuncException.java | 29 -------------
.../org/apache/iotdb/db/index/IndexManager.java | 5 ++-
.../iotdb/db/index/IndexMemTableFlushTask.java | 2 +-
.../org/apache/iotdb/db/index/IndexProcessor.java | 26 ++++++++----
.../iotdb/db/index/algorithm/IoTDBIndex.java | 32 +++++++-------
.../apache/iotdb/db/index/algorithm/NoIndex.java | 2 +-
.../apache/iotdb/db/index/common/IndexInfo.java | 49 ----------------------
.../common/math/probability/UniformProba.java | 15 +++----
.../iotdb/db/index/read/QueryIndexExecutor.java | 2 +-
.../iotdb/db/index/router/ProtoIndexRouter.java | 7 ++--
.../apache/iotdb/db/index/usable/IIndexUsable.java | 4 +-
.../db/index/usable/SubMatchIndexUsability.java | 14 +++++--
.../org/apache/iotdb/db/metadata/PartialPath.java | 8 +++-
13 files changed, 70 insertions(+), 125 deletions(-)
delete mode 100644
server/src/main/java/org/apache/iotdb/db/exception/index/UnsupportedIndexFuncException.java