This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from c56f71f remove EXCEPTION in IoTDBSink(#3619)
add 822a735 [To rel/0.12][IOTDB-959]Add createStorageGroup Grammar (#3616)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 1 +
.../DDL-Data-Definition-Language.md | 6 +-
.../DDL-Data-Definition-Language.md | 6 +-
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 10 ++
.../db/integration/IoTDBCreateStorageGroupIT.java | 128 +++++++++++++++++++++
.../iotdb/db/qp/physical/PhysicalPlanTest.java | 8 ++
6 files changed, 155 insertions(+), 4 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBCreateStorageGroupIT.java