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/06/12 09:38:48 UTC

回复:Re: [VOTE] Apache IoTDB 1.1.1 RC1 release

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:&nbsp; [ok]

SET STORAGE GROUP TO root.sg;
CREATE TIMESERIES root.sg.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.sg.d1(timestamp,s0) values(1,1);
insert into root.sg.d1(timestamp,s0) values(2,2);
insert into root.sg.d1(timestamp,s0) values(3,3);
select ** from root;

Thanks,
Jinrui Zhang








                       
原始邮件
                       
                     

发件人:"Jialin Qiao"< qiaojialin@apache.org &gt;;

发件时间:2023/6/12 0:38

收件人:"dev"< dev@iotdb.apache.org &gt;;

主题:Re: [VOTE] Apache IoTDB 1.1.1 RC1 release


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:&nbsp; [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


On 2023/06/10 17:44:43 Haonan Hou wrote:
&gt; Hi all,
&gt; 
&gt; Apache IoTDB 1.1.1 has been staged under [2] and it’s time to vote
&gt; on accepting it for release.  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: v1.1.1
&gt; Hash for the release tag: d123b8e5ce8b23144107f41d1e1b115314d47ee0
&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; [ ]  +1 accept (indicate what you validated - e.g. performed the
&gt; non-RM items in [4])
&gt; [ ]  -1 reject (explanation required)
&gt; 
&gt; 
&gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1116
&gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/1.1.1/rc1
&gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; [4] https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; [5] https://dist.apache.org/repos/dist/dev/iotdb/1.1.1/rc1/RELEASE_NOTES.md
&gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt; 
&gt; Best,
&gt; 
&gt; Haonan Hou
&gt;

Re: [VOTE] Apache IoTDB 1.1.1 RC1 release

Posted by Haonan Hou <hh...@qq.com.INVALID>.
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:&nbsp; [ok]

SET STORAGE GROUP TO root.sg <http://root.sg/>;
CREATE TIMESERIES root.sg.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.sg.d1(timestamp,s0) values(1,1);
insert into root.sg.d1(timestamp,s0) values(2,2);
insert into root.sg.d1(timestamp,s0) values(3,3);
select ** from root;

Thanks,
Haonan Hou

> On Jun 12, 2023, at 5:38 PM, 张金瑞 <32...@qq.com.INVALID> wrote:
> 
> 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:&nbsp; [ok]
> 
> SET STORAGE GROUP TO root.sg;
> CREATE TIMESERIES root.sg.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
> insert into root.sg.d1(timestamp,s0) values(1,1);
> insert into root.sg.d1(timestamp,s0) values(2,2);
> insert into root.sg.d1(timestamp,s0) values(3,3);
> select ** from root;
> 
> Thanks,
> Jinrui Zhang
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 原始邮件
> 
> 
> 
> 发件人:"Jialin Qiao"< qiaojialin@apache.org &gt;;
> 
> 发件时间:2023/6/12 0:38
> 
> 收件人:"dev"< dev@iotdb.apache.org &gt;;
> 
> 主题:Re: [VOTE] Apache IoTDB 1.1.1 RC1 release
> 
> 
> 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:&nbsp; [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
> 
> 
> On 2023/06/10 17:44:43 Haonan Hou wrote:
> &gt; Hi all,
> &gt; 
> &gt; Apache IoTDB 1.1.1 has been staged under [2] and it’s time to vote
> &gt; on accepting it for release.  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: v1.1.1
> &gt; Hash for the release tag: d123b8e5ce8b23144107f41d1e1b115314d47ee0
> &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; [ ]  +1 accept (indicate what you validated - e.g. performed the
> &gt; non-RM items in [4])
> &gt; [ ]  -1 reject (explanation required)
> &gt; 
> &gt; 
> &gt; [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1116
> &gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/1.1.1/rc1
> &gt; [3] https://www.apache.org/dev/release.html#approving-a-release
> &gt; [4] https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> &gt; [5] https://dist.apache.org/repos/dist/dev/iotdb/1.1.1/rc1/RELEASE_NOTES.md
> &gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
> &gt; 
> &gt; Best,
> &gt; 
> &gt; Haonan Hou
> &gt;