Hi,

yes, big thank to Houliang for his finding and good that you cancel the vote.

I think its good for the community also to see that it doesn’t matter if you 
are committer or PMC or just a user who contributes a bit in his spare time to 
make an impact if you bring up good points!

Julian

Am 27.07.20, 11:51 schrieb "Xiangdong Huang" <[email protected]>:

    Hi,

    Thanks all for voting for this release.

    As Houliang mentioned, in iotdb-hive-connector, we use Apache Hive
    (hive-serde) 2.8.4 as a dependency.

    Sadly, Apache Hive depends on Apache ORC file, v1.3.4, but orc-core v.1.3.4
    has a GPL dependency...

    ORC-core v1.6 fixed the issue.

    We have to exclude orc-core v1.3.4 from hive-serde 2.8.4 and claim
    orc-corev1.6 explicitly.

    (This will be a good hint for all users/projects who use Apache Hive 2.8.4)

    I'd like to terminate this vote and will begin to release RC2.

    Best,
    -----------------------------------
    Xiangdong Huang
    School of Software, Tsinghua University

     黄向东
    清华大学 软件学院


    Houliang Qi <[email protected]> 于2020年7月27日周一 下午4:41写道:

    > Hi all,
    >  -1  from contributor
    >
    >
    > I checked the following operations on macOS 10.15.4 and jdk 1.8
    >
    >
    > Check third party dependencies [Not OK]
    > hive-connector’s dependencies(hive-serde -> orc-core ) use GPL 2.0
    > license, which incompatible with apache 2.0 license
    > (Remove the orc-core dependency in hive-serde and use orc-core 1.6 is ok )
    >
    >
    >
    > The source release:
    >
    > Check third party dependencies [not ok]
    >
    > Incubating in name [ok]
    >
    > Has DISCLAIMER [ok]
    >
    > LICENSE and NOTICE [ok]
    >
    > Signatures and hashes [ok]
    >
    > Release candidates match with corresponding tags [ok]
    >
    > no jar files [ok]
    >
    > Could compile from source: ./mvnw.sh clean install [ok]
    >
    >
    >
    >
    > The binary distribution:
    >
    > Incubating in name [ok]
    >
    > Has DISCLAIMER [ok]
    >
    > 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;
    >
    >
    >
    >
    > minor issue :
    >
    > The mvnw.sh does not have executable permissions
    >
    >  ——————————————
    > Thanks,
    > Houliang Qi
    > On 07/27/2020 16:37,[email protected]<[email protected]> wrote:
    > Hi,
    >
    > +1  from contributor
    >
    >
    > I checked:
    >
    >
    > - Incubating in name
    > - Download links
    > - Signatures and hashes
    > - Compiling from source
    > - Start in Windows
    > - 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;
    > select * from root.* limit 0 offset 2300000000;
    >
    >
    > minor issue :
    > offset and limit only support Int32, maybe it's small.
    >
    >
    >
    >
    >
    >
    > Thanks!
    >
    > [email protected]
    >
    >
    > From: Dawei Liu
    > Date: 2020-07-24 22:14
    > To: [email protected]
    > CC: [email protected]
    > Subject: Re: [VOTE] Apache IoTDB 0.10.1 (incubating) RC1 release
    > Hi,
    >
    >
    > +1
    >
    >
    > I checked:
    >
    >
    > - Incubating in name
    > - Download links
    > - Start in Mac
    > - Run with following statements
    >
    >
    > set storage group to root.release;
    > create timeseries root.release.d1.test(status) with DATATYPE=BOOLEAN,
    > ENCODING=PLAIN, compression=SNAPPY
    > show timeseries;
    > insert into root.release.d1(time,status) values(1,false);
    > select * from root.release.d1;
    >
    >
    > minor issue :
    > The package not include 'README_ZH.md' file
    >
    >
    >
    >
    > Best
    > ——
    > Dawei Liu
    > On 07/24/2020 21:31,孙泽嵩<[email protected]> wrote:
    > 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年7月24日 19:54,Jialin Qiao <[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: ./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
    >
    > 乔嘉林
    > 清华大学 软件学院
    >
    > -----原始邮件-----
    > 发件人: "Haonan Hou" <[email protected]>
    > 发送时间: 2020-07-24 15:44:29 (星期五)
    > 收件人: "[email protected]" <[email protected]>
    > 抄送:
    > 主题: Re: [VOTE] Apache IoTDB 0.10.1 (incubating) RC1 release
    >
    > Hi,
    >
    > +1 (PPMC binding)
    >
    > The source release:
    > Incubating in name [ok]
    > Has DISCLAIMER [ok]
    > LICENSE and NOTICE [ok]
    > signatures and hashes [ok]
    > All files have ASF header [ok]
    > could compile from source: sh mvnw.sh clean install [ok]
    >
    > The binary distribution:
    > Incubating in name [ok]
    > Has DISCLAIMER [ok]
    > 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;
    >
    > Thanks,
    >
    > Haonan Hou
    >
    > On Jul 24, 2020, at 1:05 AM, Xiangdong Huang <[email protected]<mailto:
    > [email protected]>> wrote:
    >
    > Hi all,
    >
    > This is a vote for releasing v0.10.1, which is a bug-fix version of
    > v0.10.0.
    >
    > You can get its mainly changes from [5].
    >
    > 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: 85a324c9c463a4888fd16efe2139444a4e77a8b5
    >
    > 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-1040
    > [2] https://dist.apache.org/repos/dist/dev/incubator/iotdb/0.10.1/rc1
    > [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/rc1/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