This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch bug/condition_in in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit 413a24602e550c204f0d6b94037f369a7dd8d290 Author: Gao Hongtao <[email protected]> AuthorDate: Fri Sep 19 11:04:55 2025 +0800 Fix returning empty result when using IN operator on array type tags in CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 63ebb7f6..d788fc11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -56,6 +56,7 @@ Release Notes. - Fix the crash when collecting the metrics from a closed segment. - Fix topN parsing panic when the criteria is set. - Remove the indexed_only field in TagSpec. +- Fix returning empty result when using IN operatior on the array type tags. ### Document
