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

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


    from 1b2d3ffcff0 Bump ratis to apache 3.2.1 (#16801)
     new 7a62fadd265 Add IT for session and jdbc query
     new db058abf999 Pipe: Fixed the check for no permission 2 (#16804)
     new e55b4231391 Update ratis-thirdparty-misc version to 1.0.10 (#16807)
     new cee173b85b4 Fix window partiton across two TsBlock bugs (#16809)
     new d96157233fd may_fix (#16814)
     new 32e16420335 Fixed the bug of 305 error for unsupported table 
opreations #16816

The 6 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/itbase/runtime/ClusterTestResultSet.java |  16 +-
 .../it/query/object/IoTDBObjectQueryIT.java        | 186 +++++++++++++
 .../iotdb/relational/it/schema/IoTDBTableIT.java   |  16 ++
 .../org/apache/iotdb/jdbc/IoTDBJDBCResultSet.java  |   2 +-
 .../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 +
 .../relational/ColumnTransformerBuilder.java       |   7 +-
 .../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 +-
 21 files changed, 640 insertions(+), 33 deletions(-)
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/relational/it/query/object/IoTDBObjectQueryIT.java
 create mode 100644 
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/pipe/datastructure/PipeReceiverStatusHandlerTest.java

Reply via email to