This is an automated email from the ASF dual-hosted git repository.
zyk pushed a change to branch table-model-debug
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b0a536b3f5f improve code smell
add a867ffb8baf support null device value
No new revisions were added by this update.
Summary of changes:
.../schema/source/TableDeviceFetchSource.java | 31 ++--
.../schema/source/TableDeviceSchemaSource.java | 30 ++--
.../analyzer/schema/TableModelSchemaFetcher.java | 24 ++-
.../plan/statement/crud/InsertTableStatement.java | 2 +-
.../schemaregion/impl/SchemaRegionMemoryImpl.java | 3 +-
.../mtree/impl/mem/MTreeBelowSGMemoryImpl.java | 5 +-
.../mtree/impl/mem/mnode/basic/BasicMNode.java | 3 +-
.../mem/mnode/container/MemMNodeContainer.java | 3 +-
.../mnode/container/NullableConcurrentHashMap.java | 175 +++++++++++++++++++++
.../mtree/impl/mem/mnode/info/BasicMNodeInfo.java | 2 +-
.../read/resp/info/IDeviceSchemaInfo.java | 2 +
.../read/resp/info/impl/ShowDevicesResult.java | 19 +++
.../org/apache/iotdb/commons/path/PartialPath.java | 5 +-
.../apache/iotdb/commons/path/PathPatternUtil.java | 3 +-
14 files changed, 270 insertions(+), 37 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/mtree/impl/mem/mnode/container/NullableConcurrentHashMap.java