Thanks to everyone, and this vote is now closed.


It has passed with 3 (binding) votes and no 0 or -1 votes.


Binding:
+1 Zhao Chun
+1 Li De
+1 Li Chaoyong
--
此致!Best Regards
陈明雨 Mingyu Chen

Email:
[email protected]



在 2019-06-24 19:14:57,"Li,Chaoyong" <[email protected]> 写道:
>+1
>I have checked:
>
>1. Download links are all valid.
>2. Checksums and PGP signatures are OK.
>3. LICENSE and NOTICE files are all corrected.
>4. All source files have license headers.
>5. Build from scratch are OK in Docker.     
>
>Best Regards,
>Li Chaoyong    
>
>在 2019/6/24 下午12:45,“Li,De 代表 德 李”<[email protected] 代表 [email protected]> 写入:
>
>    +1
>    
>    I have checked:
>    
>    1. Download links are valid.
>    2. Checksums and PGP signatures are OK.
>    3. LICENSE and NOTICE files are corrected.
>    4. All source files have license headers.
>    5. Build from source are OK in Docker environment.
>    
>    
>    Best Regards,
>    Reed
>    
>    
>    On 2019/6/23 下午10:26, "Zhao Chun" <[email protected]> wrote:
>    
>    >+1
>    >
>    >I have checked:
>    >
>    >downloading is OK
>    >has incubating in name
>    >signature and hash is OK
>    >DISCLAIMER file exists
>    >LICENSE and NOTICE files exist
>    >LICENSE file is OK
>    >NOTCIE year is OK
>    >all source files has ASF headers
>    >build successfully in docker environment
>    >
>    >Thanks,
>    >ZHAO Chun
>    >
>    >
>    >
>    >陈明雨 <[email protected]> 于2019年6月16日周日 下午7:30写道:
>    >
>    >> Hi all:
>    >>
>    >>
>    >> I make a new release of Apache Doris(Incubating).
>    >> Please review and vote on Apache Doris 0.10.0-incubating-rc04 release.
>    >>
>    >>
>    >> The release candidate has been tagged in GitHub as 0.10.0-rc04,
>    >>available
>    >> here:
>    >> https://github.com/apache/incubator-doris/releases/tag/0.10.0-rc04
>    >>
>    >>
>    >> =============================
>    >> The previous release candidate (0.10.0-incubating-rc03) has a serious
>    >>bug
>    >> that may cause data lose, and now it is fixed.
>    >>
>    >>
>    >> =============================
>    >> The previous release candidate (0.10.0-incubating-rc02) has some license
>    >> problem which are solved in this release.
>    >> Details can be seen in file: thirdparty/LICENSE.txt
>    >>
>    >>
>    >> And since last 0.10.0 release candidate, some new features have beed
>    >>added:
>    >>
>    >>
>    >> * Routine load now supports loading data from SSL enabled kafka cluster.
>    >> * Geography(Spatial) Functions are now supported in SQL. Details can be
>    >> seen here:
>    >> `docs/documentation/cn/sql-reference/sql-functions/spatial-functions`
>    >>
>    >>
>    >> Below is the origin change log of previous release candidate
>    >>
>    >>
>    >> ===== CHANGE LOG ====
>    >>
>    >>
>    >> New Features:
>    >>
>    >>
>    >> * Support Routine Load
>    >> Doris now support routine load job, which allow user to create a routine
>    >> load job with simple instruction, and the data will be consumed and
>    >>loaded
>    >> into Doris automatically. More information and guide can be found in
>    >> [Routine Load](
>    >> 
>    >>https://github.com/apache/incubator-doris/blob/master/docs/documentation/
>    >>cn/administrator-guide/load-data/routine-load-manual.md
>    >> ).
>    >>
>    >>
>    >> * Support Doris on ES
>    >> Doris now support querying Elasticsearch. User can create an extern
>    >>table
>    >> with engine type `ES`, and query it as a normal table. Doris also
>    >>support a
>    >> new built-in function `es_query()`, which allow user to write special
>    >> Elasticsearch query language in SQL. More information and guide can be
>    >> found in [Doris-On-ES](
>    >> 
>    >>https://github.com/apache/incubator-doris/blob/master/docs/documentation/
>    >>cn/extending-doris/doris-on-es.md
>    >> )
>    >>
>    >>
>    >> * Support UDF and UDAF
>    >> Now user can write UDF and UDAF in C++ language.
>    >>
>    >>
>    >> * New documentation framework
>    >> All documents of Doris will be moved to the directory
>    >> `docs/documentation/`. You can see [README](
>    >> https://github.com/apache/incubator-doris/blob/master/docs/readme.md) to
>    >> get more information, and help us complete the documentations. Any
>    >> documents are welcome.
>    >> There is also a new directory `samples/` which contains some samples of
>    >> using Doris.
>    >>
>    >>
>    >> Enhancement:
>    >>
>    >>
>    >> * High performance Decimal type implementation.(#727)
>    >> * Parallel execution of fragment instance (#851)
>    >> * Support hll_union_agg in Analytic Function (#819)
>    >> * Support hll_raw_agg in Aggregate Function (#832)
>    >> * Support adding columns to multiple rollup indexes in one ALTER TABLE
>    >> stmt (#931)
>    >>
>    >>
>    >> Usability:
>    >>
>    >>
>    >> * Add --daemon option to all start scripts (#642)
>    >> * Remove the restrict that delete stmt must specify partition even for
>    >> unpartitioned table (#668)
>    >> * Remove restrict of that Analytic function must have partition by
>    >>clause
>    >> (#659)
>    >> * Support `enable_insert_strict` session variable to control the insert
>    >> request (#1013)
>    >> * Support NEGATIVE keyword in Broker Load (#1101)
>    >> * Support more functions which can be calculated in Frontends:
>    >> unix_timestamp(), str_to_date(), current_user(), user()
>    >> * Support more built-in functions: money_format(), left(), right()
>    >> * New metrics: disk_state, tablet_distribution, scheduled_tablet_num
>    >> * Forward some requests to Master Frontend to get accurate results
>    >>(#944)
>    >>
>    >>
>    >> Bug fixed:
>    >>
>    >>
>    >> * A lot of bugs fixed. Please see [ISSUES](
>    >> https://github.com/apache/incubator-doris/issues) to get more
>    >> information.
>    >>
>    >>
>    >> ======================
>    >>
>    >>
>    >> Thanks to everyone who has contributed to this release.
>    >>
>    >>
>    >> The artifacts (source, signature and checksum) corresponding to this
>    >> release
>    >> candidate can be found here:
>    >> https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/
>    >>
>    >>
>    >> This has been signed with PGP key A30C9DA2, corresponding to
>    >> [email protected].
>    >> KEYS file is available here:
>    >> 
>    >>https://dist.apache.org/repos/dist/dev/incubator/doris/0.10/0.10.0-rc4/KE
>    >>YS
>    >> It is also listed here:
>    >> https://people.apache.org/keys/committer/morningman.asc
>    >>
>    >>
>    >> To verify and build, you can refer to following wiki:
>    >> 
>    >>https://github.com/apache/incubator-doris/wiki/How-to-verify-Apache-Relea
>    >>se
>    >> https://wiki.apache.org/incubator/IncubatorReleaseChecklist
>    >>
>    >>
>    >> The vote will be open for at least 72 hours.
>    >> [ ] +1 Approve the release
>    >> [ ] +0 No opinion
>    >> [ ] -1 Do not release this package because ...
>    >>
>    >>
>    >> =====
>    >> *Disclaimer*
>    >>
>    >>
>    >> Apache Doris (incubating) is an effort undergoing incubation at The
>    >> Apache Software Foundation (ASF), sponsored by the name of Apache
>    >> Incubator PMC. Incubation is required of all newly accepted
>    >> projects until a further review indicates that the
>    >> infrastructure, communications, and decision making process have
>    >> stabilized in a manner consistent with other successful ASF
>    >> projects. While incubation status is not necessarily a reflection
>    >> of the completeness or stability of the code, it does indicate
>    >> that the project has yet to be fully endorsed by the ASF.
>    >>
>    >>
>    >> --
>    >> 此致!Best Regards
>    >> 陈明雨 Mingyu Chen
>    >>
>    >> Email:
>    >> [email protected]
>    
>    
>    
>    ---------------------------------------------------------------------
>    To unsubscribe, e-mail: [email protected]
>    For additional commands, e-mail: [email protected]
>    
>    
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [email protected]
>For additional commands, e-mail: [email protected]
>

Reply via email to