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 2023/03/07 15:29:16 UTC

[skywalking-banyandb] branch topn-oap-integration updated (f1aada36 -> 4e3889ed)

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

lujiajing pushed a change to branch topn-oap-integration
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


    from f1aada36 fix post aggregation logic
     add 4e3889ed refactor TopNList protocol

No new revisions were added by this update.

Summary of changes:
 api/proto/banyandb/measure/v1/topn.proto           |  2 +-
 banyand/measure/measure_topn.go                    | 45 +++++++++-------
 banyand/query/processor_topn.go                    | 63 +++++++++++++++-------
 docs/api-reference.md                              |  2 +-
 test/cases/topn/data/want/aggr_desc.yaml           | 28 ++++++++--
 test/cases/topn/data/want/asc.yaml                 | 60 ++++++++++++++++++---
 test/cases/topn/data/want/condition_aggr_desc.yaml | 10 +++-
 test/cases/topn/data/want/desc.yaml                | 60 ++++++++++++++++++---
 8 files changed, 216 insertions(+), 54 deletions(-)