This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 4b9ac7545 test: add deletion verification tests (#968)
add 9565ef491 fix: deduplicate tag names in trace queries with range
conditions (#981)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
pkg/query/logical/tag_filter.go | 9 ++-
pkg/query/logical/trace/index_filter.go | 3 +-
pkg/query/logical/trace/index_filter_test.go | 87 ++++++++++++++++++++++
.../data/input/duration_range_order_timestamp.ql} | 11 ++-
.../data/input/duration_range_order_timestamp.yml} | 31 ++++----
...imit.yml => duration_range_order_timestamp.yml} | 30 ++++----
test/cases/trace/trace.go | 2 +
8 files changed, 136 insertions(+), 38 deletions(-)
copy test/cases/{stream/data/input/deduplication_test_limit_10.ql =>
trace/data/input/duration_range_order_timestamp.ql} (74%)
copy test/cases/{stream/data/input/filter_hidden_tag.yaml =>
trace/data/input/duration_range_order_timestamp.yml} (67%)
copy test/cases/trace/data/want/{order_timestamp_desc_limit.yml =>
duration_range_order_timestamp.yml} (58%)