You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2023/01/04 08:40:49 UTC

[iotdb] branch master updated (bd70ca269b -> d2085948df)

This is an automated email from the ASF dual-hosted git repository.

zyk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from bd70ca269b fix the wal comment (#8673)
     add d2085948df [IOTDB-5347] Implement iterating query for devices and timeseries schema query (#8728)

No new revisions were added by this update.

Summary of changes:
 .../schemaregion/rocksdb/RSchemaRegion.java        |   6 --
 .../metadata/tagSchemaRegion/TagSchemaRegion.java  |   6 --
 .../iotdb/db/metadata/mtree/IMTreeBelowSG.java     |   3 -
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  |  27 +-----
 .../db/metadata/mtree/MTreeBelowSGMemoryImpl.java  |  27 +-----
 .../mtree/traverser/collector/EntityCollector.java |  11 +++
 .../impl/read/SchemaRegionReadPlanFactory.java     |  11 ++-
 .../impl/read/ShowDevicesPlanImpl.java             |  20 ++--
 .../plan/schemaregion/read/IShowDevicesPlan.java   |   4 +-
 .../db/metadata/schemaregion/ISchemaRegion.java    |   3 -
 .../schemaregion/SchemaRegionMemoryImpl.java       |   6 --
 .../schemaregion/SchemaRegionSchemaFileImpl.java   |   6 --
 .../operator/schema/DevicesSchemaScanOperator.java |  37 ++++----
 .../schema/PathsUsingTemplateScanOperator.java     | 103 +++++++++++++++------
 .../operator/schema/SchemaQueryScanOperator.java   |  45 +++++++--
 .../schema/TimeSeriesSchemaScanOperator.java       |  50 ++++------
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |   1 -
 .../schemaRegion/SchemaRegionTemplateTest.java     |  10 +-
 .../schemaRegion/SchemaRegionTestUtil.java         |  21 +++++
 .../mpp/execution/operator/OperatorMemoryTest.java |   1 -
 .../schema/SchemaQueryScanOperatorTest.java        |   3 +-
 21 files changed, 221 insertions(+), 180 deletions(-)