You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by 张金瑞 <32...@qq.com.INVALID> on 2023/02/09 07:11:45 UTC

Re:Re: [VOTE] Apache IoTDB 0.13.4 RC1 release

Hi,


+1 (bindng)


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 -DskipTests [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.test;
CREATE TIMESERIES root.test.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.test.d1(timestamp,s0) values(1,1);
insert into root.test.d1(timestamp,s0) values(2,2);
insert into root.test.d1(timestamp,s0) values(3,3);
select ** from root;

Thanks,

Jinrui




                       
Original
                       
                     

From:"Jialin Qiao"< qiaojialin@apache.org &gt;;

Date:2023/2/9 13:16

To:"dev"< dev@iotdb.apache.org &gt;;

Subject:Re: [VOTE] Apache IoTDB 0.13.4 RC1 release


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 -DskipTests [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);
select ** from root;

Thanks,
—————————————————
Jialin Qiao
School of Software, Tsinghua University

刘 旭鑫  于2023年2月7日周二 18:17写道:
&gt;
&gt; Hi all,
&gt;
&gt; Apache IoTDB 0.13.4 has been staged under [1] and it’s time to vote on accepting it for release.  All Maven artifacts are available under. Voting will be open for 72hr. A minimum of 3 binding +1 votes and more binding +1 than binding -1 are required to pass.
&gt;
&gt; Release tag: v0.13.4
&gt;
&gt; Hash for the release tag: 12260bc6e1eadb8e417752e15cc2813750242ba1
&gt;
&gt; Before voting +1, PMC members are required to download the signed source code package, compile it as provided, and test the resulting executable on their own platform, along with also verifying that the package meets the requirements of the ASF policy on releases. [2]
&gt;
&gt; You can achieve the above by following [3].
&gt;
&gt; [ ]  +1 accept (indicate what you validated - e.g. performed the non-RM items in [3])
&gt; [ ]  -1 reject (explanation required)
&gt;
&gt;
&gt; [1] https://dist.apache.org/repos/dist/dev/iotdb/0.13.4
&gt; [2] https://www.apache.org/dev/release.html#approving-a-release
&gt; [3] https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; [4] https://dist.apache.org/repos/dist/dev/iotdb/0.13.4/rc1/RELEASE_NOTES.md
&gt; [5] https://dist.apache.org/repos/dist/dev/iotdb/KEYS