Hi,

+1

The source release:
LICENSE and NOTICE [pass]
Signatures and hashes  [pass]
All files have ASF header [pass]

The binary distribution:
LICENSE and NOTICE [pass]
Signatures and hashes  [pass]
Run with the following statements  [pass]

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;


Thanks,
Haonan Hou

On Apr 9, 2021, at 11:15 AM, Jialin Qiao 
<qiaojia...@apache.org<mailto:qiaojia...@apache.org>> wrote:

Hi,

+1

The source release:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
All files have ASF header [ok]

The binary distribution:
LICENSE and NOTICE [ok]
signatures and hashes [ok]
Could run with the following statements [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;


Minor issue :
./mvnw.sh clean install failed at client-py
This may due to that we forget to ignore the generated code by thrift when
checking the license.

Thanks,

Reply via email to