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/08 16:12:05 UTC

[skywalking-banyandb] branch simple-streaming-api updated (1e4d566 -> 9ae5ce1)

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 1e4d566  Merge branch 'main' into simple-streaming-api
     add 8fd8ff3  add lateness and refactor window flush
     add 9ae5ce1  fix lint

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/database/v1/schema.pb.go        | 220 +++++++++++----------
 .../banyandb/database/v1/schema.pb.validate.go     |   2 +
 api/proto/banyandb/database/v1/schema.proto        |  10 +-
 .../openapi/banyandb/database/v1/rpc.swagger.json  |   9 +-
 banyand/measure/measure_topn.go                    |   9 +-
 banyand/query/processor_topn.go                    |   2 +-
 docs/api-reference.md                              |   1 +
 pkg/flow/streaming/flow_sliding_window.go          |  12 +-
 pkg/flow/streaming/flow_sliding_window_test.go     |  12 +-
 pkg/flow/streaming/flow_topn.go                    |   8 +
 pkg/flow/types.go                                  |   5 +-
 .../service_cpm_minute_top100.json                 |   3 +-
 test/cases/measure/data/data.go                    |   1 -
 13 files changed, 171 insertions(+), 123 deletions(-)