This is an automated email from the ASF dual-hosted git repository.
mrproliu pushed a change to branch unstable-ut
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 333cac0ca fix unstable property ut
add 249424f99 Fix trace identity-tag projection and distributed span tag
alignment (#1147)
add 3a6d8ebbd Merge branch 'main' into unstable-ut
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
banyand/trace/block.go | 3 +
banyand/trace/metadata_test.go | 6 +-
banyand/trace/query.go | 26 ++++-
banyand/trace/query_test.go | 15 +++
pkg/query/logical/trace/trace_plan_distributed.go | 27 ++++-
.../logical/trace/trace_plan_distributed_test.go | 130 +++++++++++++++++++++
pkg/query/logical/trace/trace_plan_tag_filter.go | 15 ++-
8 files changed, 212 insertions(+), 11 deletions(-)
create mode 100644 pkg/query/logical/trace/trace_plan_distributed_test.go