Skip to content

[IOTDB-2872] Rename vsg to dataRegion#5470

Merged
qiaojialin merged 7 commits intomasterfrom
mv_vsg_dataregion
Apr 11, 2022
Merged

[IOTDB-2872] Rename vsg to dataRegion#5470
qiaojialin merged 7 commits intomasterfrom
mv_vsg_dataregion

Conversation

@HTHou
Copy link
Contributor

@HTHou HTHou commented Apr 10, 2022

Description

Rename virtual storage group to data region


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0008%) to 56.133% when pulling c00a022 on mv_vsg_dataregion into cc78c84 on master.

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 5 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 224 Code Smells

47.4% 47.4% Coverage
0.2% 0.2% Duplication

@qiaojialin qiaojialin merged commit 600ba97 into master Apr 11, 2022
@qiaojialin qiaojialin deleted the mv_vsg_dataregion branch April 11, 2022 00:46
xinzhongtianxia pushed a commit to xinzhongtianxia/iotdb that referenced this pull request Apr 11, 2022
…er_meta

* remotes/upstream/master:
  [IOTDB-2872] Rename vsg to dataRegion (apache#5470)
  [IOTDB-2806][InfluxDB] Compatibility of Apache IoTDB with InfluxDB - Complete UserGuide (apache#5351)
  [IOTDB-2658] Generate logical plan for query statement  —— UT & Raw Data Query & Aggregation Query (apache#5469)
  [IOTDB-1614] New WAL (apache#5320)
  Update ContributeGuide.md (apache#5463)
  user SerializeDeserializeUtil in confignode/AuthorPlan (apache#5467)
  Modify the jdbc query time column to be empty (apache#5281)
  [IOTDB-2827] Batch insert in new cluster (apache#5412)
  [IOTDB-2801] New storage engine framework (apache#5357)
  [IOTDB-2807]Speed up the cross space compaction by multi-threads (apache#5415)
  Fix coverage check
  [IOTDB-2864] Fix Read-only occurred when insert Text values to aligned timeseries (apache#5460)
  [IOTDB-2803]add AlterTimeSeriesNode and CreateAlignedTimeSeriesNode to PlanNodeType and its serialize and deserialize (apache#5444)
  [IOTDB-2841] add permission manager model (apache#5401)

# Conflicts:
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/analyze/Analyzer.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/DistributionPlanner.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/LogicalPlanner.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/PlanFragment.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/node/PlanNodeType.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/node/metedata/read/DevicesMetaScanNode.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/node/source/SeriesScanNode.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/node/source/SourceNode.java
#	server/src/main/java/org/apache/iotdb/db/mpp/sql/statement/StatementVisitor.java
#	server/src/test/java/org/apache/iotdb/db/mpp/sql/plan/LogicalPlannerTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants