You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by lu...@apache.org on 2022/10/13 14:50:02 UTC

[skywalking-banyandb] branch simple-streaming-api updated (4cdf7a5 -> 6df586a)

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

lujiajing pushed a change to branch simple-streaming-api
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


 discard 4cdf7a5  add more tests
 discard b806fc7  add more data
 discard 7391104  check op
 discard ebe4a30  move apis
 discard 961796a  move methods
 discard 493b4c6  Merge branch 'main' into simple-streaming-api
 discard f257cf0  support multiple sort directions
 discard fbcf2d0  adjust test cases
 discard e2edeef  fix test case
 discard a5196ca  fix ci
 discard 3261add  fix check
 discard 71910de  fix test cases
 discard 88fb21f  refactor window
 discard e26a3cb  fix lint
 discard be8dbfa  fix lint
 discard 4f646b8  add lateness and refactor window flush
 discard 4c69e3e  fix async measure write and adjust timebucket logic
 discard 62b83ea  fix sort and simplify iter
 discard f675b47  refactor post processor
 discard fef0a60  regenerate
 discard ff44f51  remove necessary data
 discard dd41b1a  add first test
 discard 4468538  add partial timeline impl
 discard 621a235  add test skeleton
 discard c41d9d6  fix measure topn
 discard 9e996d4  fix lateness check
 discard 436c3cc  delete snapshot on purge
 discard 125f83d  refactor purge and polish API
 discard f166614  add streaming api and topN aggregator
     add a558725  Fixes some issues found by Java client updating (#189)
     add a0211c4  add streaming api and topN aggregator
     add 2dbbef2  refactor purge and polish API
     add 1d6eb40  delete snapshot on purge
     add 2e47044  fix lateness check
     add 9227768  fix measure topn
     add c54f386  add test skeleton
     add 8940e7b  add partial timeline impl
     add ec26b3f  add first test
     add fc86985  remove necessary data
     add 70b8813  regenerate
     add c5c7566  refactor post processor
     add f8ea93f  fix sort and simplify iter
     add 5d52379  fix async measure write and adjust timebucket logic
     add cee3fd5  add lateness and refactor window flush
     add 5f836b2  fix lint
     add d22f405  fix lint
     add d2f9168  refactor window
     add d0d3346  fix test cases
     add 9b76918  fix check
     add 9ee3796  fix ci
     add 611338d  fix test case
     add 0bda634  adjust test cases
     add 2f0af65  support multiple sort directions
     add c9975cc  move methods
     add 20a3768  move apis
     add e7016e8  check op
     add be2aa86  add more data
     add 6df586a  add more tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4cdf7a5)
            \
             N -- N -- N   refs/heads/simple-streaming-api (6df586a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 banyand/liaison/grpc/server.go                 | 18 ++++++++++--------
 banyand/liaison/http/server.go                 | 23 +++++++++++++----------
 banyand/tsdb/index/writer.go                   |  4 +++-
 bydbctl/internal/cmd/cmd_suite_test.go         |  9 +++++++++
 pkg/partition/index.go                         |  4 +++-
 pkg/query/logical/common.go                    |  4 +++-
 pkg/query/logical/index_filter.go              |  8 ++++----
 pkg/query/logical/tag_filter.go                |  9 ++++++---
 pkg/schema/metadata.go                         |  2 +-
 test/cases/stream/data/input/global_index.yaml | 15 +++++++++------
 test/cases/stream/stream.go                    |  4 +++-
 11 files changed, 64 insertions(+), 36 deletions(-)