This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch simple-streaming-api
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from fbcf2d0 adjust test cases
add 389b053 Fix having senmatic inconsistency (#188)
add f0f6b82 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%)