jt2594838 commented on code in PR #16796:
URL: https://github.com/apache/iotdb/pull/16796#discussion_r2562584835
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/DataRegion.java:
##########
@@ -295,6 +298,8 @@ public class DataRegion implements IDataRegionForQuery {
/** data region id. */
private final String dataRegionId;
+ private final DataRegionId id;
Review Comment:
dataRegionId -> dataRegionIdString
id -> dataRegionId
--
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]