Ring-k commented on a change in pull request #736: Refactor TsFile
URL: https://github.com/apache/incubator-iotdb/pull/736#discussion_r366176479
 
 

 ##########
 File path: 
tsfile/src/main/java/org/apache/iotdb/tsfile/read/controller/IMetadataQuerier.java
 ##########
 @@ -49,19 +51,20 @@
    * @param measurement
    * @return the corresponding data type.
    * @throws NoMeasurementException if the measurement not exists.
+   * @throws IOException
    */
-  TSDataType getDataType(String measurement) throws NoMeasurementException;
+  TSDataType getDataType(Path path) throws NoMeasurementException, IOException;
 
 Review comment:
   The comment should be updated too.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to