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/28 01:56:05 UTC

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

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



##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
##########
@@ -102,6 +102,13 @@ private IoTDBConstant() {
   public static final String PATH_WILDCARD = "*";
   public static final String TIME = "time";
 
+  //sdt parameters
+  public static final String LOSS = "loss";

Review comment:
       Hi, in CreateTimeSeriesPlan, I converted props to case insensitive. 
   this.props = new TreeMap<>(String.CASE_INSENSITIVE_ORDER);




----------------------------------------------------------------
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