You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/12/21 10:48:04 UTC

[GitHub] [iotdb] citrusreticulata opened a new pull request, #8564: [IOTDB-5243] UT related to timeseries and metadata info query

citrusreticulata opened a new pull request, #8564:
URL: https://github.com/apache/iotdb/pull/8564

   ## Description
   Add UT related to timeseries and metadata info query in `ISchemaRegion`.
   Mark some deprecated functions.
   Update java docs.
   
   UT Details:
   1. UT related to timeseries
   2. UT related to metadata info query
      - metadata count
      - level Node info Query
      - Entity/Device info Query
      - timeseries
      - measurement and schema info Query
   
   Marked deprecated functions:
   1. ```Set<PartialPath> getMatchedDevices(PartialPath pathPattern, boolean isPrefixMatch) throws MetadataException;```
   2. ```List<MeasurementPath> getMeasurementPaths(PartialPath pathPattern, boolean isPrefixMatch, boolean withTags) throws MetadataException;```
   3. ```Pair<List<MeasurementPath>, Integer> getMeasurementPathsWithAlias(PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch, boolean withTags) throws MetadataException;```
   


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] MarcosZyk merged pull request #8564: [IOTDB-5243] UT related to timeseries and metadata info query

Posted by GitBox <gi...@apache.org>.
MarcosZyk merged PR #8564:
URL: https://github.com/apache/iotdb/pull/8564


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org