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: [email protected]
