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/07/24 14:51:09 UTC

[skywalking-banyandb] branch simple-streaming-api updated (1f6cd6e -> aabbf9e)

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 1f6cd6e  simplify AggregateFunction
     add aabbf9e  fix measure overwrite and min and max aggregator

No new revisions were added by this update.

Summary of changes:
 banyand/measure/measure_topn.go                    | 26 ++++++++--
 banyand/query/processor_topn.go                    |  4 +-
 banyand/query/processor_topn_test.go               | 57 ++++++++++++++++++++--
 .../query/testdata/service_cpm_minute_data.json    | 10 ++--
 pkg/flow/streaming/flow_topn.go                    |  2 +-
 pkg/pb/v1/query.go                                 |  9 ++++
 pkg/query/aggregation/aggregation.go               |  9 +++-
 7 files changed, 99 insertions(+), 18 deletions(-)