jt2594838 commented on code in PR #18010:
URL: https://github.com/apache/iotdb/pull/18010#discussion_r3472513543
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/scan/TsFileInsertionEventScanParser.java:
##########
@@ -859,22 +808,38 @@ private boolean filterChunk(
return false;
}
- private boolean recordAlignedChunk(final List<Chunk> valueChunkList, final
byte marker)
- throws IOException {
- if (!valueChunkList.isEmpty()) {
- final Chunk timeChunk = timeChunkList.get(lastIndex);
+ private boolean recordPendingAlignedChunk(final byte marker) throws
IOException {
Review Comment:
Why do you call this method `recordPendingAlignedChunk`?
I did not see anything related to `record`.
It is more like `useNextPendingAlignedChunk`.
--
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]