You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/04/13 13:22:45 UTC

[incubator-iotdb] branch groupbyfill updated (1576359 -> 9ae7a7f)

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

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


    from 1576359  resolve conflicts
     add 5b6cd8b  enlarge memory for vue compiling (#1037)
     add 6a3219b  Add new Fill function docs and rearrange SystemDesign doc index (#1036)
     add 9ae7a7f  resolve conflicts

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/5-DataQuery/1-DataQuery.md       |  15 ++-
 ...-GroupByFillQuery.md => 10-GroupByFillQuery.md} |   0
 ...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    |  15 ++-
 ...-GroupByFillQuery.md => 10-GroupByFillQuery.md} |   0
 ...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                  |  32 ++---
 site/src/main/package.json                         |   6 +-
 21 files changed, 335 insertions(+), 34 deletions(-)
 rename docs/SystemDesign/5-DataQuery/{9-GroupByFillQuery.md => 10-GroupByFillQuery.md} (100%)
 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/{9-GroupByFillQuery.md => 10-GroupByFillQuery.md} (100%)
 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