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

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


    from 5f48bb191fe add comment
     add 3f4c44ab3e8 Pipe: Fixed some unstable ITs (#17713)
     add 7dcad2b6b44 Fix Python client CI: handle Timestamps outside Python 
stdlib range (#17715)
     add 06d27660b9c Make some uts more stable (#17720)
     add 1bf09f2aca3 Merge branch 'iotdb_master' into fixBug0518

No new revisions were added by this update.

Summary of changes:
 .../treemodel/manual/IoTDBPipePermissionIT.java    |   5 +
 iotdb-client/client-py/iotdb/utils/rpc_utils.py    |  56 +++++++-
 .../evolvable/batch/PipeTabletEventPlainBatch.java |  19 +--
 .../request/PipeTransferTabletBatchReqV2.java      |  82 +++++++----
 .../request/PipeTransferTabletBinaryReqV2.java     |  11 +-
 .../request/PipeTransferTabletInsertNodeReqV2.java |  11 +-
 .../request/PipeTransferTabletRawReqV2.java        |  33 +++--
 .../protocol/airgap/IoTDBDataRegionAirGapSink.java |   4 +-
 .../thrift/async/IoTDBDataRegionAsyncSink.java     |   4 +-
 .../thrift/sync/IoTDBDataRegionSyncSink.java       |   4 +-
 .../sink/protocol/writeback/WriteBackSink.java     |   6 +-
 .../pipe/sink/util/TabletStatementConverter.java   |  21 ++-
 .../pipe/sink/PipeDataNodeThriftRequestTest.java   | 152 +++++++++++++++++++++
 .../fragment/FragmentInstanceExecutionTest.java    | 124 ++++++++++-------
 .../operator/SingleDeviceViewOperatorTest.java     |   3 +
 .../inner/InnerSequenceCompactionSpeedTest.java    |  65 ---------
 16 files changed, 415 insertions(+), 185 deletions(-)

Reply via email to