Hi all, we still need one more +1 vote from PMC.
Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Haonan Hou <[email protected]> 于2021年4月9日周五 上午11:25写道: > 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 <[email protected]<mailto: > [email protected]>> 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, > >
