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

justinchen pushed a change to branch pipe-garbage-cleaning
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 7e3e8d98fe8 logger-bug
     add 7054c8ab8a2 Add result size limit and time slice control for 
TransformOperator
     add b49aaacc945 Fix C++ query dataset timeout propagation (#17399)
     add 35326e84d82 Disabled some unstable function (#17373)
     add 6b33deab459 Pipe: Fixed the bug that mod may not be released in 
historical pipe (#17379)
     add 9bfe0b0a78e Pipe: Made the historical pipe split auto dropped after 
completion (#17295)
     add 77fe3e72a78 Fix rest service port conflicts bug (#17401)
     add c28ee65cf56 Merge branch 'master' of https://github.com/apache/iotdb 
into pipe-garbage-cleaning

No new revisions were added by this update.

Summary of changes:
 .../iotdb/it/env/cluster/node/DataNodeWrapper.java |   2 +-
 .../iotdb/db/it/schema/IoTDBSchemaSyntaxIT.java    | 154 +++++++++++++++++++++
 .../manual/enhanced/IoTDBPipeAutoDropIT.java       | 123 ++++++++--------
 .../treemodel/auto/basic/IoTDBPipeDataSinkIT.java  |  74 ++++++++--
 .../IoTDBUncorrelatedInPredicateSubqueryIT.java    |  32 +----
 .../client-cpp/src/main/IoTDBRpcDataSet.cpp        |   1 +
 .../client-cpp/src/main/SessionConnection.cpp      |   2 +-
 .../resource/tsfile/PipeTsFileResourceManager.java |  15 +-
 ...istoricalDataRegionTsFileAndDeletionSource.java |   6 +-
 .../execution/executor/RegionWriteExecutor.java    |  82 ++++++++---
 .../queryengine/execution/memory/MemoryPool.java   |   3 +-
 .../operator/process/TransformOperator.java        |  18 ++-
 .../config/executor/ClusterConfigTaskExecutor.java |   2 +
 .../db/queryengine/plan/parser/ASTVisitor.java     |   4 +-
 .../execution/operator/TransformOperatorTest.java  | 136 ++++++++++++++++++
 15 files changed, 521 insertions(+), 133 deletions(-)
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBSchemaSyntaxIT.java

Reply via email to