kr11 commented on a change in pull request #34: fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r251230638
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/Decoder.java
##########
@@ -73,6 +91,12 @@ public int readInt(ByteBuffer buffer) {
throw new TsFileDecodingException("Method readInt is not supproted by
Decoder");
}
+ /**
+ * In current version, boolean value is equal to Enums value in schema.
+ *
+ * @param buffer : decoded data saved in InputStream
+ * @throws TsFileDecodingException cannot read next value
+ */
public boolean readBoolean(ByteBuffer buffer) {
Review comment:
why removing the comment?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services