JackieTien97 commented on code in PR #8631:
URL: https://github.com/apache/iotdb/pull/8631#discussion_r1057999016
##########
jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBDatabaseMetadata.java:
##########
@@ -1674,6 +1509,11 @@ public ResultSet getPrimaryKeys(String catalog, String
schema, String table) thr
TSDataType.TEXT,
TSDataType.INT32,
TSDataType.TEXT);
+
+ String sg = "";
Review Comment:
never call it `sg`, we've already renamed it to `db` in new version.
##########
jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBDatabaseMetadata.java:
##########
@@ -1674,6 +1509,11 @@ public ResultSet getPrimaryKeys(String catalog, String
schema, String table) thr
TSDataType.TEXT,
TSDataType.INT32,
TSDataType.TEXT);
+
+ String sg = "";
Review Comment:
check it in the following code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]