Hi,

+1 (binding)


I checked these on my window.


The source release:
LICENSE and NOTICE [ok]
signatures and hashes [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;



---Original---
From: "Xiangwei Wei"<[email protected]&gt;
Date: Thu, Mar 17, 2022 21:33 PM
To: "dev"<[email protected]&gt;;
Subject: Re: [VOTE] Apache IoTDB 0.13.0 RC1 release


Hi,

+1

I checked:

1. download from https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1
2. Check the aligned timeseries function by performing the following sql:

CREATE ALIGNED TIMESERIES root.ln.wf01.GPS(lat FLOAT ENCODING=GORILLA, lon
FLOAT ENCODING=GORILLA COMPRESSOR=SNAPPY)
show timeseries
show devices
insert into root.ln.wf01.GPS(time,lon,lat) aligned values(1,1,1)
insert into root.ln.wf01.GPS(time,lon,lat) aligned values(2,2,2)
insert into root.ln.wf01.GPS(time,lon,lat) aligned values(3,4,5)
select * from root.ln.wf01.GPS
select * from root.ln.wf01.GPS where time &gt; 2
select * from root.ln.wf01.GPS where lon &gt; 2
select count(*) from root.ln.wf01.GPS
select * from root.ln.wf01.GPS align by device
select * from root.ln.wf01.GPS where lon &gt; 2 align by device
select count(*) from root.ln.wf01.GPS align by device


Haonan Hou <[email protected]&gt; 于2022年3月17日周四 20:19写道:

&gt; Hi all,
&gt;
&gt; Big News! Apache IoTDB 0.13.0 rc1 is finally ready. You can get its new
&gt; features
&gt; and changes from [5].
&gt;
&gt; Apache IoTDB 0.13.0 has been staged under [2] and it’s time to vote
&gt; on accepting it for release.&nbsp; All Maven artifacts are available under 
[1].
&gt; Voting will be open for 72hr.
&gt; A minimum of 3 binding +1 votes and more binding +1 than binding -1
&gt; are required to pass.
&gt;
&gt; Release tag: v0.13.0
&gt; Hash for the release tag: 4f985dd6dd7d1deb47359f27f10e84248490f837
&gt;
&gt; Before voting +1, PMC members are required to download
&gt; the signed source code package, compile it as provided, and test
&gt; the resulting executable on their own platform, along with also
&gt; verifying that the package meets the requirements of the ASF policy
&gt; on releases. [3]
&gt;
&gt; You can achieve the above by following [4].
&gt;
&gt; [ ]&nbsp; +1 accept (indicate what you validated - e.g. performed the 
non-RM
&gt; items in [4])
&gt; [ ]&nbsp; -1 reject (explanation required)
&gt;
&gt;
&gt;
&gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1076
&gt; <https://repository.apache.org/content/repositories/orgapacheiotdb-1076&gt;
&gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1 <
&gt; https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1&gt;
&gt; [3] https://www.apache.org/dev/release.html#approving-a-release <
&gt; https://www.apache.org/dev/release.html#approving-a-release&gt;
&gt; [4]
&gt; 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; <
&gt; 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; &gt;
&gt; [5]
&gt; https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md <
&gt; 
https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md&gt;
&gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS <
&gt; https://dist.apache.org/repos/dist/dev/iotdb/KEYS&gt;
&gt;
&gt; Best,
&gt;
&gt; Haonan Hou



-- 
Best,
Xiangwei Wei

Reply via email to