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

justinchen pushed a change to branch login-restart
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 3b930e69a25 fix
     add 20b380a11a9 Delete .github/workflows/greetings.yml (#17216)
     add 8cfb49d1eb6 Improve Quick Start documentation for system resource 
limits (#17213)
     add 6ea3052d1a3 Fix: Adding the time column is prohibited. (#17215)
     add 9041e6013f8 [IOTDB-17191] CLI: add space after error prefix in three 
messages (#17192)
     add 1fdd4b3a557 Pipe: Refactored the dataRegionId data type to integer 
(#17214)
     add 8782662e737 Add UT for new operators introduced by window function 
optimization (#17209)
     add 200ce448bf8 Merge branch 'master' of https://github.com/apache/iotdb 
into login-restart

No new revisions were added by this update.

Summary of changes:
 .github/workflows/greetings.yml                    |  14 -
 README.md                                          |  23 ++
 .../it/schema/IoTDBTableWithDefinedTimeIT.java     |  22 +
 .../src/main/java/org/apache/iotdb/cli/Cli.java    |   8 +-
 .../agent/task/subtask/sink/PipeSinkSubtask.java   |   3 +-
 .../pipe/consensus/deletion/DeletionResource.java  |   9 +-
 .../deletion/DeletionResourceManager.java          |   8 +-
 .../deletion/persist/PageCacheDeletionBuffer.java  |   4 +-
 .../consensus/deletion/recover/DeletionReader.java |   4 +-
 .../event/common/heartbeat/PipeHeartbeatEvent.java |  80 ++--
 .../tsfile/PipeCompactedTsFileInsertionEvent.java  |   4 +-
 .../common/tsfile/PipeTsFileInsertionEvent.java    |   3 +-
 .../event/realtime/PipeRealtimeEventFactory.java   |   2 +-
 .../db/pipe/metric/source/PipeAssignerMetrics.java |  32 +-
 ...istoricalDataRegionTsFileAndDeletionSource.java |   4 +-
 .../realtime/PipeRealtimeDataRegionSource.java     |   8 +-
 .../realtime/assigner/PipeDataRegionAssigner.java  |  12 +-
 .../PipeTsFileEpochProgressIndexKeeper.java        |   8 +-
 .../listener/PipeInsertionDataNodeListener.java    |  12 +-
 .../listener/PipeTimePartitionListener.java        |  21 +-
 .../operator/GroupedTopNRowNumberBuilder.java      |  18 +-
 .../execution/config/TableConfigTaskVisitor.java   |   3 +
 .../db/storageengine/dataregion/DataRegion.java    |  17 +-
 .../dataregion/memtable/TsFileProcessor.java       |   8 +-
 .../rescon/memory/TimePartitionManager.java        |   2 +-
 .../db/pipe/consensus/DeletionRecoverTest.java     |   6 +-
 .../db/pipe/consensus/DeletionResourceTest.java    |  12 +-
 .../db/pipe/source/PipeRealtimeExtractTest.java    |  32 +-
 .../operator/process/ValuesOperatorTest.java       | 207 ++++++++++
 .../process/window/RowNumberOperatorTest.java      | 359 ++++++++++++++++
 .../process/window/TopKRankingOperatorTest.java    | 455 +++++++++++++++++++++
 31 files changed, 1227 insertions(+), 173 deletions(-)
 delete mode 100644 .github/workflows/greetings.yml
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/process/ValuesOperatorTest.java
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/process/window/RowNumberOperatorTest.java
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/process/window/TopKRankingOperatorTest.java

Reply via email to