This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch autoai-patch
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 1fca75b Revert "thrift out of sequence & clientpool queue -> stack &
add some logs (#3586)"
add bf6d83c [To rel/0.12] fix compaction block flush bug (#3534)
add c6b8113 make parameter definition clearer (#3551)
add 4e78faf [IOTDB-1485] Replace tsfile_size_threshold by
unseq_tsfile_size/seq_tsfile_size (#3558)
add ec526ea [IOTDB-1417] [To rel/0.12]UDF meta plans for cluster (#3571)
add c257e4a [To rel/0.12][IOTDB-1492] Fix mLogParser.sh cannot parse the
device template (#3557)
add eb8220e [To rel/0.12] [ISSUE-3545] Bug: Time interval value is
disorder in group by month (#3566)
add cac70a5 [IoTDB-1501][To rel/0.12] Fix compaction recover delete
tsfile bug (#3568)
add b7e39fd [To rel/0.12][IoTDB-1499] Remove series registeration using
IoTDBSink -> 0.12 (#3575)
add a0fe4e9 [IOTDB-1491] UDTF query supported in cluster mode (#3565)
(#3603)
add 845ad2f [IOTDB-1456] Fix Error occurred while executing delete
timeseries statement (#3474) (#3600)
add 153a4a3 modify NodeTool user to root (#3593)
add c56f71f remove EXCEPTION in IoTDBSink(#3619)
add 822a735 [To rel/0.12][IOTDB-959]Add createStorageGroup Grammar (#3616)
add 2f7c945 [To rel/0.12] [IOTDB-1500] Remove current dynamic query
memory control (#3564)
add 8a1aba5 Fix compile error in assignQueryId(#3628)
add 30e3dad [To rel/0.12] Revert commit bf6d83cd (#3534) and commit
cac70a50 (#3568) (#3634)
add 7b46cd7 Merge branch 'rel/0.12' of github.com:apache/iotdb into
autoai-patch
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 1 +
cluster/src/assembly/resources/sbin/stop-node.sh | 6 +-
.../iotdb/cluster/log/applier/BaseApplier.java | 17 +-
.../apache/iotdb/cluster/query/ClusterPlanner.java | 13 +-
.../iotdb/cluster/query/ClusterQueryRouter.java | 40 ++++
.../cluster/query/ClusterUDTFQueryExecutor.java | 12 +-
.../iotdb/cluster/query/LocalQueryExecutor.java | 32 +--
.../cluster/query/manage/ClusterQueryManager.java | 8 +-
.../apache/iotdb/cluster/utils/PartitionUtils.java | 6 +-
.../utils/nodetool/function/NodeToolCmd.java | 2 +-
.../org/apache/iotdb/cluster/common/IoTDBTest.java | 3 +-
.../query/ClusterAggregateExecutorTest.java | 4 +-
.../query/ClusterDataQueryExecutorTest.java | 10 +-
.../cluster/query/ClusterFillExecutorTest.java | 4 +-
.../cluster/query/ClusterPlanExecutorTest.java | 4 +-
.../cluster/query/ClusterQueryRouterTest.java | 45 +++-
.../query/ClusterUDTFQueryExecutorTest.java | 116 +++++++++++
.../ClusterGroupByNoVFilterDataSetTest.java | 2 +-
.../groupby/ClusterGroupByVFilterDataSetTest.java | 2 +-
.../query/groupby/MergeGroupByExecutorTest.java | 4 +-
.../query/groupby/RemoteGroupByExecutorTest.java | 4 +-
.../query/manage/ClusterQueryManagerTest.java | 12 +-
.../query/reader/ClusterReaderFactoryTest.java | 2 +-
.../query/reader/ClusterTimeGeneratorTest.java | 4 +-
.../cluster/server/member/DataGroupMemberTest.java | 2 +-
.../cluster/server/member/MetaGroupMemberTest.java | 4 +-
docs/SystemDesign/SchemaManager/SchemaManager.md | 37 +++-
.../UserGuide/Ecosystem Integration/Flink IoTDB.md | 3 +-
.../DDL-Data-Definition-Language.md | 6 +-
.../zh/SystemDesign/SchemaManager/SchemaManager.md | 53 +++--
.../DDL-Data-Definition-Language.md | 6 +-
.../org/apache/iotdb/flink/FlinkIoTDBSink.java | 1 -
.../java/org/apache/iotdb/flink/IoTDBSink.java | 19 +-
.../iotdb/flink/options/IoTDBSinkOptions.java | 11 -
.../resources/conf/iotdb-engine.properties | 8 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 23 ++-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 36 +++-
.../db/engine/storagegroup/TsFileProcessor.java | 8 +-
.../exception/query/PathNumOverLimitException.java | 9 +-
.../org/apache/iotdb/db/metadata/MManager.java | 1 +
.../iotdb/db/metadata/MetadataOperationType.java | 4 +
.../db/metadata/{ => logfile}/MLogTxtWriter.java | 71 ++++++-
.../db/metadata/{ => logfile}/TagLogFile.java | 2 +-
.../org/apache/iotdb/db/monitor/StatMonitor.java | 2 +-
.../main/java/org/apache/iotdb/db/qp/Planner.java | 31 +--
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 10 +
.../db/qp/physical/sys/CreateFunctionPlan.java | 45 +++-
.../iotdb/db/qp/physical/sys/DropFunctionPlan.java | 25 ++-
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 10 +
.../qp/strategy/optimizer/ConcatPathOptimizer.java | 18 +-
.../qp/strategy/optimizer/ILogicalOptimizer.java | 3 +-
.../apache/iotdb/db/qp/utils/DatetimeUtils.java | 2 +
.../db/query/control/QueryResourceManager.java | 48 +----
.../iotdb/db/query/control/SessionManager.java | 197 ++++++++++++++++++
.../dataset/groupby/GroupByEngineDataSet.java | 2 +
.../iotdb/db/query/executor/QueryRouter.java | 4 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 5 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 226 +++++----------------
.../org/apache/iotdb/db/tools/mlog/MLogParser.java | 19 +-
.../db/integration/IoTDBCreateStorageGroupIT.java | 128 ++++++++++++
.../iotdb/db/integration/IoTDBGroupByMonthIT.java | 6 +
.../db/integration/IoTDBSequenceDataQueryIT.java | 9 +-
.../iotdb/db/integration/IoTDBSeriesReaderIT.java | 11 +-
.../iotdb/db/qp/logical/LogicalPlanSmallTest.java | 2 +-
.../iotdb/db/qp/physical/PhysicalPlanTest.java | 18 ++
.../org/apache/iotdb/db/tools/MLogParserTest.java | 71 +++++--
.../apache/iotdb/db/utils/EnvironmentUtils.java | 8 +-
.../apache/iotdb/spark/db/EnvironmentUtils.java | 117 +++++------
.../tsfile/read/filter/GroupByMonthFilter.java | 6 +-
.../tsfile/read/filter/GroupByMonthFilterTest.java | 26 ++-
70 files changed, 1160 insertions(+), 546 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/query/executor/UDTFQueryExecutor.java
=>
cluster/src/main/java/org/apache/iotdb/cluster/query/ClusterUDTFQueryExecutor.java
(91%)
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/query/ClusterUDTFQueryExecutorTest.java
rename server/src/main/java/org/apache/iotdb/db/metadata/{ =>
logfile}/MLogTxtWriter.java (77%)
rename server/src/main/java/org/apache/iotdb/db/metadata/{ =>
logfile}/TagLogFile.java (99%)
create mode 100644
server/src/main/java/org/apache/iotdb/db/query/control/SessionManager.java
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBCreateStorageGroupIT.java