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 2021/02/18 07:49:20 UTC

[GitHub] [iotdb] HTHou commented on issue #2687: Bug about inserting NaN

HTHou commented on issue #2687:
URL: https://github.com/apache/iotdb/issues/2687#issuecomment-781128459


   I find the reason may be related with the encoding type.
   ```
   IoTDB> INSERT INTO root.happy.device1.sensor1(timestamp,temperature) values(7925, NaN)
   Msg: The statement is executed successfully.
   IoTDB> select * from root
   +-----------------------------+--------------------------------------+
   |                         Time|root.happy.device1.sensor1.temperature|
   +-----------------------------+--------------------------------------+
   |1970-01-01T08:00:07.925+08:00|                                   NaN|
   +-----------------------------+--------------------------------------+
   Total line number = 1
   ```


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

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