LeiRui commented on a change in pull request #34: fix sonar URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252159951
########## File path: jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBMetadataResultSet.java ########## @@ -46,6 +42,8 @@ private int colCount; // the number of columns for show private String[] showLabels; // headers for show + private static final String methodNotSupportedMessage = "Method not supported"; 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
