[jira] [Created] (IOTDB-1234) ImportCSV tool cannot parse empty string values

2021-03-15 Thread Wei Shao (Jira)
Wei Shao created IOTDB-1234:
---

 Summary: ImportCSV tool cannot parse empty string values
 Key: IOTDB-1234
 URL: https://issues.apache.org/jira/browse/IOTDB-1234
 Project: Apache IoTDB
  Issue Type: Bug
Reporter: Wei Shao
 Attachments: Screen Shot 2021-03-15 at 8.09.14 PM.png, Screen Shot 
2021-03-15 at 8.09.38 PM.png

IoTDB ImportCSV tool failed to process empty string values.
To reproduce:
1. Write data into IoTDB with null value.
2. Use exportCSV tool to generate a .csv file from current data.
3. Use importCSV tool to write this .csv file back to IoTDB. It failed here.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (IOTDB-1233) SQL of aligned timeseries and device template

2021-03-15 Thread Zesong Sun (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zesong Sun reassigned IOTDB-1233:
-

Assignee: (was: Zesong Sun)

> SQL of aligned timeseries and device template
> -
>
> Key: IOTDB-1233
> URL: https://issues.apache.org/jira/browse/IOTDB-1233
> Project: Apache IoTDB
>  Issue Type: Sub-task
>Reporter: Zesong Sun
>Priority: Major
> Fix For: 0.12.0
>
>
> We should support SQL of aligned timeseries and device template, and also 
> support converting related SQL to physical plan.
> SQL document: 
> https://cwiki.apache.org/confluence/display/IOTDB/%5BChinese%5D+Aligned+timeseries+and+device+template



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (IOTDB-1233) SQL of aligned timeseries and device template

2021-03-15 Thread Zesong Sun (Jira)


 [ 
https://issues.apache.org/jira/browse/IOTDB-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zesong Sun reassigned IOTDB-1233:
-

Assignee: Zesong Sun

> SQL of aligned timeseries and device template
> -
>
> Key: IOTDB-1233
> URL: https://issues.apache.org/jira/browse/IOTDB-1233
> Project: Apache IoTDB
>  Issue Type: Sub-task
>Reporter: Zesong Sun
>Assignee: Zesong Sun
>Priority: Major
> Fix For: 0.12.0
>
>
> We should support SQL of aligned timeseries and device template, and also 
> support converting related SQL to physical plan.
> SQL document: 
> https://cwiki.apache.org/confluence/display/IOTDB/%5BChinese%5D+Aligned+timeseries+and+device+template



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IOTDB-1233) SQL of aligned timeseries and device template

2021-03-15 Thread Zesong Sun (Jira)
Zesong Sun created IOTDB-1233:
-

 Summary: SQL of aligned timeseries and device template
 Key: IOTDB-1233
 URL: https://issues.apache.org/jira/browse/IOTDB-1233
 Project: Apache IoTDB
  Issue Type: Sub-task
Reporter: Zesong Sun
 Fix For: 0.12.0


We should support SQL of aligned timeseries and device template, and also 
support converting related SQL to physical plan.
SQL document: 
https://cwiki.apache.org/confluence/display/IOTDB/%5BChinese%5D+Aligned+timeseries+and+device+template



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IOTDB-1232) import csv,the imported data is incompletely and some imported time column is wrong.

2021-03-15 Thread Jira
刘珍 created IOTDB-1232:
-

 Summary: import csv,the imported data is incompletely  and some 
imported time column is  wrong.
 Key: IOTDB-1232
 URL: https://issues.apache.org/jira/browse/IOTDB-1232
 Project: Apache IoTDB
  Issue Type: Bug
Reporter: 刘珍
 Attachments: dump0.csv

master branch.

commit id : 5fcff40f2299caeb0c8a9ae42f68bc18ecf8fee7

iotdb cli :

SET STORAGE GROUP TO root.sg
CREATE TIMESERIES root.sg.d1.s1 WITH DATATYPE=DOUBLE, ENCODING=PLAIN
CREATE TIMESERIES root.sg.d1.s2 WITH DATATYPE=DOUBLE, ENCODING=PLAIN

dump0.csv:

[^dump0.csv]

 ./tools/import-csv.sh -h 127.0.0.1 -p 6667 -u root -pw root -f ./dump0.csv -tz 
+08:00
--
Starting IoTDB Client Import Script
--
14:45:08.786 [main] DEBUG org.apache.iotdb.rpc.AutoResizingBuffer - 
org.apache.iotdb.rpc.AutoResizingBuffer@cb5822 expand from 65536 to 16384000, 
request: 16384000
Start to import data from: dump0.csv
Import from: dump0.csv 0% │ │ 0/41 (0:00:00 / ?) Importing...
Import from: dump0.csv 100% 
││ 41/41 (0:00:00 / 
0:00:00) Importing...

 

IoTDB> select s1 from root.sg.d1;
+-+-+
| Time|root.sg.d1.s1|
+-+-+
|2021-03-12T11:52:50.000+08:00| 0.757181|
|2021-03-12T11:53:02.000+08:00| 0.130961|
|2021-03-12T11:59:42.000+08:00| 0.866891|
|2021-03-12T11:59:45.000+08:00| 0.371016|
|2021-03-12T11:59:53.000+08:00| 0.079831|
+-+-+
Total line number = 5

*{color:#FF}expected :{color}*

Total line number = 39

 

*{color:#FF}and  "2021-03-12T11:59:53.000+08:00" is not exist in 
dump0.csv.{color}*

 

 

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [iotdb-client-go] manlge opened a new pull request #18: Code optimization.

2021-03-15 Thread GitBox


manlge opened a new pull request #18:
URL: https://github.com/apache/iotdb-client-go/pull/18


   



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:
us...@infra.apache.org