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

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


    from e8b8ca8  update licenses info
     add 98ac536  modify master docs
     add c0f23e8  Merge pull request #953 from SailVR/master
     add 8d51ce7  Merge pull request #855 from apache/new_TsFile
     new 5b9fb3f  add the old upgrade tool back

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:
 docs/UserGuide/0-Get Started/1-QuickStart.md       |   8 +-
 .../2-Concept/{2-Data Type.md => .~2-Data Type.md} |   2 +-
 .../2-Concept/1-Data Model and Terminology.md      |   4 +-
 docs/UserGuide/2-Concept/2-Data Type.md            |   2 +-
 docs/UserGuide/2-Concept/3-Encoding.md             |   2 +-
 docs/UserGuide/2-Concept/4-Compression.md          |   2 +-
 docs/UserGuide/3-Server/1-Download.md              |   6 +-
 .../4-Client/5-Programming - TsFile API.md         |   2 +-
 .../1-DDL Data Definition Language.md              |   4 +-
 .../2-DML Data Manipulation Language.md            |  22 +-
 .../3-Account Management Statements.md             |   2 +-
 .../6-System Tools/7-Monitor and Log Tools.md      |   4 +-
 .../7-Ecosystem Integration/3-Spark TsFile.md      |   2 +-
 .../7-Ecosystem Integration/4-Spark IoTDB.md       |   2 +-
 docs/UserGuide/8-Architecture/1-Files.md           |   8 +-
 docs/zh/UserGuide/0-Get Started/1-QuickStart.md    |   8 +-
 .../2-Concept/1-Data Model and Terminology.md      |   6 +-
 docs/zh/UserGuide/2-Concept/2-Data Type.md         |   2 +-
 docs/zh/UserGuide/2-Concept/4-Compression.md       |   2 +-
 docs/zh/UserGuide/3-Server/1-Download.md           |   6 +-
 .../4-Client/5-Programming - TsFile API.md         |   2 +-
 .../1-DDL Data Definition Language.md              |   4 +-
 .../2-DML Data Manipulation Language.md            |  18 +-
 .../3-Account Management Statements.md             |   4 +-
 .../6-System Tools/7-Monitor and Log Tools.md      |   6 +-
 .../7-Ecosystem Integration/3-Spark TsFile.md      |   2 +-
 .../7-Ecosystem Integration/4-Spark IoTDB.md       |   2 +-
 docs/zh/UserGuide/8-Architecture/1-Files.md        |   8 +-
 .../iotdb/db/tools/upgrade/OfflineUpgradeTool.java |  68 +++
 .../tool/upgrade/TsfileUpgradeToolV0_8_0.java      | 543 +++++++++++++++++++++
 .../iotdb/tsfile/tool/upgrade/UpgradeTool.java     | 108 ++++
 31 files changed, 791 insertions(+), 70 deletions(-)
 copy docs/UserGuide/2-Concept/{2-Data Type.md => .~2-Data Type.md} (73%)
 create mode 100644 
server/src/main/java/org/apache/iotdb/db/tools/upgrade/OfflineUpgradeTool.java
 create mode 100644 
tsfile/src/main/java/org/apache/iotdb/tsfile/tool/upgrade/TsfileUpgradeToolV0_8_0.java
 create mode 100644 
tsfile/src/main/java/org/apache/iotdb/tsfile/tool/upgrade/UpgradeTool.java

Reply via email to