Hi,

+1

I checked:

1. download from https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1
2. Check the aligned timeseries function by performing the following sql:

CREATE ALIGNED TIMESERIES root.ln.wf01.GPS(lat FLOAT ENCODING=GORILLA, lon
FLOAT ENCODING=GORILLA COMPRESSOR=SNAPPY)
show timeseries
show devices
insert into root.ln.wf01.GPS(time,lon,lat) aligned values(1,1,1)
insert into root.ln.wf01.GPS(time,lon,lat) aligned values(2,2,2)
insert into root.ln.wf01.GPS(time,lon,lat) aligned values(3,4,5)
select * from root.ln.wf01.GPS
select * from root.ln.wf01.GPS where time > 2
select * from root.ln.wf01.GPS where lon > 2
select count(*) from root.ln.wf01.GPS
select * from root.ln.wf01.GPS align by device
select * from root.ln.wf01.GPS where lon > 2 align by device
select count(*) from root.ln.wf01.GPS align by device


Haonan Hou <hhaonan4...@qq.com.invalid> 于2022年3月17日周四 20:19写道:

> Hi all,
>
> Big News! Apache IoTDB 0.13.0 rc1 is finally ready. You can get its new
> features
> and changes from [5].
>
> Apache IoTDB 0.13.0 has been staged under [2] and it’s time to vote
> on accepting it for release.  All Maven artifacts are available under [1].
> Voting will be open for 72hr.
> A minimum of 3 binding +1 votes and more binding +1 than binding -1
> are required to pass.
>
> Release tag: v0.13.0
> Hash for the release tag: 4f985dd6dd7d1deb47359f27f10e84248490f837
>
> 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. [3]
>
> 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-1076
> <https://repository.apache.org/content/repositories/orgapacheiotdb-1076>
> [2] https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1 <
> https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1>
> [3] https://www.apache.org/dev/release.html#approving-a-release <
> https://www.apache.org/dev/release.html#approving-a-release>
> [4]
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> <
> https://cwiki.apache.org/confluence/display/IOTDB/Validating+a+staged+Release
> >
> [5]
> https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md <
> https://dist.apache.org/repos/dist/dev/iotdb/0.13.0/rc1/RELEASE_NOTES.md>
> [6] https://dist.apache.org/repos/dist/dev/iotdb/KEYS <
> https://dist.apache.org/repos/dist/dev/iotdb/KEYS>
>
> Best,
>
> Haonan Hou



-- 
Best,
Xiangwei Wei

Reply via email to