hanahmily commented on code in PR #873:
URL: 
https://github.com/apache/skywalking-banyandb/pull/873#discussion_r2573323363


##########
pkg/query/logical/stream/index_filter.go:
##########
@@ -49,6 +49,11 @@ func buildLocalFilter(criteria *modelv1.Criteria, schema 
logical.Schema,
                if parsedEntity != nil {
                        return nil, parsedEntity, nil
                }
+               if _, isEntity := entityDict[cond.Name]; !isEntity {

Review Comment:
   Could you add an integration test case to verify it? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to