ButterBright commented on code in PR #485:
URL: 
https://github.com/apache/skywalking-banyandb/pull/485#discussion_r1677015426


##########
pkg/index/inverted/inverted.go:
##########
@@ -174,7 +183,7 @@ func (s *store) Iterator(fieldKey index.FieldKey, termRange 
index.RangeOpts, ord
        if err != nil {
                return nil, err
        }
-       fk := fieldKey.MarshalIndexRule()
+       fk := fieldKey.Marshal()

Review Comment:
   Please remove the line bluge.blugeMatchAllquery() from this function, as 
it's redundant.



-- 
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