qiaojialin commented on a change in pull request #435: [IOTDB-174] Fix querying
timeseries interface cannot make a query by the specified path prefix
URL: https://github.com/apache/incubator-iotdb/pull/435#discussion_r337304127
##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MManager.java
##########
@@ -830,11 +831,11 @@ public Metadata getMetadata() throws PathErrorException {
*
* @return A List instance which stores all node at given level
*/
- public List<String> getNodesList(int nodeLevel) {
+ public List<String> getNodesList(String schemaPattern, int nodeLevel) throws
SQLException {
Review comment:
```suggestion
public List<String> getNodesList(String prefixPath, int nodeLevel) throws
SQLException {
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services