You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2022/01/17 14:34:51 UTC

[iotdb] branch master updated (3186a0c -> 289d23f)

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

rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 3186a0c  [IOTDB-2184] Update the code of Kafka example to use Session API and update kafka version from 0.8.2.0 to 2.8.0 (#4849)
     add 289d23f  [IOTDB-2396] Compatible with 0.12 on language structure (#4827)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlLexer.g4    |  43 +--
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4   |  81 +++---
 docs/UserGuide/Appendix/Keywords.md                | 212 +++++++++++++++
 .../IoTDB-SQL-Language/Syntax-Conventions.md       | 196 +++++++++-----
 docs/zh/UserGuide/Appendix/Keywords.md             | 212 +++++++++++++++
 .../IoTDB-SQL-Language/Syntax-Conventions.md       | 199 +++++++++-----
 .../iotdb/db/integration/IoTDBFuzzyQueryIT.java    |   2 +-
 .../iotdb/db/integration/IoTDBGroupByFillIT.java   |   8 +-
 .../db/integration/IoTDBSyntaxConventionIT.java    | 288 +++++++++++++++++++++
 .../db/integration/IoTDBUDTFBuiltinFunctionIT.java |   2 +-
 .../aggregation/IoTDBUDFNestAggregationIT.java     |   8 +-
 .../IoTDBUserDefinedAggregationFunctionIT.java     |  17 +-
 .../IoTDBSyntaxConventionVersionAdaptionIT.java}   |  46 ++--
 .../iotdb/session/IoTDBSessionComplexIT.java       |   6 +-
 server/pom.xml                                     |   6 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |   2 +-
 .../iotdb/db/metadata/utils/MetaFormatUtils.java   |   4 +-
 .../apache/iotdb/db/metadata/utils/MetaUtils.java  |  40 ++-
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   2 +-
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    | 232 ++++++++++++-----
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  12 +-
 site/src/main/.vuepress/config.js                  |   6 +-
 22 files changed, 1317 insertions(+), 307 deletions(-)
 create mode 100644 docs/UserGuide/Appendix/Keywords.md
 create mode 100644 docs/zh/UserGuide/Appendix/Keywords.md
 create mode 100644 integration/src/test/java/org/apache/iotdb/db/integration/IoTDBSyntaxConventionIT.java
 copy integration/src/test/java/org/apache/iotdb/db/integration/{IoTDBKillQueryIT.java => versionadaption/IoTDBSyntaxConventionVersionAdaptionIT.java} (62%)