Hi,

+1 from committer

I checked:

- Incubating in name
- Download links
- Signatures and hashes 
- DISCLAIMER
- Git tag
- ASF headers in all source files
- Compiling from source
- LICENSE and NOTICE
- Start in Mac
- Run with following statements

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;


Best,
-----------------------------------
Zesong Sun
School of Software, Tsinghua University

孙泽嵩
清华大学 软件学院

> 2020年8月10日 22:44,Haonan Hou <[email protected]> 写道:
> 
> Hi,
> 
> +1 from PPMC
> 
> The source release:
> incubating in name [ok]
> apache headers [ok]
> signatures and hashes [ok]
> DISCLAIMER [ok]
> LICENSE and NOTICE [ok]
> no jar files [ok]
> could compile from source on macOS 10.15.6: sh 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);
> select * from root;
> 
> Thanks,
> Haonan Hou
> 
> On Aug 10, 2020, at 5:41 PM, Jialin Qiao <[email protected] 
> <mailto:[email protected]><mailto:[email protected] 
> <mailto:[email protected]>>> wrote:
> 
> Hi,
> 
> +1 from PPMC
> 
> The source release:
> incubating in name [ok]
> apache headers [ok]
> signatures and hashes [ok]
> DISCLAIMER [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);
> select * from root;
> 
> Thanks,
> —————————————————
> Jialin Qiao
> School of Software, Tsinghua University
> 
> 乔嘉林
> 清华大学 软件学院
> 
> -----原始邮件-----
> 发件人: "Xiangdong Huang" <[email protected] 
> <mailto:[email protected]><mailto:[email protected] 
> <mailto:[email protected]>>>
> 发送时间: 2020-08-08 12:34:21 (星期六)
> 收件人: dev <[email protected] 
> <mailto:[email protected]><mailto:[email protected] 
> <mailto:[email protected]>>>
> 抄送:
> 主题: [VOTE] Apache IoTDB 0.10.1 (incubating) RC3 release
> 
> Hi all,
> 
> Though RC2 gets 12 +1 votes, Jialin found a bug in RC2, which is easily
> reproduced in some scenarios. Therefore, I'd like to call a new vote for
> RC3.
> 
> 
> This is a vote for releasing v0.10.1, which is a bug-fix version of v0.10.0.
> 
> You can get its main changes from [5].
> 
> Comparing with RC1, RC3 (includes RC2) fixes the following issue:
> 
> - add README_ZH.md file into release.
> - upgrade orc-core dependency for license compatibility
> - remove org.json dependency for license compatibility
> - fix a NULL Pointer bug when querying data in some cases
> - fix a bug when users use an incorrect encoding method to define a time
> series.
> 
> Apache IoTDB (Incubating)  0.10.1 has been staged under [2] and it’s time
> to vote
> on accepting it for release.  All Maven artifacts are available under [1].
> If approved we will seek final release approval from the IPMC.
> 
> Voting will be open for 72hr.
> 
> A minimum of 3 binding +1 votes and more binding +1 than binding -1
> are required to pass.
> 
> tag: release/0.10.1
> Hash for the release tag: 023fb84e0b76c0ac64b7a9ac098c640f26795a25
> 
> According to [3], "Before voting +1 [P]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."
> 
> You can achieve the above by following [4].
> 
> [ ]  +1 accept (indicate what you validated - e.g. performed the non-RM
> items in [4])
> [ ]  -1 reject (explanation required)
> 
> 
> [1] https://repository.apache.org/content/repositories/orgapacheiotdb-1044
> [2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc3
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> [5]
> https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc3/RELEASE_NOTES.md
> [6] https://dist.apache.org/repos/dist/dev/incubator/iotdb/KEYS
> 
> Best,
> -----------------------------------
> Xiangdong Huang
> School of Software, Tsinghua University
> 
> 黄向东
> 清华大学 软件学院

Reply via email to