MintBlue opened a new issue, #16470:
URL: https://github.com/apache/iotdb/issues/16470

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   - java:1.8
   - iotdb:2.0.5
   - table模式
   
   ### Describe the bug and provide the minimal reproduce step
   
   java通过`ITableSession`的`Tablet`插入数据的时候,可以允许特殊字符吗?
   
   ```java
   Tablet tablet = new Tablet("axc*sssss", columnNameList, dataTypeList, 
columnTypeList, 100);
   ```
   
   
   
   
   ### What did you expect to see?
   
   比如存在特殊字符的时候是不是可以直接报错,而不是替换成`root.`
   
   
   
   ### What did you see instead?
   
   TABLE_NAME从`axc*sssss`变成了`root.ssss`
   现在发现`*`,`%`这些直接插入似乎是不可以的
   插入后,TABLE_NAME的前5位字符会被替换成`root.`
   
   ### Anything else?
   
   特殊字符可以通过java客户端的方式插入吗
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to