This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch fixObjectFunctionsAndAddTests
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5671f0584bf add ut
add a56ce00a52f rollback properties
add b27e43bc901 fix it
add 7a62fadd265 Add IT for session and jdbc query
add db058abf999 Pipe: Fixed the check for no permission 2 (#16804)
add e55b4231391 Update ratis-thirdparty-misc version to 1.0.10 (#16807)
add cee173b85b4 Fix window partiton across two TsBlock bugs (#16809)
add d96157233fd may_fix (#16814)
add 32e16420335 Fixed the bug of 305 error for unsupported table
opreations #16816
add 9e314a8e168 Merge branch 'force_ci/object_type' into
fixObjectFunctionsAndAddTests
add d59508d1b9c add ut
No new revisions were added by this update.
Summary of changes:
.../iotdb/itbase/runtime/ClusterTestResultSet.java | 16 +-
.../it/query/object/IoTDBObjectQueryIT.java | 186 +++++++++++++
.../IoTDBObjectQueryIT2.java} | 6 +-
.../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 +-
.../confignode1conf/iotdb-system.properties | 2 +-
.../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 +-
.../operator/process/function/partition/Slice.java | 18 +-
.../process/window/TableWindowOperator.java | 2 +
.../relational/aggregation/RecordIterator.java | 3 -
.../plan/relational/sql/ast/RenameColumn.java | 5 +-
.../plan/relational/sql/ast/RenameTable.java | 5 +-
.../org/apache/iotdb/db/utils/ObjectTypeUtils.java | 2 -
.../process/window/TableWindowOperatorTest.java | 51 ++++
.../plan/function/RecordObjectTypeTest.java | 135 +++++++++
.../pipe/receiver/PipeReceiverStatusHandler.java | 35 ++-
.../PipeReceiverStatusHandlerTest.java | 302 +++++++++++++++++++++
pom.xml | 2 +-
26 files changed, 788 insertions(+), 44 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/query/object/IoTDBObjectQueryIT.java
rename
integration-test/src/test/java/org/apache/iotdb/relational/it/query/{recent/IoTDBObjectTypeQueryIT.java
=> object/IoTDBObjectQueryIT2.java} (99%)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/function/RecordObjectTypeTest.java
create mode 100644
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/pipe/datastructure/PipeReceiverStatusHandlerTest.java