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 2021/01/21 12:18:41 UTC

[GitHub] [iotdb] jixuan1989 commented on a change in pull request #2543: fail to create timeseries when set invalid sdt parameters

jixuan1989 commented on a change in pull request #2543:
URL: https://github.com/apache/iotdb/pull/2543#discussion_r561835640



##########
File path: server/src/main/java/org/apache/iotdb/db/metadata/MTree.java
##########
@@ -237,6 +242,58 @@ MeasurementMNode createTimeseries(PartialPath path, TSDataType dataType, TSEncod
     }
   }
 
+  //check if sdt parameters are valid
+  private void checkSDTFormat(PartialPath path, Map<String, String> props) throws IOException {

Review comment:
       Why IOexception...




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