This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch TableModelIngestion
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b354e0884f4 fix isFailed in analysis and type conversion
add fc334138b42 enhance partition calculation for null segment
add abdb1ea0d75 finish
add 7060d76c6b5 add license
new 3ef660940b5 Merge branch 'enhance_ideviceid_partition_cache' into
TableModelIngestion
The 1 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:
.../plan/analyze/ClusterPartitionFetcher.java | 106 ++---
.../plan/analyze/IPartitionFetcher.java | 5 +-
...upCacheResult.java => DatabaseCacheResult.java} | 4 +-
.../analyze/cache/partition/PartitionCache.java | 445 ++++++++++++---------
.../plan/relational/planner/LogicalPlanner.java | 6 +-
.../plan/relational/planner/node/CollectNode.java | 19 +
.../plan/relational/sql/ast/InsertTablet.java | 13 +-
.../plan/statement/crud/InsertBaseStatement.java | 13 +
.../schemaengine/schemaregion/utils/MetaUtils.java | 4 +-
.../iotdb/db/service/metrics/CacheMetrics.java | 28 +-
.../apache/iotdb/db/metadata/MetaUtilsTest.java | 8 +-
.../plan/analyze/cache/PartitionCacheTest.java | 36 +-
.../plan/relational/analyzer/TestMatadata.java | 6 +-
.../iotdb/commons/partition/SchemaPartition.java | 4 +-
.../executor/SeriesPartitionExecutor.java | 2 +
.../partition/executor/hash/APHashExecutor.java | 18 +-
.../partition/executor/hash/BKDRHashExecutor.java | 11 +-
.../partition/executor/hash/JSHashExecutor.java | 12 +-
.../partition/executor/hash/SDBMHashExecutor.java | 12 +-
19 files changed, 460 insertions(+), 292 deletions(-)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/cache/partition/{StorageGroupCacheResult.java
=> DatabaseCacheResult.java} (94%)