Skip to content

Commit

Permalink
Merge 90848fd into 6f80172
Browse files Browse the repository at this point in the history
  • Loading branch information
Jialin Qiao committed Mar 2, 2020
2 parents 6f80172 + 90848fd commit 7fbed63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public List<String> getMetaData() {
ConnectionCallback<Object> connectionCallback = new ConnectionCallback<Object>() {
public Object doInConnection(Connection connection) throws SQLException {
Statement statement = connection.createStatement();
statement.execute("show timeseries" + "root *");
statement.execute("show timeseries");
ResultSet resultSet = statement.getResultSet();
logger.info("Start to get timeseries");
List<String> columnsName = new ArrayList<>();
Expand Down

0 comments on commit 7fbed63

Please sign in to comment.