Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shuwenwei committed Dec 6, 2024
1 parent ad62fe9 commit b054f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/tablet.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ func (t *Tablet) getValuesBytes() ([]byte, error) {
columnHasNil := bitMap != nil && !bitMap.IsAllUnmarked()
binary.Write(buff, binary.BigEndian, columnHasNil)
if columnHasNil {
// Need to maintain consistency with the calculation method on the IoTDB side.
binary.Write(buff, binary.BigEndian, bitMap.GetBits()[0:t.RowSize/8+1])
}
}
Expand Down

0 comments on commit b054f7e

Please sign in to comment.