li-tianpeng commented on issue #9572: URL: https://github.com/apache/iotdb/issues/9572#issuecomment-1502755039
> > 7.54159268452 > > I used the IoTDB execution downloaded from the following image.But I did not find any issues when using rest/v2/query to provide data examples. It is possible that the IoTDB version I am using or the format of the inserted data may be different from yours. Can you provide a download link and the method of inserting data? > > <img alt="image" width="886" src="https://user-images.githubusercontent.com/76942485/231048994-c208b80d-2e83-47e8-8320-10ffbdbe2fe6.png"> > > Do you have any other useful information to provide I downloaded the version is the same as you mentioned. The link is: https://github.com/apache/iotdb/issues/9572 I insert data with the following request string {"timestamps":[1681194434278,1681194434296,1681194434296,1681194434296],"measurements":["2bb0513bp9465p45e2pad10pba20f5cc5034","75a2031apd3efp435dp9878p834114f0d605","5a3bef0cp9eedp4652p8537p38dc216fc49b","f20d60a0pf79cp4849p8821p24a1a6a75b71"],"data_types":["DOUBLE","DOUBLE","DOUBLE","DOUBLE"],"values":[["55.6159268452",null,null,null],[null,"55.6159268452",null,null],[null,null,"24.2",null],[null,null,null,"55.6159268452"]],"is_aligned":false,"device":"root.write"} and URL: {http://127.0.0.1:18080/rest/v2/insertTablet} -- 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]
