MarcosZyk commented on code in PR #8619:
URL: https://github.com/apache/iotdb/pull/8619#discussion_r1063934476
##########
schema-engine-tag/src/main/java/org/apache/iotdb/db/metadata/tagSchemaRegion/tagIndex/query/MemChunkQuery.java:
##########
@@ -53,7 +53,8 @@ public List<Object> getChildren(
* @param context query request context
*/
@Override
- public void query(MemChunk memNode, QueryRequest queryRequest,
QueryRequestContext context) {
+ public void query(
+ MemChunk memNode, SingleQueryRequest queryRequest, QueryRequestContext
context) {
Review Comment:
We need the convenient operations provided by RoaringBitmap.
--
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]