BanDuWuZi commented on issue #10591: URL: https://github.com/apache/iotdb/issues/10591#issuecomment-1868941362
> > > > 1.0以上版本禁止使用全为数字的路径 > > > > > > > > > 我使用的1.1.1的迁移工具导入的: ./load-tsfile.sh -h 127.0.0.1 -p 6667 -u root -pw root -f ../../apache-[iotdb-0](https://issues.apache.org/jira/browse/IOTDB-0).13.2-all-bin/data > > > 迁移工具不打算支持从0.13迁移到1.1.1? > > > > > > 不是迁移工具的问题,是iotdb版本不兼容。因为1.0以上的iotdb的节点路径不能出现全为数字的名称,所以load这样的数据会报错。 > > 有什么兼容的办法吗?这个 pr 提了很久,但是一直没合并 #8843 [[IOTDB-5188][To rel/1.0]Compatible with 0.13 path in Load](https://github.com/apache/iotdb/pull/8843) 也遇到过,中划线也不兼容。 可以在数据加载时,自己改改load代码。 对数字或者中划线使用反引号。进行转义: 123 --> `123`. 就是业务有可能也得适配, -- 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]
