Re: [VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-18 Thread Li,Chaoyong
+1 I checked: 1. [X] Download links are valid. 2. [X] Checksums and PGP signatures are valid. 3. [X] DISCLAIMER is included. 4. [X] Source code artifacts have correct names matching the current release. 5. [X] LICENSE and NOTICE files are correct for the repository. 6. [X] All files have licen

[GitHub] morningman opened a new pull request #447: Revert last commit

2018-12-18 Thread GitBox
morningman opened a new pull request #447: Revert last commit URL: https://github.com/apache/incubator-doris/pull/447 Looks like we still need to send push task without file to Backend, or load job will fail. Fix it later. --

[VOTE] Release Apache Doris 0.9.0-incubating-rc01

2018-12-18 Thread Li,Chaoyong
+1 I checked: 1. [X] Download links are valid. 2. [X] Checksums and PGP signatures are valid. 3. [X] DISCLAIMER is included. 4. [X] Source code artifacts have correct names matching the current release. 5. [X] LICENSE and NOTICE files are correct for the repository. 6. [X] All files have licen

[GitHub] imay closed pull request #447: Revert commit 'Add log to detect empty load file'

2018-12-18 Thread GitBox
imay closed pull request #447: Revert commit 'Add log to detect empty load file' URL: https://github.com/apache/incubator-doris/pull/447 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] yiguolei opened a new pull request #448: Move load tablets to StorageEngine

2018-12-18 Thread GitBox
yiguolei opened a new pull request #448: Move load tablets to StorageEngine URL: https://github.com/apache/incubator-doris/pull/448 1. move load tablets logic from data dir to storageengine, data dir only do dir and meta management work. 2. change rootpathinfo to datadirinfo. --

[GitHub] 413331861 opened a new issue #449: json解析函数key中带有特殊关键字,比如(# . |)会出现无法解析的情况

2018-12-18 Thread GitBox
413331861 opened a new issue #449: json解析函数key中带有特殊关键字,比如(# . |)会出现无法解析的情况 URL: https://github.com/apache/incubator-doris/issues/449 测试例子如下: MySQL [test]> select * from a; +--+---+ | id | data | +--+---

[GitHub] 413331861 closed issue #322: 删除表耗时过长

2018-12-18 Thread GitBox
413331861 closed issue #322: 删除表耗时过长 URL: https://github.com/apache/incubator-doris/issues/322 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to

[GitHub] kangpinghuang commented on a change in pull request #448: Move load tablets to StorageEngine

2018-12-18 Thread GitBox
kangpinghuang commented on a change in pull request #448: Move load tablets to StorageEngine URL: https://github.com/apache/incubator-doris/pull/448#discussion_r242813008 ## File path: be/src/agent/task_worker_pool.cpp ## @@ -1819,11 +1819,11 @@ void* TaskWorkerPool::_rep

[GitHub] kangpinghuang commented on a change in pull request #448: Move load tablets to StorageEngine

2018-12-18 Thread GitBox
kangpinghuang commented on a change in pull request #448: Move load tablets to StorageEngine URL: https://github.com/apache/incubator-doris/pull/448#discussion_r242814723 ## File path: be/src/olap/storage_engine.cpp ## @@ -966,8 +915,8 @@ OLAPStatus StorageEngine::start_tr