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/09 13:22:39 UTC

[skywalking-banyandb] branch simple-streaming-api updated (15ae5eb -> 1c0201b)

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


    from 15ae5eb  fix lint
     add 1c0201b  refactor window

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/database/v1/schema.pb.go        |  17 +-
 .../banyandb/database/v1/schema.pb.validate.go     |   2 +-
 api/proto/banyandb/database/v1/schema.proto        | 256 ++++++++++-----------
 .../openapi/banyandb/database/v1/rpc.swagger.json  |   8 +-
 banyand/measure/measure_topn.go                    |  13 +-
 docs/api-reference.md                              |   2 +-
 pkg/flow/streaming/flow_sliding_window.go          | 119 +++++-----
 pkg/flow/streaming/flow_topn.go                    |   2 +-
 pkg/flow/types.go                                  |   6 +-
 .../service_cpm_minute_nogroup_top100.json         |   3 +-
 .../service_cpm_minute_top100.json                 |   2 +-
 test/cases/topn/data/want/all.yaml                 |  18 +-
 12 files changed, 224 insertions(+), 224 deletions(-)