You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/18 07:37:33 UTC

[iotdb] branch master updated (4e778b5 -> 00a2484)

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

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


    from 4e778b5  [IOTDB-1691] Wrong way of calculating the vector's memory footprint (#3979)
     add 00a2484  [IOTDB-1650] Rename the sql command `move` to `unload` (#4002)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   | 10 ++++-----
 .../UserGuide/System-Tools/Load-External-Tsfile.md | 10 ++++-----
 .../UserGuide/System-Tools/Load-External-Tsfile.md | 10 ++++-----
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  6 ++---
 .../engine/storagegroup/StorageGroupProcessor.java | 16 ++++++-------
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |  4 ++--
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 10 ++++-----
 .../org/apache/iotdb/db/qp/logical/Operator.java   |  2 +-
 ...veFileOperator.java => UnloadFileOperator.java} | 10 ++++-----
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |  8 +++----
 .../db/integration/IoTDBLoadExternalTsfileIT.java  | 26 +++++++++++-----------
 .../iotdb/db/qp/physical/PhysicalPlanTest.java     |  6 ++---
 12 files changed, 59 insertions(+), 59 deletions(-)
 rename server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{MoveFileOperator.java => UnloadFileOperator.java} (85%)