Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.10.0, 0.9.3
Description
create timeseries root.turbine1.d1.s2 with datatype=DOUBLE, encoding=PLAIN, compression=SNAPPY
insert into root.turbine1.d1(timestamp,s2) values(1,1.2345678);
select s2 from root..
----------------------------------------------+
Time | root.turbine1.d1.s2 |
----------------------------------------------+
1970-01-01T08:00:00.001+08:00 | 1.23 |
----------------------------------------------+