Hi,

+1 (binding), v1.2.1 has also been verified by Benchant.

The source release:
apache headers [ok]
signatures and hashes [ok]
LICENSE and NOTICE [ok]
no jar files [ok]

The binary distribution:
version number in CLI [ok]
signatures and hashes [ok]
start in mac, ubuntu, jdk17 [ok]
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);
select ** from root;

Best,
—————————————————
Gaofei Cao

Gaofei Cao <[email protected]> 于2023年9月18日周一 17:24写道:
>
> Hi, +1 (binding)
>
> Jialin Qiao <[email protected]> 于2023年9月16日周六 10:42写道:
> >
> > Hi,
> >
> > +1 (binding)
> >
> > The source release:
> > apache headers [ok]
> > signatures and hashes [ok]
> > LICENSE and NOTICE [ok]
> > no jar files [ok]
> >
> > The binary distribution:
> > version number in CLI [ok]
> > signatures and hashes [ok]
> > start in mac, jdk8 [ok]
> > 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);
> > select ** from root;
> >
> > Thanks,
> > —————————————————
> > Jialin Qiao
> > Apache IoTDB PMC
> >
> > Yuan Tian <[email protected]> 于2023年9月15日周五 18:14写道:
> > >
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > The source release:
> > > apache headers [ok]
> > > signatures and hashes [ok]
> > > LICENSE and NOTICE [ok]
> > > no jar files [ok]
> > > could compile from source: ./mvnw.sh clean install [ok]
> > >
> > > The binary distribution:
> > > version number in CLI [ok]
> > > signatures and hashes [ok]
> > > start in mac, jdk8 [ok]
> > > 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);
> > > insert into root.turbine.d2(time,s0) values(now(),1);
> > > insert into root.turbine.d2(time,s0) values(now(),2);
> > > insert into root.turbine.d2(time,s0) values(now(),3);
> > > select ** from root;
> > > select ** from root align by device;
> > >
> > >
> > > Best,
> > > -------------------------
> > > Yuan Tian

Reply via email to