HTHou commented on issue #2722:
URL: https://github.com/apache/iotdb/issues/2722#issuecomment-783963086


   Hi, could I know which version were you trying? 
   
   I tried to create timeseries with path `root.sg.d1."C:\"` on `0.12-snapshot` 
and got an error message `Msg: 315: The timeseries name contains unsupported 
character. root.sg.d1."C:\" is not a legal path`.
   
   I do know why this error thrown. We have a `ID_MATCHER` field in IoTDBConfig 
class, if the path node name doesn't match this, the creating will fail. 
   
   BTW, this matcher needs to be updated indeed. 


----------------------------------------------------------------
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:
[email protected]


Reply via email to