Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-1199 Support aligned timeseries and device template
  3. IOTDB-1355

Support updating aligned timeseries values when insert partially

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None

    Description

      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

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            haonan Haonan Hou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: