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

   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]]}
   
   
![image](https://github.com/apache/iotdb/assets/76942485/d6c24e27-e65c-4623-a01e-0382088758b0)
   
   
   After repair, as shown in the following figureļ¼š
   
![image](https://github.com/apache/iotdb/assets/76942485/ab2a1f10-c175-46a5-8879-ca28c1da0b5b)
   
   


-- 
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-unsubscr...@iotdb.apache.org

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

Reply via email to