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 2022/08/01 13:49:07 UTC

[GitHub] [iotdb] mnote opened a new issue, #6858: import-csv.bat导入数据时提示路径全数字问题

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

   **Describe the bug**
   A clear and concise description of what the bug is.
   
   windows下执行以下命令导入路径(root.sg.T01601)的数据时,提示全数字路径(purely digital path)
   
   ```
   set JAVA_HOME=D:\jdk8_x64
   D:/iotdb/tools/import-csv.bat -h 127.0.0.1 -p 6667 -u root -pw root -aligned false -batch 100000 -f D:\20211207\20211207_T01601.csv -fd D:\20211207\failed\ > log.txt
   
   ```
   
   log.txt文件内容:
   
   > ````````````````````````````````````````````````
   > Starting IoTDB Client Import Script
   > ````````````````````````````````````````````````
   > 21:34:00.893 [main] DEBUG org.apache.iotdb.session.Session - EndPoint(ip:127.0.0.1, port:6667) execute sql select * from root.sg limit 1
   > Meet error when query the type of timeseries because the IoTDB v0.13 don't support that the path contains any purely digital path.
   > 21:34:01.626 [main] DEBUG org.apache.iotdb.rpc.AutoResizingBuffer - org.apache.iotdb.rpc.AutoResizingBuffer@50d0686 expand from 1024 to 1536, request: 1026
   > 21:34:01.627 [main] DEBUG org.apache.iotdb.rpc.AutoResizingBuffer - org.apache.iotdb.rpc.AutoResizingBuffer@50d0686 expand from 1536 to 2304, request: 1543
   > ......
   > 21:34:01.740 [main] DEBUG org.apache.iotdb.rpc.AutoResizingBuffer - org.apache.iotdb.rpc.AutoResizingBuffer@50d0686 expand from 3405019 to 5107528, request: 3405023
   > Import completely!
   
   
   20211207_T01601.csv文件内容:
   
   > Time,root.sg.T01601(FLOAT)
   > 2021-12-07T00:00:00.000+0800,1.6395046432176699
   > 2021-12-07T00:00:01.000+0800,52.37059846464655
   > 2021-12-07T00:00:02.000+0800,245.19064110874533
   > ......
   
   
   **Desktop (please complete the following information):**
    - OS: Windows 2012,iotdb 0.13.1
   
   


-- 
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: reviews-unsubscribe@iotdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on issue #6858: import-csv.bat导入数据时提示路径全数字问题

Posted by GitBox <gi...@apache.org>.
HTHou commented on issue #6858:
URL: https://github.com/apache/iotdb/issues/6858#issuecomment-1203527075

   问题1 可以通过提示修改server的配置参数解决
   问题3 是一个优化点,我们可以在提供了数据类型的时候不执行查询
   问题2 我使用样例csv文件没有复现,可以提供一下报错的csv文件


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on issue #6858: import-csv.bat导入数据时提示路径全数字问题

Posted by GitBox <gi...@apache.org>.
HTHou commented on issue #6858:
URL: https://github.com/apache/iotdb/issues/6858#issuecomment-1203371480

   Thanks for your feedback! 
   We'll check the problems you mentioned and fix them in next version.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org