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 2020/04/13 16:16:12 UTC

[incubator-iotdb] branch force_append updated (110b0ac -> 3b15ef0)

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

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


    from 110b0ac  fix test
     add 5b6cd8b  enlarge memory for vue compiling (#1037)
     add 6a3219b  Add new Fill function docs and rearrange SystemDesign doc index (#1036)
     add 3bced8f  enlarge memory for vue compiling
     add 675e18b  Merge remote-tracking branch 'origin/master' into vue_site
     add 2787ca3  claim 4GB memory max for vue compile
     add f4e08c2  set vue compiler memory as 4GB
     add 3b15ef0  Merge branch 'master' of https://github.com/apache/incubator-iotdb into force_append

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/5-DataQuery/1-DataQuery.md       |  13 +-
 ...dificationHandle.md => 3-ModificationHandle.md} |   0
 .../{3-RawDataQuery.md => 4-RawDataQuery.md}       |   0
 ...4-AggregationQuery.md => 5-AggregationQuery.md} |   0
 .../{5-GroupByQuery.md => 6-GroupByQuery.md}       |   0
 .../5-DataQuery/{6-LastQuery.md => 7-LastQuery.md} |   0
 ...ignByDeviceQuery.md => 8-AlignByDeviceQuery.md} |   0
 docs/SystemDesign/5-DataQuery/9-FillFunction.md    | 149 +++++++++++++++++++++
 docs/zh/SystemDesign/5-DataQuery/1-DataQuery.md    |  13 +-
 ...dificationHandle.md => 3-ModificationHandle.md} |   0
 .../{3-RawDataQuery.md => 4-RawDataQuery.md}       |   0
 ...4-AggregationQuery.md => 5-AggregationQuery.md} |   0
 .../{5-GroupByQuery.md => 6-GroupByQuery.md}       |   0
 .../5-DataQuery/{6-LastQuery.md => 7-LastQuery.md} |   0
 ...ignByDeviceQuery.md => 8-AlignByDeviceQuery.md} |   0
 docs/zh/SystemDesign/5-DataQuery/9-FillFunction.md | 148 ++++++++++++++++++++
 site/pom.xml                                       |   4 +-
 site/src/main/.vuepress/config.js                  |  28 ++--
 site/src/main/package.json                         |   6 +-
 19 files changed, 331 insertions(+), 30 deletions(-)
 rename docs/SystemDesign/5-DataQuery/{8-ModificationHandle.md => 3-ModificationHandle.md} (100%)
 rename docs/SystemDesign/5-DataQuery/{3-RawDataQuery.md => 4-RawDataQuery.md} (100%)
 rename docs/SystemDesign/5-DataQuery/{4-AggregationQuery.md => 5-AggregationQuery.md} (100%)
 rename docs/SystemDesign/5-DataQuery/{5-GroupByQuery.md => 6-GroupByQuery.md} (100%)
 rename docs/SystemDesign/5-DataQuery/{6-LastQuery.md => 7-LastQuery.md} (100%)
 rename docs/SystemDesign/5-DataQuery/{7-AlignByDeviceQuery.md => 8-AlignByDeviceQuery.md} (100%)
 create mode 100644 docs/SystemDesign/5-DataQuery/9-FillFunction.md
 rename docs/zh/SystemDesign/5-DataQuery/{8-ModificationHandle.md => 3-ModificationHandle.md} (100%)
 rename docs/zh/SystemDesign/5-DataQuery/{3-RawDataQuery.md => 4-RawDataQuery.md} (100%)
 rename docs/zh/SystemDesign/5-DataQuery/{4-AggregationQuery.md => 5-AggregationQuery.md} (100%)
 rename docs/zh/SystemDesign/5-DataQuery/{5-GroupByQuery.md => 6-GroupByQuery.md} (100%)
 rename docs/zh/SystemDesign/5-DataQuery/{6-LastQuery.md => 7-LastQuery.md} (100%)
 rename docs/zh/SystemDesign/5-DataQuery/{7-AlignByDeviceQuery.md => 8-AlignByDeviceQuery.md} (100%)
 create mode 100644 docs/zh/SystemDesign/5-DataQuery/9-FillFunction.md