LeiRui commented on a change in pull request #34: fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r252165400
##########
File path:
jdbc/src/main/java/org/apache/iotdb/jdbc/ResultSetMetaDataAdapter.java
##########
@@ -0,0 +1,103 @@
+package org.apache.iotdb.jdbc;
+
+import java.sql.ResultSetMetaData;
+import java.sql.SQLException;
+
+public abstract class ResultSetMetaDataAdapter implements ResultSetMetaData {
Review comment:
yes to eliminate the duplicated code, but seems to be needless since there
are only two subclasses of this adapter.
----------------------------------------------------------------
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