You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/02/06 10:21:45 UTC

[incubator-iotdb] branch jira_452 updated (5570ec2 -> 88f5a66)

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

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


    from 5570ec2  Add license
     add edf4574  add contribute docs
     add 1a70943  [IOTDB-461] Correct the link in System Design page (#771)
     add 1c2f378  Merge remote-tracking branch 'origin/master'
     add 282402c  add 0-content reminder
     add 5c65994  Hive-Connector Design Document (#774)
     add 3404293  Merge branch 'master' into new_series_reader
     add 4e998ab  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add 88f5a66  Enhance IT test for aggregation query with more than one functions on one series

No new revisions were added by this update.

Summary of changes:
 docs/Development/Development-Chinese.md            |  21 ++++
 .../SystemDesign/0-Architecture/1-Architecture.md  |  28 ++---
 .../SystemDesign/1-TsFile/1-TsFile.md              |   6 +-
 .../SystemDesign/2-QueryEngine/1-QueryEngine.md    |   4 +-
 .../4-StorageEngine/1-StorageEngine.md             |   6 +-
 .../3-PlanExecutor.md => 6-Tools/1-Sync.md}        |   6 +-
 .../SystemDesign/7-Connector/2-Hive-TsFile.md      | 114 ++++++++++++++++++
 docs/Documentation/SystemDesign/0-Content.md       |   6 +-
 .../SystemDesign/1-TsFile/1-TsFile.md              |   6 +-
 .../db/query/executor/AggregationExecutor.java     |   3 +-
 .../iotdb/db/integration/IoTDBAggregationIT.java   | 131 ++++++++++++++-------
 11 files changed, 260 insertions(+), 71 deletions(-)
 copy docs/Documentation-CHN/SystemDesign/{2-QueryEngine/3-PlanExecutor.md => 6-Tools/1-Sync.md} (87%)
 create mode 100644 docs/Documentation-CHN/SystemDesign/7-Connector/2-Hive-TsFile.md