[GitHub] [incubator-doris] chenhao7253886 closed issue #721: Function CompareTo in PartitionKey throws cast error

2019-03-26 Thread GitBox
chenhao7253886 closed issue #721: Function CompareTo in PartitionKey throws cast error URL: https://github.com/apache/incubator-doris/issues/721 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] chenhao7253886 closed issue #815: wiki 中关于 log 函数的描述有误

2019-03-26 Thread GitBox
chenhao7253886 closed issue #815: wiki 中关于 log 函数的描述有误 URL: https://github.com/apache/incubator-doris/issues/815 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] chenhao7253886 commented on issue #815: wiki 中关于 log 函数的描述有误

2019-03-26 Thread GitBox
chenhao7253886 commented on issue #815: wiki 中关于 log 函数的描述有误 URL: https://github.com/apache/incubator-doris/issues/815#issuecomment-476988701 wiki上已经修正。 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] chenhao7253886 commented on issue #815: wiki 中关于 log 函数的描述有误

2019-03-26 Thread GitBox
chenhao7253886 commented on issue #815: wiki 中关于 log 函数的描述有误 URL: https://github.com/apache/incubator-doris/issues/815#issuecomment-476987930 好的,这个问题我们改一下。确实应该叫做真数。 This is an automated message from the Apache Git Service. To

[MENTORS] Re: PODLINGNAMESEARCH-146 Establish whether "Apache Doris" is a suitable name

2019-03-26 Thread 德 李
Hi, mentors We have completed name search and updated in JIRA. Please review it. https://issues.apache.org/jira/projects/PODLINGNAMESEARCH/issues/PODLINGNAM ESEARCH-146?filter=allopenissues Best Regards, Reed On 2019/2/21 下午2:33, "Zhao Chun" wrote: >Thanks Dave, I will look into it. > >Thank

[GitHub] [incubator-doris] morningman merged pull request #818: Add show proc of routine load and task

2019-03-26 Thread GitBox
morningman merged pull request #818: Add show proc of routine load and task URL: https://github.com/apache/incubator-doris/pull/818 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman commented on a change in pull request #818: Add show proc of routine load and task

2019-03-26 Thread GitBox
morningman commented on a change in pull request #818: Add show proc of routine load and task URL: https://github.com/apache/incubator-doris/pull/818#discussion_r269380474 ## File path: fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java ## @@ -985,6 +1

[GitHub] [incubator-doris] lide-reed merged pull request #816: Modify ESScanReader::get_next and ScrollParser

2019-03-26 Thread GitBox
lide-reed merged pull request #816: Modify ESScanReader::get_next and ScrollParser URL: https://github.com/apache/incubator-doris/pull/816 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #818: Add show proc of routine load and task

2019-03-26 Thread GitBox
EmmyMiao87 opened a new pull request #818: Add show proc of routine load and task URL: https://github.com/apache/incubator-doris/pull/818 1. add show proc "/routine_loads" to show statistic of all of jobs and tasks 2. add show proc "/routine_loads/jobname" to show info of all of jobs nam

[GitHub] [incubator-doris] imay merged pull request #817: Fix syntax error lable -> label

2019-03-26 Thread GitBox
imay merged pull request #817: Fix syntax error lable -> label URL: https://github.com/apache/incubator-doris/pull/817 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #817: Fix syntax error lable -> label

2019-03-26 Thread GitBox
HangyuanLiu opened a new pull request #817: Fix syntax error lable -> label URL: https://github.com/apache/incubator-doris/pull/817 Fix syntax error in help command (lable -> label) This is an automated message from the Apache

[GitHub] [incubator-doris] lide-reed opened a new pull request #816: Modify ESScanReader::get_next and ScrollParser

2019-03-26 Thread GitBox
lide-reed opened a new pull request #816: Modify ESScanReader::get_next and ScrollParser URL: https://github.com/apache/incubator-doris/pull/816 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] yuanfeng0905 opened a new issue #815: wiki 中关于 log 函数的描述有误

2019-03-26 Thread GitBox
yuanfeng0905 opened a new issue #815: wiki 中关于 log 函数的描述有误 URL: https://github.com/apache/incubator-doris/issues/815 原文档片段如下: ``` log(double base, double a) 功能:返回log以base为底数,以a为指数的对数值。 ``` 这里的参数 *a* 应该为真数,而非指数。可修改描述为: ``` 功能:返回 log 以 base 为底数,以 a 为真数的对数值。 ```

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #764: Convert next_row interface to next_block

2019-03-26 Thread GitBox
chaoyli commented on a change in pull request #764: Convert next_row interface to next_block URL: https://github.com/apache/incubator-doris/pull/764#discussion_r268975040 ## File path: be/src/olap/rowset/alpha_rowset_reader.cpp ## @@ -51,71 +43,66 @@ OLAPStatus AlphaRowset

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #764: Convert next_row interface to next_block

2019-03-26 Thread GitBox
chaoyli commented on a change in pull request #764: Convert next_row interface to next_block URL: https://github.com/apache/incubator-doris/pull/764#discussion_r268966282 ## File path: be/src/olap/rowset/alpha_rowset_reader.h ## @@ -62,34 +75,45 @@ class AlphaRowsetReader