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: mvn clean package


The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in windows , jdk8 [ok]
statements executed successfully; [ok]
start-standalone.bat executed successfully: [ok]

Create Database root.sg1;
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;

CREATE TIMESERIES root.sg1.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.sg1.d1(timestamp,s0) values(4,1);
insert into root.sg1.d1(timestamp,s0) values(5,2);
insert into root.sg1.d1(timestamp,s0) values(6,3);
select ** from root;





Thanks!


Chao Wang
BONC ltd
[email protected]
On 12/5/2022 09:56??CloudWise-Luke<[email protected]> wrote??
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

The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk11 [ok]
statements executed successfully:&nbsp; [ok]
start-standalone.sh executed successfully: [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;

CREATE TIMESERIES root.sg1.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.sg1.d1(timestamp,s0) values(4,1);
insert into root.sg1.d1(timestamp,s0) values(5,2);
insert into root.sg1.d1(timestamp,s0) values(6,3);
select ** from root;


CloudWiseluke.miao


&nbsp;




------------------&nbsp;????????&nbsp;------------------
??????:                                                                         
                                               "dev"                            
                                                        
<[email protected]&gt;;
????????:&nbsp;2022??12??4??(??????) ????10:55
??????:&nbsp;"dev"<[email protected]&gt;;

????:&nbsp;Re: [VOTE] Apache IoTDB 1.0.0 RC5 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


The binary distribution:
the version number in CLI [ok]
signatures and hashes [ok]
start in mac, jdk11 [ok]
statements executed successfully:&nbsp; [ok]
start-standalone.sh executed successfully: [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;

CREATE TIMESERIES root.sg1.d1.s0 WITH DATATYPE=DOUBLE, ENCODING=GORILLA;
insert into root.sg1.d1(timestamp,s0) values(4,1);
insert into root.sg1.d1(timestamp,s0) values(5,2);
insert into root.sg1.d1(timestamp,s0) values(6,3);
select ** from root;

Thanks,
--------------------
Gaofei Cao

???????? <[email protected]&gt; ??2022??12??4?????? 22:25??????
&gt;
&gt; +1
&gt;
&gt;
&gt;
&gt; Guanfei Guo
&gt; [email protected]
&gt;
&gt;
&gt; &amp;nbsp;
&gt;
&gt;
&gt;
&gt;
&gt; ------------------&amp;nbsp;Original&amp;nbsp;------------------
&gt; 
From:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
"dev"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <[email protected]&amp;gt;;
&gt; Date:&amp;nbsp;Fri, Dec 2, 2022 07:22 PM
&gt; To:&amp;nbsp;"dev"<[email protected]&amp;gt;;
&gt;
&gt; Subject:&amp;nbsp;Re: [VOTE] Apache IoTDB 1.0.0 RC5 release
&gt;
&gt;
&gt;
&gt; Hi,
&gt;
&gt; +1 (binding)
&gt;
&gt; The source release:
&gt; apache headers [ok]
&gt; signatures and hashes [ok]
&gt; LICENSE and NOTICE [ok]
&gt; no jar files [ok]
&gt; could compile from source: ./mvnw.sh clean install
&gt;
&gt;
&gt; The binary distribution:
&gt; the version number in CLI [ok]
&gt; signatures and hashes [ok]
&gt; start in mac, jdk11 [ok]
&gt; statements executed successfully:&amp;nbsp; [ok]
&gt;
&gt; SET STORAGE GROUP TO root.turbine;
&gt; CREATE TIMESERIES root.turbine.d1.s0 WITH DATATYPE=DOUBLE, 
ENCODING=GORILLA;
&gt; insert into root.turbine.d1(timestamp,s0) values(1,1);
&gt; insert into root.turbine.d1(timestamp,s0) values(2,2);
&gt; insert into root.turbine.d1(timestamp,s0) values(3,3);
&gt; select * from root.**;
&gt;
&gt; Thanks,
&gt; --------------------
&gt; Yuan Tian
&gt;
&gt;
&gt; On Fri, Dec 2, 2022 at 5:22 PM Haonan Hou 
<[email protected]&amp;gt; wrote:
&gt; &amp;gt;
&gt; &amp;gt; Hi all,
&gt; &amp;gt;
&gt; &amp;gt; Apache IoTDB 1.0.0 version has a new architecture that supports 
standalone
&gt; &amp;gt; and cluster mode.
&gt; &amp;gt;
&gt; &amp;gt; Apache IoTDB 1.0.0 has been staged under [2] and it??s time to 
vote
&gt; &amp;gt; on accepting it for release.&amp;nbsp; All Maven artifacts are 
available under [1].
&gt; &amp;gt; Voting will be open for 72hr.
&gt; &amp;gt; A minimum of 3 binding +1 votes and more binding +1 than binding 
-1
&gt; &amp;gt; are required to pass.
&gt; &amp;gt;
&gt; &amp;gt; Release tag: v1.0.0
&gt; &amp;gt; Hash for the release tag: fbbca3ffa3d54b2757c22502f7211b5a2be72c96
&gt; &amp;gt;
&gt; &amp;gt; Before voting +1, PMC members are required to download
&gt; &amp;gt; the signed source code package, compile it as provided, and test
&gt; &amp;gt; the resulting executable on their own platform, along with also
&gt; &amp;gt; verifying that the package meets the requirements of the ASF 
policy
&gt; &amp;gt; on releases. [3]
&gt; &amp;gt;
&gt; &amp;gt; You can achieve the above by following [4].
&gt; &amp;gt;
&gt; &amp;gt; [ ]&amp;nbsp; +1 accept (indicate what you validated - e.g. 
performed the non-RM items in [4])
&gt; &amp;gt; [ ]&amp;nbsp; -1 reject (explanation required)
&gt; &amp;gt;
&gt; &amp;gt;
&gt; &amp;gt; [1] 
https://repository.apache.org/content/repositories/orgapacheiotdb-1093
&gt; &amp;gt; [2] https://dist.apache.org/repos/dist/dev/iotdb/1.0.0/rc5
&gt; &amp;gt; [3] https://www.apache.org/dev/release.html#approving-a-release
&gt; &amp;gt; [4] 
https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
&gt; &amp;gt; [5] 
https://dist.apache.org/repos/dist/dev/iotdb/1.0.0/rc5/RELEASE_NOTES.md
&gt; &amp;gt; [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS
&gt; &amp;gt;
&gt; &amp;gt; Best,
&gt; &amp;gt;
&gt; &amp;gt; Haonan Hou

Reply via email to