Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
choubenson authored Jan 31, 2024
1 parent e877120 commit dbc3116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public List<AlignedChunkMetadata> getChunkMetadataList() {
return getAlignedChunkMetadata(timeChunkMetadata, valueChunkMetadataList);
}

/** Notice: if all the value chunks is empty chunk, then return empty list. */
private List<AlignedChunkMetadata> getAlignedChunkMetadata(
List<IChunkMetadata> timeChunkMetadata, List<List<IChunkMetadata>> valueChunkMetadataList) {
List<AlignedChunkMetadata> res = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,8 @@ public List<ChunkMetadata> getChunkMetadataList(Path path) throws IOException {
}

/**
* Get AlignedChunkMetadata of sensors under one device
* Get AlignedChunkMetadata of sensors under one device. Notice: if all the value chunks is empty
* chunk, then return empty list.
*
* @param device device name
*/
Expand Down

0 comments on commit dbc3116

Please sign in to comment.