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/10 12:45:38 UTC

[skywalking-banyandb] branch simple-streaming-api updated (f257cf0 -> 493b4c6)

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 f257cf0  support multiple sort directions
     add 389b053  Fix having senmatic inconsistency (#188)
     add 493b4c6  Merge branch 'main' into simple-streaming-api

No new revisions were added by this update.

Summary of changes:
 pkg/query/logical/common.go                        |  11 +-
 pkg/query/logical/expr_literal.go                  | 115 ++++++++++++++++++++-
 pkg/query/logical/index_filter.go                  |   4 +-
 pkg/query/logical/interface.go                     |   1 +
 pkg/query/logical/stream/stream_plan_tag_filter.go |   2 +-
 pkg/query/logical/tag_filter.go                    |   4 +-
 pkg/test/stream/testdata/stream.json               |   4 +
 .../input/{having.yaml => having_non_indexed.yaml} |   8 +-
 .../{having.yaml => having_non_indexed_arr.yaml}   |   6 +-
 test/cases/stream/data/testdata/data.json          |   7 +-
 .../want/{less.yaml => having_non_indexed.yaml}    |  24 +++--
 .../{having.yaml => having_non_indexed_arr.yaml}   |   4 +-
 test/cases/stream/stream.go                        |   2 +
 13 files changed, 164 insertions(+), 28 deletions(-)
 copy test/cases/stream/data/input/{having.yaml => having_non_indexed.yaml} (90%)
 copy test/cases/stream/data/input/{having.yaml => having_non_indexed_arr.yaml} (91%)
 copy test/cases/stream/data/want/{less.yaml => having_non_indexed.yaml} (82%)
 copy test/cases/stream/data/want/{having.yaml => having_non_indexed_arr.yaml} (93%)