This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch fix-pipe-ref-count-leak
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 6530e9ae227 Merge branch 'master' of https://github.com/apache/iotdb
into fix-pipe-ref-count-leak
add 39b28d38aeb Load: Do not auto create series that are completely
deleted by mods (#13182)
add f292a4e1b1d Delete useless group by time
add 5cbddff2732 [Inconsistent copies] Add debug logs to the storage engine
add 076f2395820 Merge branch 'master' of https://github.com/apache/iotdb
into fix-pipe-ref-count-leak
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/it/IoTDBLoadTsFileIT.java | 1 -
...peProcessorIT.java => IoTDBPipeWithLoadIT.java} | 97 +++++++-------
.../plan/analyze/LoadTsFileAnalyzer.java | 89 +++++++++++++
.../plan/relational/sql/ast/AstVisitor.java | 4 -
.../plan/relational/sql/ast/GroupByTime.java | 145 ---------------------
.../plan/relational/sql/parser/AstBuilder.java | 142 +++++---------------
.../db/storageengine/dataregion/DataRegion.java | 26 ++++
.../apache/iotdb/db/utils/ModificationUtils.java | 40 ++++++
.../db/relational/grammar/sql/RelationalSql.g4 | 12 +-
9 files changed, 231 insertions(+), 325 deletions(-)
copy
integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/{IoTDBPipeProcessorIT.java
=> IoTDBPipeWithLoadIT.java} (60%)
delete mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/GroupByTime.java