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

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


    from 92cf3f94a5 Resolve conflicts
     add 9c9e2c9dc8 [IOTDB-4495] Fix NPE when enable_auto_create_schema is 
false (#7429)
     add 9030734573 [IOTDB-4511] Fix NPE while deleting timeseries with 
template (#7445)
     add 6430503900 [IOTDB-4338] Implementation of Drop Trigger on Data Node 
(#7444)
     add 09f3510ce8 [ISSUE-7430] Fix npe when dispatchRemote (#7439)
     new 63f8f56749 Merge remote-tracking branch 'origin/master' into 
TriggerTest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/db/it/schema/IoTDBSchemaTemplateIT.java  |  56 +++++++++
 .../commons/executable/ExecutableManager.java      | 125 +++++++++++----------
 .../iotdb/commons/partition/DataPartition.java     |  21 ++--
 .../apache/iotdb/commons/trigger/TriggerTable.java |   4 +
 .../db/metadata/mtree/MTreeBelowSGMemoryImpl.java  |  16 +++
 .../db/metadata/mtree/traverser/Traverser.java     |   4 +
 .../schemaregion/SchemaRegionMemoryImpl.java       |  10 +-
 .../db/mpp/plan/analyze/cache/PartitionCache.java  |  18 +--
 .../config/executor/ClusterConfigTaskExecutor.java |   2 -
 .../scheduler/FragmentInstanceDispatcherImpl.java  |   3 +-
 .../impl/DataNodeInternalRPCServiceImpl.java       |  16 ++-
 .../service/thrift/impl/DataNodeRegionManager.java |   2 +
 .../iotdb/db/trigger/executor/TriggerExecutor.java |   8 ++
 .../trigger/service/TriggerManagementService.java  |  29 ++++-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |   3 +
 15 files changed, 226 insertions(+), 91 deletions(-)

Reply via email to