Haonan Hou created IOTDB-1355:
---------------------------------

             Summary: Support update aligned timeseries values when insert 
partially
                 Key: IOTDB-1355
                 URL: https://issues.apache.org/jira/browse/IOTDB-1355
             Project: Apache IoTDB
          Issue Type: Sub-task
            Reporter: Haonan Hou


When insert align timeseries like this

insert into root.sg.d1(time, (s1, s2, s3)) values (1, (1, 2, null));

insert into root.sg.d1(time, (s1, s2, s3)) values (1, (null, 2, 3));

 

The expected query result should be 

Time, s1, s2, s3

1, 1, 2, 3

 



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

Reply via email to