[
https://issues.apache.org/jira/browse/IOTDB-4707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622902#comment-17622902
]
changxue commented on IOTDB-4707:
---------------------------------
I ran test cases with 3C3D cluster environment again, and this issue exists
too.
> [setStorageGroup]Lack of the support for internationalization
> -------------------------------------------------------------
>
> Key: IOTDB-4707
> URL: https://issues.apache.org/jira/browse/IOTDB-4707
> Project: Apache IoTDB
> Issue Type: Improvement
> Components: Core/Schema Manager
> Affects Versions: 0.14.0-SNAPSHOT
> Reporter: changxue
> Assignee: liaolanyu
> Priority: Minor
>
> Lack of the support for internationalization
> 在创建storage group 时缺少对国际化的系统支持
> tests:
> root.quote1.`française`
> root.quote2.`اللغة العربية`
> root.quote3.`Español`
> root.quote5.`Русский`
> root.quote6.`한국어`
> Create storage group failed when using the path upstairs, but it succeeded
> with Japanese and Chinese.
> {code:java}
> org.apache.iotdb.rpc.StatementExecutionException: 315: The storage group name
> can only be characters, numbers and underscores. root.quote2.`اللغة العربية`
> is not a legal path
> {code}
>
> environment:
> 3C3D cluster distribution
> master branch and the newest source code of Oct.21, 2022
>
> ps:
> # 如果想要支持国际化,那么文档中反引号的说明也应该有体现。
> # 在创建timeseries时,类似的testcase 都创建成功。
--
This message was sent by Atlassian Jira
(v8.20.10#820010)