Cpaulyz commented on code in PR #10231:
URL: https://github.com/apache/iotdb/pull/10231#discussion_r1236601620
##########
server/src/main/java/org/apache/iotdb/db/metadata/schemaregion/ISchemaRegion.java:
##########
@@ -293,8 +293,8 @@ ISchemaReader<IDeviceSchemaInfo>
getDeviceReader(IShowDevicesPlan showDevicesPla
throws MetadataException;
/**
- * The iterated result shall be consumed before calling reader.hasNext() or
reader.next(). Its
- * implementation is based on the reader's process context.
+ * The iterated result shall be consumed before calling
reader.hasNextFuture() or reader.next().
Review Comment:
move interfaces usage description to `ISchemaReader`
--
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]