kezhenxu94 commented on a change in pull request #2:
URL: https://github.com/apache/skywalking-banyandb/pull/2#discussion_r638685950
##########
File path: api/fbs/v1/query.fbs
##########
@@ -106,11 +106,11 @@ table Projection {
key_names: [string];
}
-// RangeQuery is a range query for uint64
+// RangeQuery is a range query for uint64,
+// the range here follows right-inclusive and left-exclusive rule, i.e.
[start, end) if both edges exist
Review comment:
```suggestion
// the range here follows left-inclusive and right-exclusive rule, i.e.
[start, end) if both edges exist
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]