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/14 11:12:56 UTC

[incubator-iotdb] branch tyPageBug updated (9af9408 -> 405f55a)

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

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


    from 9af9408  Merge branch 'tyPageBug' of https://github.com/apache/incubator-iotdb into tyPageBug
     add c167f26  more it
     add dd2e0e8  upgrade site and add docs/zh (#1030)
     add 94a549d  skip website compiling when doing code quality
     add 29ca175  use double quotation to replace single quatation
     add f5edb58  separate file version from chunk version
     add d3687b7  separate file version from chunk version (#1035)
     add c001966  Merge branch 'master' of github.com:apache/incubator-iotdb
     add 5715799  add default jmx user and password; fix issues that jmx can not be accessed remotely
     add 5a28bf2  fix typos in docs
     add d4f1bd7  replace tab to space in iotdb-env.sh
     add 01d2e8c  let win supports jmx authorization
     add 164df75  Merge branch 'jmx'
     add 08caaf3  add apache rat for jmx access and password files
     add 9250b65  fix sonar code smells
     add 830cb81  fix win script error
     add dff018f  fix win script error
     add d33b74c  fix win script error
     add 53e275a  Merge remote-tracking branch 'origin/jmx'
     add b15e94e  fix jmx licnese
     add c18eff9  Merge remote-tracking branch 'origin/jmx'
     add 5e3088d  Merge branch 'master' of github.com:apache/incubator-iotdb
     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 537230d  [IOTDB-456] GroupByFill (#1039)
     add c714e49  add groupbyfill zh userguide
     add 6e281ef  fix website license; add more memory because of vuepress 1.x bug
     add b233694  Fix ForceAppendTsFileWriter (#1038)
     add 6dfce05  Merge remote-tracking branch 'origin/master' into tyPageBug
     add 405f55a  use cache while doing RawDataQueryWithValueFilter

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  32 +-
 Jenkinsfile                                        |   2 +-
 docs/Community/ASF.md                              |  33 --
 docs/Community/Community-Powered By.md             |  13 -
 docs/Community/Community-Project Committers.md     |   2 -
 docs/Community/Wiki.md                             |  30 -
 docs/Download/README.md                            |   2 -
 docs/README.md                                     |   8 +-
 docs/SystemDesign/5-DataQuery/1-DataQuery.md       |  15 +-
 .../5-DataQuery/10-GroupByFillQuery.md             | 177 ++++++
 ...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/UserGuide/3-Server/4-Config Manual.md         |  47 +-
 .../2-DML Data Manipulation Language.md            |  35 +-
 .../5-Operation Manual/4-SQL Reference.md          |  24 +
 docs/zh/Community/ASF.md                           |  33 --
 docs/zh/Community/Community-Powered By.md          |  32 +-
 docs/zh/Community/Community-Project Committers.md  |   2 -
 docs/zh/Community/Wiki.md                          |  30 -
 docs/zh/Download/README.md                         |   2 -
 docs/zh/README.md                                  |   4 +-
 docs/zh/SystemDesign/5-DataQuery/1-DataQuery.md    |  15 +-
 .../5-DataQuery/10-GroupByFillQuery.md             | 176 ++++++
 ...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 +++++
 .../UserGuide/4-Client/6-Programming - MQTT.md     |  53 +-
 .../{6-Status Codes.md => 7-Status Codes.md}       |   0
 .../2-DML Data Manipulation Language.md            |  30 +
 .../5-Operation Manual/4-SQL Reference.md          |  24 +
 pom.xml                                            |   3 +
 server/src/assembly/resources/conf/iotdb-env.bat   |  30 +-
 server/src/assembly/resources/conf/iotdb-env.sh    |  30 +-
 .../resources/conf/jmx.access}                     |   4 +-
 .../resources/conf/jmx.password}                   |   4 +-
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  22 +-
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |  10 +-
 .../engine/storagegroup/StorageGroupProcessor.java |  22 +-
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |   2 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  16 +-
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   2 +-
 .../iotdb/db/qp/logical/crud/SelectOperator.java   |   5 +-
 .../{FillQueryPlan.java => GroupByFillPlan.java}   |  26 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     | 197 +++----
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  16 +-
 .../dataset/RawQueryDataSetWithValueFilter.java    |  22 +-
 .../dataset/groupby/GroupByEngineDataSet.java      |  10 +
 .../query/dataset/groupby/GroupByFillDataSet.java  | 118 ++++
 .../iotdb/db/query/executor/FillQueryExecutor.java |   2 -
 .../iotdb/db/query/executor/IQueryRouter.java      |  16 +-
 .../iotdb/db/query/executor/LastQueryExecutor.java |  16 +-
 .../iotdb/db/query/executor/QueryRouter.java       |  10 +
 .../db/query/executor/RawDataQueryExecutor.java    |   9 +-
 .../apache/iotdb/db/query/fill/PreviousFill.java   |  42 +-
 .../org/apache/iotdb/db/service/JMXService.java    |  63 +-
 .../org/apache/iotdb/db/service/StartupChecks.java |   9 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   1 +
 .../iotdb/db/integration/IoTDBGroupByFillIT.java   | 465 +++++++++++++++
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |  14 +-
 ...PageIT.java => IoTDBMultiOverlappedPageIT.java} |  39 +-
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  | 177 +++++-
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |   1 -
 site/pom.xml                                       |   8 +-
 site/src/main/.vuepress/components/FooterFixed.vue |  50 --
 site/src/main/.vuepress/config.js                  | 635 +++++++++++----------
 site/src/main/.vuepress/enhanceApp.js              |   6 +-
 site/src/main/.vuepress/public/css/index.css       |  27 -
 .../public/img/contributor-avatar/user.svg         |   2 +-
 .../.vuepress/styles/{palette.styl => index.styl}  |   9 +-
 site/src/main/.vuepress/styles/palette.styl        |   7 +-
 .../theme/components/AlgoliaSearchBox.vue          | 172 ++++++
 .../.vuepress/theme/components/DropdownLink.vue    | 196 +++++++
 .../theme/components/DropdownTransition.vue        |  50 ++
 site/src/main/.vuepress/theme/components/Home.vue  | 179 ++++++
 .../main/.vuepress/theme/components/NavLink.vue    |  65 +++
 .../main/.vuepress/theme/components/NavLinks.vue   | 166 ++++++
 .../src/main/.vuepress/theme/components/Navbar.vue | 139 +++++
 site/src/main/.vuepress/theme/components/Page.vue  | 278 +++++++++
 .../main/.vuepress/theme/components/Sidebar.vue    |  76 +++
 .../.vuepress/theme/components/SidebarButton.vue   |  44 ++
 .../.vuepress/theme/components/SidebarGroup.vue    | 146 +++++
 .../.vuepress/theme/components/SidebarLink.vue     | 126 ++++
 .../.vuepress/theme/components/SidebarLinks.vue    | 103 ++++
 .../.vuepress/theme/global-components/Badge.vue    |  61 ++
 .../global-components}/Contributor.vue             |   0
 .../Home.vue => theme/global-components/IoTDB.vue} |   2 +-
 .../global-components/IoTDBZH.vue}                 |   2 +-
 site/src/main/.vuepress/theme/index.js             |  63 ++
 site/src/main/.vuepress/theme/layouts/404.vue      |  43 ++
 site/src/main/.vuepress/theme/layouts/Layout.vue   | 166 ++++++
 .../{override.styl => theme/noopModule.js}         |   4 +-
 .../src/main/.vuepress/theme/styles/arrow.styl     |  38 +-
 site/src/main/.vuepress/theme/styles/code.styl     | 166 ++++++
 .../main/.vuepress/theme/styles/custom-blocks.styl |  49 +-
 site/src/main/.vuepress/theme/styles/index.styl    | 227 ++++++++
 .../src/main/.vuepress/theme/styles/mobile.styl    |  47 +-
 .../{override.styl => theme/styles/toc.styl}       |   6 +-
 .../{override.styl => theme/styles/wrapper.styl}   |  10 +-
 site/src/main/.vuepress/theme/util/index.js        | 256 +++++++++
 site/src/main/package.json                         |  29 +-
 .../query/executor/ExecutorWithTimeGenerator.java  |  15 +-
 .../write/writer/ForceAppendTsFileWriter.java      |  14 +-
 .../write/writer/ForceAppendTsFileWriterTest.java  |  61 ++
 112 files changed, 5210 insertions(+), 1054 deletions(-)
 delete mode 100644 docs/Community/ASF.md
 delete mode 100644 docs/Community/Wiki.md
 create mode 100644 docs/SystemDesign/5-DataQuery/10-GroupByFillQuery.md
 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
 delete mode 100644 docs/zh/Community/ASF.md
 delete mode 100644 docs/zh/Community/Wiki.md
 create mode 100644 docs/zh/SystemDesign/5-DataQuery/10-GroupByFillQuery.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
 copy docs/{ => zh}/UserGuide/4-Client/6-Programming - MQTT.md (58%)
 rename docs/zh/UserGuide/4-Client/{6-Status Codes.md => 7-Status Codes.md} (100%)
 copy server/src/{main/resources/META-INF/services/org.apache.iotdb.db.mqtt.PayloadFormatter => assembly/resources/conf/jmx.access} (86%)
 copy server/src/{main/resources/META-INF/services/org.apache.iotdb.db.mqtt.PayloadFormatter => assembly/resources/conf/jmx.password} (87%)
 copy server/src/main/java/org/apache/iotdb/db/qp/physical/crud/{FillQueryPlan.java => GroupByFillPlan.java} (71%)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/GroupByFillDataSet.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBGroupByFillIT.java
 copy server/src/test/java/org/apache/iotdb/db/integration/{IoTDBOverlappedPageIT.java => IoTDBMultiOverlappedPageIT.java} (82%)
 delete mode 100644 site/src/main/.vuepress/components/FooterFixed.vue
 delete mode 100644 site/src/main/.vuepress/public/css/index.css
 copy site/src/main/.vuepress/styles/{palette.styl => index.styl} (76%)
 create mode 100644 site/src/main/.vuepress/theme/components/AlgoliaSearchBox.vue
 create mode 100644 site/src/main/.vuepress/theme/components/DropdownLink.vue
 create mode 100644 site/src/main/.vuepress/theme/components/DropdownTransition.vue
 create mode 100644 site/src/main/.vuepress/theme/components/Home.vue
 create mode 100644 site/src/main/.vuepress/theme/components/NavLink.vue
 create mode 100644 site/src/main/.vuepress/theme/components/NavLinks.vue
 create mode 100644 site/src/main/.vuepress/theme/components/Navbar.vue
 create mode 100644 site/src/main/.vuepress/theme/components/Page.vue
 create mode 100644 site/src/main/.vuepress/theme/components/Sidebar.vue
 create mode 100644 site/src/main/.vuepress/theme/components/SidebarButton.vue
 create mode 100644 site/src/main/.vuepress/theme/components/SidebarGroup.vue
 create mode 100644 site/src/main/.vuepress/theme/components/SidebarLink.vue
 create mode 100644 site/src/main/.vuepress/theme/components/SidebarLinks.vue
 create mode 100644 site/src/main/.vuepress/theme/global-components/Badge.vue
 rename site/src/main/.vuepress/{components => theme/global-components}/Contributor.vue (100%)
 rename site/src/main/.vuepress/{components/Home.vue => theme/global-components/IoTDB.vue} (99%)
 rename site/src/main/.vuepress/{components/Home_zh.vue => theme/global-components/IoTDBZH.vue} (99%)
 create mode 100644 site/src/main/.vuepress/theme/index.js
 create mode 100644 site/src/main/.vuepress/theme/layouts/404.vue
 create mode 100644 site/src/main/.vuepress/theme/layouts/Layout.vue
 copy site/src/main/.vuepress/{override.styl => theme/noopModule.js} (94%)
 copy server/src/test/java/org/apache/iotdb/db/mqtt/PayloadFormatManagerTest.java => site/src/main/.vuepress/theme/styles/arrow.styl (58%)
 create mode 100644 site/src/main/.vuepress/theme/styles/code.styl
 copy server/src/main/java/org/apache/iotdb/db/mqtt/PayloadFormatter.java => site/src/main/.vuepress/theme/styles/custom-blocks.styl (54%)
 create mode 100644 site/src/main/.vuepress/theme/styles/index.styl
 copy server/src/test/java/org/apache/iotdb/db/mqtt/PayloadFormatManagerTest.java => site/src/main/.vuepress/theme/styles/mobile.styl (52%)
 copy site/src/main/.vuepress/{override.styl => theme/styles/toc.styl} (93%)
 rename site/src/main/.vuepress/{override.styl => theme/styles/wrapper.styl} (81%)
 create mode 100644 site/src/main/.vuepress/theme/util/index.js
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/write/writer/ForceAppendTsFileWriterTest.java