You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/09 07:14:56 UTC

[GitHub] [iotdb] Haze-Lan commented on issue #6925: `select last`查询结果有问题

Haze-Lan commented on issue #6925:
URL: https://github.com/apache/iotdb/issues/6925#issuecomment-1209002026

   确实有问题
   这个是直接通过cli查询的值
   ![1660029054641](https://user-images.githubusercontent.com/50791031/183586865-7d62d774-08ae-4d47-b533-68016274919c.png)
   这个是通过执行代码dataIterator.getString(3)获取到的值,这个值的类型是int64
   ![1660029140875](https://user-images.githubusercontent.com/50791031/183587154-1f480591-3d18-4c05-8789-fdd4422f269b.png)
   这个是通过执行代码dataIterator.getLong(3)获取到的值,跟数据库存的完全不一样
   ![1660029283901](https://user-images.githubusercontent.com/50791031/183587606-7e2d861b-dc43-478f-a35d-dc84e8f7d7ab.png)
   
   
   
   
   


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

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