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/17 09:23:07 UTC

[GitHub] [iotdb] jixuan1989 commented on a change in pull request #2501: Add a specification of the character that supported in time series name

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



##########
File path: docs/UserGuide/Concept/Data Model and Terminology.md
##########
@@ -78,7 +80,18 @@ It is worth noting that in the path, root is a reserved character, which is only
 
 Single quotes are not allowed in the path. If you want to use special characters such as "." in LayerName, use double quotes. For example, `root.sg."d.1"."s.1"`. 
 
-> Note: the LayerName of storage group can only be characters, numbers and underscores.
+The characters supported in LayerName without double quotes are as below:
+
+* Chinese characters '\u2E80' to '\u9FFF'
+* '+', '&', '%', '$', '#', '@', '/', '_', '-', ':'
+* 'A' to 'Z', 'a' to 'z', '0' to '9'
+* '[', ']' (eg. 's[1', 's[1]', s[ab]')
+
+'-' and ':' cannot be the first character.

Review comment:
       it is strange .... should be consistent.




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