You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ka...@apache.org on 2022/09/07 11:14:01 UTC

[rocketmq-streams] branch main updated (fb6187dc -> 7a692712)

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

karp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git


    from fb6187dc Merge pull request #207 from ni-ze/supportRsqldb
     new 75df2458 fix(window)support session window
     new 6cec0929 fix(session window) merge window
     new 7a692712 Merge pull request #209 from ni-ze/supportRsqldb

The 556 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:
 .../impl/AbstractMultiSplitMessageCache.java       |   7 +-
 .../streams/window/fire/EventTimeManager.java      |   1 -
 .../window/operator/impl/SessionOperator.java      | 176 ++++++++++++---------
 .../streams/window/operator/join/JoinWindow.java   |   6 +-
 .../rocketmq/streams/window/storage/IStorage.java  |  11 +-
 .../streams/window/storage/RocksdbIterator.java    |   2 +
 .../window/storage/rocketmq/DefaultStorage.java    |  10 +-
 .../window/storage/rocksdb/RocksdbStorage.java     |  96 +++++++++--
 .../streams/window/trigger/WindowTrigger.java      |   2 +
 9 files changed, 210 insertions(+), 101 deletions(-)