LeiRui commented on a change in pull request #34: fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252199536
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/encoding/decoder/DoublePrecisionDecoder.java
##########
@@ -57,17 +54,15 @@ public double readDouble(ByteBuffer buffer) {
getNextValue(buffer);
return tmp;
} catch (IOException e) {
- LOGGER.error("DoublePrecisionDecoder cannot read first double number
because: {}",
- e.getMessage());
+ LOGGER.error("DoublePrecisionDecoder cannot read first double number
because: {}", e);
Review comment:
ok
----------------------------------------------------------------
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