[incubator-doris] branch branch-0.11 updated: Change travis yml (#3500)

2020-05-06 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.11 by this push: new ce25b43 Change travis ym

[GitHub] [incubator-doris] kangkaisen opened a new pull request #3500: Change travis yml

2020-05-06 Thread GitBox
kangkaisen opened a new pull request #3500: URL: https://github.com/apache/incubator-doris/pull/3500 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3485: Enhance AssertNumRowsNode

2020-05-06 Thread GitBox
EmmyMiao87 commented on a change in pull request #3485: URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r421213698 ## File path: be/src/exec/assert_num_rows_node.cpp ## @@ -56,12 +62,46 @@ Status AssertNumRowsNode::get_next(RuntimeState* state, RowBatch* ou

[GitHub] [incubator-doris] imay commented on a change in pull request #3345: [FIX] fix doris string functions not support multibyte string

2020-05-06 Thread GitBox
imay commented on a change in pull request #3345: URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r421244812 ## File path: gensrc/script/doris_builtins_functions.py ## @@ -533,6 +533,10 @@ '15FunctionContextERKNS1_9StringValERKNS1_6IntValES6_'],

[GitHub] [incubator-doris] yangzhg commented on pull request #3424: allow delete duplicated non-key column using delete from

2020-05-06 Thread GitBox
yangzhg commented on pull request #3424: URL: https://github.com/apache/incubator-doris/pull/3424#issuecomment-625029049 > We made a bug after supporting creating materialized view on Duplicate Key table. > And could you please fix it too? That is: > > After creating a table with

[GitHub] [incubator-doris] Seaven opened a new pull request #3499: Update UT compile path

2020-05-06 Thread GitBox
Seaven opened a new pull request #3499: URL: https://github.com/apache/incubator-doris/pull/3499 for #3498, Update UT compile path to `be/ut_build` This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] Seaven opened a new issue #3498: Suggest update UT compile path

2020-05-06 Thread GitBox
Seaven opened a new issue #3498: URL: https://github.com/apache/incubator-doris/issues/3498 The UT compile path(be/build) is the same as Release compile path(be/build) now, the two compile tasks always affect each other because the sources is different. I must recompile UT or Release if I

[GitHub] [incubator-doris] HappenLee opened a new pull request #3497: [BugFix] Fix the bug let fe can show each fragment execute time percent

2020-05-06 Thread GitBox
HappenLee opened a new pull request #3497: URL: https://github.com/apache/incubator-doris/pull/3497 like this: (Active: 14.133ms, non-child: 93.20%) This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3495: [ASAN] Fix some address problems detected by ASAN

2020-05-06 Thread GitBox
yangzhg commented on a change in pull request #3495: URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r421217679 ## File path: be/src/util/path_util.cpp ## @@ -70,13 +70,19 @@ vector split_path(const string& path) { return segments; } +struct FreeDele

[GitHub] [incubator-doris] sduzh opened a new issue #3496: No document for table property "storage_format"

2020-05-06 Thread GitBox
sduzh opened a new issue #3496: URL: https://github.com/apache/incubator-doris/issues/3496 I can not find the document for the table property `storage_format`. This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] gaodayue commented on pull request #3488: [Config] allow user to config BRPC socket_max_unwritten_bytes

2020-05-06 Thread GitBox
gaodayue commented on pull request #3488: URL: https://github.com/apache/incubator-doris/pull/3488#issuecomment-625007046 OK, I have updated the doc. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] imay commented on issue #3491: Compare string type and numerical type will cause full table scan

2020-05-06 Thread GitBox
imay commented on issue #3491: URL: https://github.com/apache/incubator-doris/issues/3491#issuecomment-624998240 First of all, throwing an exception is not acceptable. Because it will make many already exist queries fail. I think it is viable approach to handle this case in a specified

[GitHub] [incubator-doris] ZengRL commented on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
ZengRL commented on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624997070 > What is your Doris version? 可以加个微信咨询你几个问题吗? This is an automated message from the Apache

[incubator-doris] branch master updated: Non blocking OlapTableSink (#3143)

2020-05-06 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 94539e7 Non blocking OlapTableSink (#31

[GitHub] [incubator-doris] imay commented on a change in pull request #3345: [FIX] fix doris string functions not support multibyte string

2020-05-06 Thread GitBox
imay commented on a change in pull request #3345: URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r421205423 ## File path: gensrc/script/doris_builtins_functions.py ## @@ -533,6 +533,8 @@ '15FunctionContextERKNS1_9StringValERKNS1_6IntValES6_'],

[incubator-doris] branch master updated (36f2863 -> 9e8a060)

2020-05-06 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 36f2863 fix mismatched tags (#3489) add 9e8a060 Replace std::tr1::unordered_map with std::unordered_ma

[GitHub] [incubator-doris] imay commented on a change in pull request #3493: make build script portable on Mac OS

2020-05-06 Thread GitBox
imay commented on a change in pull request #3493: URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421204438 ## File path: thirdparty/build-thirdparty.sh ## @@ -295,7 +295,7 @@ build_gtest() { check_if_source_exist $GTEST_SOURCE cd $TP_SOURCE_DIR

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-05-06 Thread GitBox
wuyunfeng commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r421200957 ## File path: fe/src/main/java/org/apache/doris/external/EsIndexState.java ## @@ -76,66 +68,45 @@ public TNetworkAddress randomAddress(Map nodes

[GitHub] [incubator-doris] WingsGo commented on pull request #3490: Check disk available capacity by storage medium before create olap table.

2020-05-06 Thread GitBox
WingsGo commented on pull request #3490: URL: https://github.com/apache/incubator-doris/pull/3490#issuecomment-624993835 For #3402 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3485: Enhance AssertNumRowsNode

2020-05-06 Thread GitBox
yangzhg commented on a change in pull request #3485: URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r421202946 ## File path: be/src/exec/assert_num_rows_node.cpp ## @@ -56,12 +62,46 @@ Status AssertNumRowsNode::get_next(RuntimeState* state, RowBatch* outpu

[GitHub] [incubator-doris] yangzhg commented on pull request #3345: [FIX] fix doris string functions not support multibyte string

2020-05-06 Thread GitBox
yangzhg commented on pull request #3345: URL: https://github.com/apache/incubator-doris/pull/3345#issuecomment-624991376 @imay please review again This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] ZengRL commented on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
ZengRL commented on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624984762 > `task has been abandoned when scheduling task` > > This error probably because the sub task is timeout and be aborted by the FE. > There were some bugs

[GitHub] [incubator-doris] sduzh commented on a change in pull request #3493: make build script portable on Mac OS

2020-05-06 Thread GitBox
sduzh commented on a change in pull request #3493: URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421193473 ## File path: thirdparty/build-thirdparty.sh ## @@ -295,7 +295,7 @@ build_gtest() { check_if_source_exist $GTEST_SOURCE cd $TP_SOURCE_DI

[GitHub] [incubator-doris] chaoyli commented on pull request #3478: replace std::tr1::unordered_map with std::unordered_map

2020-05-06 Thread GitBox
chaoyli commented on pull request #3478: URL: https://github.com/apache/incubator-doris/pull/3478#issuecomment-624979004 It's better to add some description about this pull request. This is an automated message from the Apach

[incubator-doris] branch master updated: fix mismatched tags (#3489)

2020-05-06 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 36f2863 fix mismatched tags (#3489

[GitHub] [incubator-doris] chaoyli commented on pull request #3495: [ASAN] Fix some address problems detected by ASAN

2020-05-06 Thread GitBox
chaoyli commented on pull request #3495: URL: https://github.com/apache/incubator-doris/pull/3495#issuecomment-624978467 It's better to add some descriptor for this pull request. This is an automated message from the Apache G

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3495: [ASAN] Fix some address problems detected by ASAN

2020-05-06 Thread GitBox
kangkaisen commented on a change in pull request #3495: URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r421187455 ## File path: be/src/util/path_util.cpp ## @@ -70,13 +70,19 @@ vector split_path(const string& path) { return segments; } +struct FreeD

[GitHub] [incubator-doris] imay commented on issue #3487: BRPC socket_max_unwritten_bytes should be configurable

2020-05-06 Thread GitBox
imay commented on issue #3487: URL: https://github.com/apache/incubator-doris/issues/3487#issuecomment-624977513 From the error message, it seems that server is too busy. However the config `socket_max_unwritten_bytes` seems like a client config. Are you sure that changing this config

[incubator-doris] branch master updated: [Bug] Fix bug that push down logic error on semi join (#3481)

2020-05-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new ca36dc6 [Bug] Fix bug that push do

[GitHub] [incubator-doris] imay commented on a change in pull request #3493: make build script portable on Mac OS

2020-05-06 Thread GitBox
imay commented on a change in pull request #3493: URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421182752 ## File path: thirdparty/build-thirdparty.sh ## @@ -295,7 +295,7 @@ build_gtest() { check_if_source_exist $GTEST_SOURCE cd $TP_SOURCE_DIR

[GitHub] [incubator-doris] imay commented on a change in pull request #3495: [ASAN] Fix some address problems detected by ASAN

2020-05-06 Thread GitBox
imay commented on a change in pull request #3495: URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r421181564 ## File path: be/src/util/path_util.cpp ## @@ -70,13 +70,19 @@ vector split_path(const string& path) { return segments; } +struct FreeDeleter

[GitHub] [incubator-doris] kangkaisen edited a comment on issue #3491: Compare string type and numerical type will cause full table scan

2020-05-06 Thread GitBox
kangkaisen edited a comment on issue #3491: URL: https://github.com/apache/incubator-doris/issues/3491#issuecomment-624745771 @WingsGo Hi, I think throw a DdlException is not acceptable. Most of query engines support int compare string. But maybe don't choose double as the common type.

[GitHub] [incubator-doris] kangkaisen commented on issue #3491: Compare string type and numerical type will cause full table scan

2020-05-06 Thread GitBox
kangkaisen commented on issue #3491: URL: https://github.com/apache/incubator-doris/issues/3491#issuecomment-624745771 @WingsGo Hi, I think throw a DdlException is not acceptable. Most of query engine support int compare string. But maybe don't choose double as the common type. You coul

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3495: [ASAN] Fix some address problems detected by ASAN

2020-05-06 Thread GitBox
kangkaisen commented on a change in pull request #3495: URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r420915050 ## File path: be/src/util/path_util.cpp ## @@ -70,13 +70,19 @@ vector split_path(const string& path) { return segments; } +struct FreeD

[GitHub] [incubator-doris] kangkaisen commented on pull request #3493: make build script portable on Mac OS

2020-05-06 Thread GitBox
kangkaisen commented on pull request #3493: URL: https://github.com/apache/incubator-doris/pull/3493#issuecomment-624740133 @sduzh Please add a issue. >directory name build is conflict with file BUILD on Mac OS. What's the `BUILD` file on Mac OS? -

[GitHub] [incubator-doris] acelyc111 opened a new pull request #3495: [ASAN] Fix some address problems detected by ASAN

2020-05-06 Thread GitBox
acelyc111 opened a new pull request #3495: URL: https://github.com/apache/incubator-doris/pull/3495 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-doris] kangkaisen commented on pull request #3488: [Config] allow user to config BRPC socket_max_unwritten_bytes

2020-05-06 Thread GitBox
kangkaisen commented on pull request #3488: URL: https://github.com/apache/incubator-doris/pull/3488#issuecomment-624735233 Please also update this doc https://github.com/apache/incubator-doris/blob/master/docs/zh-CN/administrator-guide/config/be_config.md. thanks. --

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3485: Enhance AssertNumRowsNode

2020-05-06 Thread GitBox
kangkaisen commented on a change in pull request #3485: URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r420900715 ## File path: be/src/exec/assert_num_rows_node.cpp ## @@ -56,12 +62,46 @@ Status AssertNumRowsNode::get_next(RuntimeState* state, RowBatch* ou

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3485: Enhance AssertNumRowsNode

2020-05-06 Thread GitBox
kangkaisen commented on a change in pull request #3485: URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r420900877 ## File path: be/src/exec/assert_num_rows_node.cpp ## @@ -17,19 +17,25 @@ #include "exec/assert_num_rows_node.h" +#include "gen_cpp/PlanNo

[incubator-doris] branch master updated (d647045 -> 7399997)

2020-05-06 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d647045 [CodeRefactor] vector reserve before push_back (#3463) add 737 [Memory Engine] Add ha

[GitHub] [incubator-doris] morningman removed a comment on pull request #3481: [Bug] Fix bug that push down logic error on semi join

2020-05-06 Thread GitBox
morningman removed a comment on pull request #3481: URL: https://github.com/apache/incubator-doris/pull/3481#issuecomment-624690729 LGTM This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] morningman commented on pull request #3462: [Memory Engine] Add hash index implementation

2020-05-06 Thread GitBox
morningman commented on pull request #3462: URL: https://github.com/apache/incubator-doris/pull/3462#issuecomment-624690996 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman commented on pull request #3481: [Bug] Fix bug that push down logic error on semi join

2020-05-06 Thread GitBox
morningman commented on pull request #3481: URL: https://github.com/apache/incubator-doris/pull/3481#issuecomment-624690729 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman commented on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
morningman commented on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624667917 `task has been abandoned when scheduling task` This error probably because the sub task is timeout and be aborted by the FE. There were some bugs about the schedu

[GitHub] [incubator-doris] morningman commented on issue #3494: [BUG] Be all hang up

2020-05-06 Thread GitBox
morningman commented on issue #3494: URL: https://github.com/apache/incubator-doris/issues/3494#issuecomment-624661558 This bug may be fixed by #3451 . What is your Doris version? This is an automated message from the Apache

[GitHub] [incubator-doris] morningman commented on pull request #3486: [BUG] Fix a bug that ignore_broken_disk may not work

2020-05-06 Thread GitBox
morningman commented on pull request #3486: URL: https://github.com/apache/incubator-doris/pull/3486#issuecomment-624659683 Build failed: ``` /mnt/palo-ci/teamcity/agents/agent01/work/3e3628d3d06a368d/be/src/olap/options.cpp:145:65: 错误:‘config’未声明 20:17:23 if (paths->emp

[GitHub] [incubator-doris] morningman commented on pull request #3489: fix mismatched tags

2020-05-06 Thread GitBox
morningman commented on pull request #3489: URL: https://github.com/apache/incubator-doris/pull/3489#issuecomment-624654991 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] stalary opened a new issue #3494: [BUG] Be all hang up

2020-05-06 Thread GitBox
stalary opened a new issue #3494: URL: https://github.com/apache/incubator-doris/issues/3494 **Describe the bug** Be all hang up https://user-images.githubusercontent.com/24592373/81183121-55e97c00-8fe1-11ea-8944-13f8f4f1dd39.png";> When I used `select bitmap_to_string(bitma

[GitHub] [incubator-doris] wangbo commented on pull request #3396: (#3395)calculate 'case when expr' when possible

2020-05-06 Thread GitBox
wangbo commented on pull request #3396: URL: https://github.com/apache/incubator-doris/pull/3396#issuecomment-624633156 resolve conflict This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] sduzh opened a new pull request #3493: make build script portable on Mac OS

2020-05-06 Thread GitBox
sduzh opened a new pull request #3493: URL: https://github.com/apache/incubator-doris/pull/3493 1. options of command `mkdir` and `cp` must be put before arguments on Mac OS. 2. directory name `build` is conflict with file `BUILD` on Mac OS.

[GitHub] [incubator-doris] wutiangan opened a new issue #3492: [bug] count distinct(i, j) calc error

2020-05-06 Thread GitBox
wutiangan opened a new issue #3492: URL: https://github.com/apache/incubator-doris/issues/3492 - How to reproduce mysql> select * from t; +--+--+--+ | i| j| k| +--+--+--+ |1 |1 |1 | |1 |2 |1 | |2 |1

[GitHub] [incubator-doris] morningman edited a comment on issue #3480: [Bug] Push down predicate logic return wrong plan for semi join

2020-05-06 Thread GitBox
morningman edited a comment on issue #3480: URL: https://github.com/apache/incubator-doris/issues/3480#issuecomment-624625042 > > When you call join1.getJoinOp(), the joinOp of table join1 is null, but getJoinOp() will > > return INNER_JOIN. > > So this is a bug? the joinOp of ta

[GitHub] [incubator-doris] morningman commented on issue #3480: [Bug] Push down predicate logic return wrong plan for semi join

2020-05-06 Thread GitBox
morningman commented on issue #3480: URL: https://github.com/apache/incubator-doris/issues/3480#issuecomment-624625042 > > When you call join1.getJoinOp(), the joinOp of table join1 is null, but getJoinOp() will > > return INNER_JOIN. > > So this is a bug? the joinOp of table joi

[GitHub] [incubator-doris] WingsGo opened a new issue #3491: Compare string type and numerical type will cause full table scan

2020-05-06 Thread GitBox
WingsGo opened a new issue #3491: URL: https://github.com/apache/incubator-doris/issues/3491 **Describe the bug** The sql like `SELECT * FROM tbl WHERE olap_date='20200501` will not only scan partiiton `p20200501` but scan the full table, it is because `olap_date` is int type and `'2020

[GitHub] [incubator-doris] kangkaisen commented on issue #3480: [Bug] Push down predicate logic return wrong plan for semi join

2020-05-06 Thread GitBox
kangkaisen commented on issue #3480: URL: https://github.com/apache/incubator-doris/issues/3480#issuecomment-624620646 >When you call join1.getJoinOp(), the joinOp of table join1 is null, but getJoinOp() will return INNER_JOIN. So this is a bug? the joinOp of table join1 should

[GitHub] [incubator-doris] WingsGo opened a new pull request #3490: Check disk available capacity by storage medium before create olap table.

2020-05-06 Thread GitBox
WingsGo opened a new pull request #3490: URL: https://github.com/apache/incubator-doris/pull/3490 This CL mainly do following work: 1. check backend's disk has avaliable capacity by storage medium when create table. 2. do some code refactor, no other logic changed. 3. use UtFramU

[GitHub] [incubator-doris] morningman commented on issue #3480: [Bug] Push down predicate logic return wrong plan for semi join

2020-05-06 Thread GitBox
morningman commented on issue #3480: URL: https://github.com/apache/incubator-doris/issues/3480#issuecomment-624617918 > @morningman Hi, I have the check for join type: > > ``` > if ((tblRef.getJoinOp().isInnerJoin() || tblRef.getJoinOp().isLeftOuterJoin())) { > ``

[GitHub] [incubator-doris] ZengRL removed a comment on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
ZengRL removed a comment on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624608150 > What is your Doris version? 0.11 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-doris] ZengRL commented on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
ZengRL commented on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624608903 > What is your Doris version? 0.11.25 This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] kangkaisen commented on issue #3480: [Bug] Push down predicate logic return wrong plan for semi join

2020-05-06 Thread GitBox
kangkaisen commented on issue #3480: URL: https://github.com/apache/incubator-doris/issues/3480#issuecomment-624608810 @morningman Hi, I have the check for join type: ``` if ((tblRef.getJoinOp().isInnerJoin() || tblRef.getJoinOp().isLeftOuterJoin())) { ``` So wh

[GitHub] [incubator-doris] ZengRL commented on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
ZengRL commented on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624608150 > What is your Doris version? 0.11 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] sduzh opened a new pull request #3489: fix mismatched tags

2020-05-06 Thread GitBox
sduzh opened a new pull request #3489: URL: https://github.com/apache/incubator-doris/pull/3489 'RandomAccessFileOptions', `WritableFileOptions`, `RandomRWFileOptions` defined as a struct but previously declared as a class; this is valid, but will result in compile warning or error und

[GitHub] [incubator-doris] gaodayue opened a new pull request #3488: [Config] allow user to config BRPC socket_max_unwritten_bytes

2020-05-06 Thread GitBox
gaodayue opened a new pull request #3488: URL: https://github.com/apache/incubator-doris/pull/3488 Fixes #3487 We have some queries failed with the following logs ``` W0429 15:19:08.580521 38042 data_stream_sender.cpp:136] failed to send brpc batch, error=The server is ove

[GitHub] [incubator-doris] gaodayue opened a new issue #3487: BRPC socket_max_unwritten_bytes should be configurable

2020-05-06 Thread GitBox
gaodayue opened a new issue #3487: URL: https://github.com/apache/incubator-doris/issues/3487 We have some queries failed with the following logs ``` W0429 15:19:08.580521 38042 data_stream_sender.cpp:136] failed to send brpc batch, error=The server is overcrowded, error_text=[E10

[GitHub] [incubator-doris] gaodayue opened a new pull request #3486: [BUG] Fix a bug that ignore_broken_disk may not work

2020-05-06 Thread GitBox
gaodayue opened a new pull request #3486: URL: https://github.com/apache/incubator-doris/pull/3486 Fixes #3484 When BE sets `ignore_broken_disk` to true, it's expected that non-exist path in storage_root_path won't prevent BE from launching, but in 0.12 BE fails to launch in such s

[GitHub] [incubator-doris] yangzhg opened a new pull request #3485: Enhance AssertNumRowsNode

2020-05-06 Thread GitBox
yangzhg opened a new pull request #3485: URL: https://github.com/apache/incubator-doris/pull/3485 fixes #3483 step1: Enhance AssertNumRowsNode to support equal, less than, greate than,... assert conditions This is an au

[GitHub] [incubator-doris] gaodayue opened a new issue #3484: ignore_broken_disk does not work

2020-05-06 Thread GitBox
gaodayue opened a new issue #3484: URL: https://github.com/apache/incubator-doris/issues/3484 **Describe the bug** When BE sets `ignore_broken_disk` to true, it's expected that non-exist path in storage_root_path won't prevent BE from launching, but in 0.12 BE fails to launch in such sc

[GitHub] [incubator-doris] yangzhg opened a new issue #3483: report error when case when clause has empty condition

2020-05-06 Thread GitBox
yangzhg opened a new issue #3483: URL: https://github.com/apache/incubator-doris/issues/3483 if the subquery of case when clause in when condition and it returns empty set, then the whole query return empty set, this is because doris rewrite subquery in case when to cross join, if a su

[GitHub] [incubator-doris] imay commented on a change in pull request #3345: [FIX] fix doris string functions not support multibyte string

2020-05-06 Thread GitBox
imay commented on a change in pull request #3345: URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r420689803 ## File path: gensrc/script/doris_builtins_functions.py ## @@ -533,6 +533,8 @@ '15FunctionContextERKNS1_9StringValERKNS1_6IntValES6_'],

[GitHub] [incubator-doris] morningman commented on issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
morningman commented on issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482#issuecomment-624546515 What is your Doris version? This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] ZengRL opened a new issue #3482: Why Routine Load always be aborted?

2020-05-06 Thread GitBox
ZengRL opened a new issue #3482: URL: https://github.com/apache/incubator-doris/issues/3482 I can see "abortedTaskNum" is increasing from "show routine load for"; FE warn log has a lot of msg about "[RoutineLoadTaskScheduler.scheduleOneTask():120] ROUTINE_LOAD_TASK=fad7edd49a14421b-b6ce

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3439: Support append_trailing_char_if_absent function

2020-05-06 Thread GitBox
Youngwb commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420653086 ## File path: be/src/exprs/string_functions.cpp ## @@ -212,6 +212,28 @@ StringVal StringFunctions::rpad( } return result; } + +StringVa

[incubator-doris] branch master updated: [CodeRefactor] vector reserve before push_back (#3463)

2020-05-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d647045 [CodeRefactor] vector rese

[incubator-doris] branch master updated (101628c -> 5e63629)

2020-05-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 101628c [Bug] Fix bug of predicate pushdown logic (#3475) add 5e63629 [Decommission] Support NOT

[GitHub] [incubator-doris] morningman opened a new pull request #3481: [Bug] Fix bug that push down logic error on semi join

2020-05-06 Thread GitBox
morningman opened a new pull request #3481: URL: https://github.com/apache/incubator-doris/pull/3481 For SQL like: ``` select * from join1 left semi join join2 on join1.id = join2.id and join2.id > 1; ``` the predicate `join2.id > 1` can not be pushed down to table join

[GitHub] [incubator-doris] morningman opened a new issue #3480: [Bug] Push down predicate logic return wrong plan for semi join

2020-05-06 Thread GitBox
morningman opened a new issue #3480: URL: https://github.com/apache/incubator-doris/issues/3480 **Describe the bug** Push down predicate logic return wrong plan for semi join **To Reproduce** ``` select * from join1 left semi join join2 on join1.id = join2.id and join2.

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3439: Support append_trailing_char_if_absent function

2020-05-06 Thread GitBox
Youngwb commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420638334 ## File path: be/test/exprs/string_functions_test.cpp ## @@ -252,6 +264,26 @@ TEST_F(StringFunctionsTest, null_or_empty) { delete context; }

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3439: Support append_trailing_char_if_absent function

2020-05-06 Thread GitBox
Youngwb commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420638248 ## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java ## @@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer)

[GitHub] [incubator-doris] sduzh commented on a change in pull request #3478: replace std::tr1::unordered_map with std::unordered_map

2020-05-06 Thread GitBox
sduzh commented on a change in pull request #3478: URL: https://github.com/apache/incubator-doris/pull/3478#discussion_r420629182 ## File path: be/src/runtime/descriptors.h ## @@ -18,12 +18,12 @@ #ifndef DORIS_BE_RUNTIME_DESCRIPTORS_H #define DORIS_BE_RUNTIME_DESCRIPTORS_H

[GitHub] [incubator-doris] sduzh commented on a change in pull request #3478: replace std::tr1::unordered_map with std::unordered_map

2020-05-06 Thread GitBox
sduzh commented on a change in pull request #3478: URL: https://github.com/apache/incubator-doris/pull/3478#discussion_r420628974 ## File path: be/src/runtime/descriptors.h ## @@ -18,12 +18,12 @@ #ifndef DORIS_BE_RUNTIME_DESCRIPTORS_H #define DORIS_BE_RUNTIME_DESCRIPTORS_H

[GitHub] [incubator-doris] imay commented on a change in pull request #3439: Support append_trailing_char_if_absent function

2020-05-06 Thread GitBox
imay commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420628143 ## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java ## @@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer) thr

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3439: Support append_trailing_char_if_absent function

2020-05-06 Thread GitBox
Youngwb commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420625860 ## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java ## @@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer)

[GitHub] [incubator-doris] imay commented on a change in pull request #3439: Support append_trailing_char_if_absent function

2020-05-06 Thread GitBox
imay commented on a change in pull request #3439: URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420615579 ## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java ## @@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer) thr

[GitHub] [incubator-doris] imay commented on a change in pull request #3478: replace std::tr1::unordered_map with std::unordered_map

2020-05-06 Thread GitBox
imay commented on a change in pull request #3478: URL: https://github.com/apache/incubator-doris/pull/3478#discussion_r420612484 ## File path: be/src/runtime/descriptors.h ## @@ -18,12 +18,12 @@ #ifndef DORIS_BE_RUNTIME_DESCRIPTORS_H #define DORIS_BE_RUNTIME_DESCRIPTORS_H +

[GitHub] [incubator-doris] blackfox1983 opened a new issue #3479: query failed when some fields not exist against DOE

2020-05-06 Thread GitBox
blackfox1983 opened a new issue #3479: URL: https://github.com/apache/incubator-doris/issues/3479 **Describe the bug** query failed when i run sql against doris on es. The prompt error is "inner hits node is not an array" **To Reproduce** Steps to reproduce the behavior: 1.

[GitHub] [incubator-doris] sduzh opened a new pull request #3478: replace std::tr1::unordered_map with std::unordered_map

2020-05-06 Thread GitBox
sduzh opened a new pull request #3478: URL: https://github.com/apache/incubator-doris/pull/3478 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-doris] blackfox1983 commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-05-06 Thread GitBox
blackfox1983 commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r420603017 ## File path: fe/src/main/java/org/apache/doris/external/EsIndexState.java ## @@ -166,7 +137,8 @@ public void setPartitionId(long partitionId

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3424: allow delete duplicated non-key column using delete from

2020-05-06 Thread GitBox
yangzhg commented on a change in pull request #3424: URL: https://github.com/apache/incubator-doris/pull/3424#discussion_r420592780 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -697,6 +697,13 @@ const TabletSchema& SegmentGroup::get_tablet_schema() { return *_s

[GitHub] [incubator-doris] blackfox1983 commented on a change in pull request #3454: [Doris On ES] Split /_cluster/state to [indexName/_mappings, indexName/_search_shards]

2020-05-06 Thread GitBox
blackfox1983 commented on a change in pull request #3454: URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r420588997 ## File path: docs/en/sql-reference/sql-statements/Data Types/VARCHAR.md ## @@ -27,7 +27,7 @@ under the License. # VARCHAR ## Description

[incubator-doris] branch master updated: [Bug] Fix bug of predicate pushdown logic (#3475)

2020-05-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 101628c [Bug] Fix bug of predicate