Hi,

+1


I checked:

- Incubating in name
- Download links
- Compiling from source
- Start in Mac
- Run with following statements


SET STORAGE GROUP TO root.liudwtest;
CREATE TIMESERIES root.liudwtest.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.liudwtest.d1(timestamp,s0) values(1,1);
insert into root.liudwtest.d1(timestamp,s0) values(2,2);
insert into root.liudwtest.d1(timestamp,s0) values(3,3);
select * from root;




Best
------
Dawei Liu




On 08/13/2020 10:47????????<[email protected]> wrote??
Hi,

+1 from Contributor.

I checked:


Incubating in name [ok]
Download links [ok]
Start in Mac JDK8 [ok]
Version number in CLI [ok]
Compile from source&nbsp;[ok]
Following statements executed successfully&nbsp; [ok]



SET STORAGE GROUP TO root.turbine;
CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.turbine.d1(timestamp,s0) values(1,1);
insert into root.turbine.d1(timestamp,s0) values(2,2);
insert into root.turbine.d1(timestamp,s0) values(3,3);
select * from root;

Reply via email to