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 [ok] Following statements executed successfully [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;
