CloudWise-Lukemiao commented on PR #12387:
URL: https://github.com/apache/iotdb/pull/12387#issuecomment-2071548937

   http://127.0.0.1:18080/rest/v2/insertTablet
   When inserting with the following parameters, when there are duplicates in 
the timestamp and more than half of the values in the values are null
   
   
{"is_aligned":false,"device":"root.mqtt.topic.abc454","data_types":["TEXT","INT32","FLOAT"],"measurements":["foo","temp","weight"],"timestamps":[1713495895809,1713499707255,1713495893809,1713495892809,1713495891809,1713495890809,1713495889809,1713495888809,1713495887809,1713495893809,1713495892809,1713495891809,1713495890809,1713495889809,1713495888809],"values":[["bar",null,null,null,null,null,null,null,null,null,null,null,null,null,null],[null,41,32,33,34,39,38,37,36,null,null,null,null,null,null],[null,null,null,null,null,null,null,null,null,87.0,87.3,87.3,87.0,87.3,87.3]]}
   
   After repair, as shown in the following figure:
   <img width="600" alt="image" 
src="https://github.com/apache/iotdb/assets/76942485/e9688829-cbca-4d2f-9903-c7487bf39aa6";>
   
   


-- 
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]

Reply via email to