Ring-k commented on a change in pull request #37: Fix sanor kyy
URL: https://github.com/apache/incubator-iotdb/pull/37#discussion_r257671553
##########
File path: jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBDatabaseMetadata.java
##########
@@ -1193,6 +1199,7 @@ public String toString() {
try {
return getMetadataInJsonFunc();
} catch (IoTDBSQLException e) {
+ LOGGER.info("Failed to fetch metadata in json because: ", e);
Review comment:
Thanks. I'll fix it.
----------------------------------------------------------------
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