jt2594838 commented on code in PR #13653:
URL: https://github.com/apache/iotdb/pull/13653#discussion_r1805697778
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/memtable/AlignedWritableMemChunk.java:
##########
@@ -58,7 +58,7 @@ public class AlignedWritableMemChunk implements
IWritableMemChunk {
private static final IoTDBConfig CONFIG =
IoTDBDescriptor.getInstance().getConfig();
private final long TARGET_CHUNK_SIZE = CONFIG.getTargetChunkSize();
- private final long MAX_NUMBER_OF_POINTS_IN_CHUNK =
CONFIG.getAvgSeriesPointNumberThreshold();
+ private long MAX_NUMBER_OF_POINTS_IN_CHUNK = CONFIG.getTargetChunkPointNum();
Review Comment:
Now that it is not final, its capitalization would better be changed.
--
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]