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

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


    from 9d3414e2dd4 Add IT for session and jdbc query
     new 0a79b6d2a8d Pipe: Fixed the check for no permission 2 (#16804)
     new de60ed9c72e Update ratis-thirdparty-misc version to 1.0.10 (#16807)
     new 1c338a5f5ea Fix window partiton across two TsBlock bugs (#16809)
     new 40aa59a2fa8 may_fix (#16814)
     new 70eee3a37ee Fixed the bug of 305 error for unsupported table 
opreations #16816

The 5 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/relational/it/schema/IoTDBTableIT.java   |  16 ++
 .../sink/protocol/IoTDBConfigRegionAirGapSink.java |   6 +-
 .../pipe/sink/protocol/IoTDBConfigRegionSink.java  |   6 +-
 .../protocol/thrift/IoTDBDataNodeReceiver.java     |   4 +-
 .../visitor/PipeStatementExceptionVisitor.java     |   8 +-
 .../visitor/PipeStatementTSStatusVisitor.java      |   3 +-
 .../airgap/IoTDBSchemaRegionAirGapSink.java        |   6 +-
 .../handler/PipeConsensusDeleteEventHandler.java   |   2 +-
 .../thrift/sync/IoTDBDataRegionSyncSink.java       |   3 +-
 .../thrift/sync/IoTDBSchemaRegionSink.java         |   6 +-
 .../process/window/TableWindowOperator.java        |   2 +
 .../plan/relational/sql/ast/RenameColumn.java      |   5 +-
 .../plan/relational/sql/ast/RenameTable.java       |   5 +-
 .../process/window/TableWindowOperatorTest.java    |  51 ++++
 .../pipe/receiver/PipeReceiverStatusHandler.java   |  35 ++-
 .../PipeReceiverStatusHandlerTest.java             | 302 +++++++++++++++++++++
 pom.xml                                            |   2 +-
 17 files changed, 438 insertions(+), 24 deletions(-)
 create mode 100644 
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/pipe/datastructure/PipeReceiverStatusHandlerTest.java

Reply via email to