[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8217: [feature][array-type]support select ARRAY data type on vectorized engine

2022-02-24 Thread GitBox
cambyzju commented on a change in pull request #8217: URL: https://github.com/apache/incubator-doris/pull/8217#discussion_r813631047 ## File path: be/src/vec/columns/column_array.cpp ## @@ -0,0 +1,699 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8217: [feature][array-type]support select ARRAY data type on vectorized engine

2022-02-24 Thread GitBox
cambyzju commented on a change in pull request #8217: URL: https://github.com/apache/incubator-doris/pull/8217#discussion_r813634151 ## File path: be/src/vec/columns/column_array.cpp ## @@ -0,0 +1,699 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8188: [Enhancement](routine_load) Support show routine load statement with like predicate

2022-02-24 Thread GitBox
caiconghui commented on a change in pull request #8188: URL: https://github.com/apache/incubator-doris/pull/8188#discussion_r813635617 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java ## @@ -483,7 +484,7 @@ public RoutineLoadJob

[GitHub] [incubator-doris] HappenLee opened a new issue #8228: [Bug] Double % 0 should return null

2022-02-24 Thread GitBox
HappenLee opened a new issue #8228: URL: https://github.com/apache/incubator-doris/issues/8228 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version mast

[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8217: [feature][array-type]support select ARRAY data type on vectorized engine

2022-02-24 Thread GitBox
cambyzju commented on a change in pull request #8217: URL: https://github.com/apache/incubator-doris/pull/8217#discussion_r813649079 ## File path: be/src/olap/row_block2.cpp ## @@ -328,6 +348,222 @@ Status RowBlockV2::_copy_data_to_column(int cid, doris::vectorized::MutableCol

[GitHub] [incubator-doris] zbtzbtzbt opened a new pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-24 Thread GitBox
zbtzbtzbt opened a new pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229 ## Problem Summary: like https://github.com/apache/incubator-doris/pull/8214 faster string compare operator in vec engine. @HappenLee ## Further comments If

[GitHub] [incubator-doris] HappenLee commented on pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-24 Thread GitBox
HappenLee commented on pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229#issuecomment-1049618459 do the same opt in not vec query -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] HappenLee opened a new pull request #8230: [Bug] Double/Float % 0 should be NULL

2022-02-24 Thread GitBox
HappenLee opened a new pull request #8230: URL: https://github.com/apache/incubator-doris/pull/8230 # Proposed changes Issue Number: close #8228 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8231: [Bug] group_concat(value,null) not return null

2022-02-24 Thread GitBox
BiteThet opened a new issue #8231: URL: https://github.com/apache/incubator-doris/issues/8231 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version m

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8232: [Bug] group_concat(value,null) not return null

2022-02-24 Thread GitBox
BiteThet opened a new pull request #8232: URL: https://github.com/apache/incubator-doris/pull/8232 # Proposed changes @HappenLee Issue Number: close #8231 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8230: [Bug] Double/Float % 0 should be NULL

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8230: URL: https://github.com/apache/incubator-doris/pull/8230#issuecomment-1049661552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] awakeljw opened a new pull request #8233: [Vectorized][HashJoin] Opt multiple block hashjoin performance

2022-02-24 Thread GitBox
awakeljw opened a new pull request #8233: URL: https://github.com/apache/incubator-doris/pull/8233 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8232: [Bug] group_concat(value,null) not return null

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8232: URL: https://github.com/apache/incubator-doris/pull/8232#issuecomment-1049761029 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8226: [Bug][Vectorized] fix arithmetic calculate get wrong result

2022-02-24 Thread GitBox
HappenLee commented on a change in pull request #8226: URL: https://github.com/apache/incubator-doris/pull/8226#discussion_r813822249 ## File path: be/src/vec/functions/modulo.cpp ## @@ -72,6 +74,7 @@ struct PModuloImpl { } } + template Review comment:

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8174: [Enhancement][Vectorized] support es node predicate peel

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8174: URL: https://github.com/apache/incubator-doris/pull/8174#issuecomment-1049821786 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #8191: [Bug] Select sql cause an NullPointerException on Fe

2022-02-24 Thread GitBox
EmmyMiao87 commented on issue #8191: URL: https://github.com/apache/incubator-doris/issues/8191#issuecomment-1049830923 WITH basic_data as ( SELECT * FROM dwd_srv_solutionprocess_dd ), id_34 as ( SELECT new_srv_workorder_id as unresolved_id FROM ods_new_srv_outsideli

[GitHub] [incubator-doris] spaces-X opened a new pull request #8234: [Feature] Support pre-aggregation for quantile type

2022-02-24 Thread GitBox
spaces-X opened a new pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234 # Proposed changes close #7782 ## Problem Summary: Add a new column-type to speed up the approximation of quantiles. 1. The new column-type is named `quantile_state` with fixe

[GitHub] [incubator-doris] morningman closed issue #8111: [Bug] insert into cause error result

2022-02-24 Thread GitBox
morningman closed issue #8111: URL: https://github.com/apache/incubator-doris/issues/8111 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [incubator-doris] morningman merged pull request #8112: [fix](load) Fix InsertStmt prepareExpressions

2022-02-24 Thread GitBox
morningman merged pull request #8112: URL: https://github.com/apache/incubator-doris/pull/8112 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated (a6bc9cb -> 0dcbfbd)

2022-02-24 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 a6bc9cb [Function] Refactor the function code of log (#8199) add 0dcbfbd [fix](load) Fix InsertSt

[GitHub] [incubator-doris] morningman commented on a change in pull request #8195: fix show routine load task error

2022-02-24 Thread GitBox
morningman commented on a change in pull request #8195: URL: https://github.com/apache/incubator-doris/pull/8195#discussion_r813981313 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java ## @@ -1299,7 +1300,14 @@ protected abstract bool

[GitHub] [incubator-doris] liutang123 opened a new pull request #8235: [fix](planner) Convert format in RewriteFromUnixTimeRule

2022-02-24 Thread GitBox
liutang123 opened a new pull request #8235: URL: https://github.com/apache/incubator-doris/pull/8235 # Proposed changes Issue Number: close #xxx ## Problem Summary: SQL to reproduce: ``` SELECT * FROM table WHERE where FROM_UNIXTIME(d_datekey,'%Y-%m-%d %H:%i:%s') != '

[GitHub] [incubator-doris] morningman merged pull request #8197: [git] Ignore all the .flattened-pom.xml files

2022-02-24 Thread GitBox
morningman merged pull request #8197: URL: https://github.com/apache/incubator-doris/pull/8197 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman merged pull request #8212: [Feature][array-type]add proto for complex data type ARRAY

2022-02-24 Thread GitBox
morningman merged pull request #8212: URL: https://github.com/apache/incubator-doris/pull/8212 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman merged pull request #8218: [improvement]upgrade-grpc-version

2022-02-24 Thread GitBox
morningman merged pull request #8218: URL: https://github.com/apache/incubator-doris/pull/8218 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated (0dcbfbd -> dccb3cf)

2022-02-24 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 0dcbfbd [fix](load) Fix InsertStmt prepareExpressions (#8112) add dccb3cf [git] Ignore all the .f

[incubator-doris] branch master updated (dccb3cf -> b93936c)

2022-02-24 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 dccb3cf [git] Ignore all the .flattened-pom.xml files (#8197) add b93936c [Feature][array-type]ad

[incubator-doris] branch master updated (b93936c -> df7e848)

2022-02-24 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 b93936c [Feature][array-type]add proto for complex data type ARRAY (#8212) add df7e848 [chore](d

[incubator-doris] 01/06: [fix](mem-pool) fix bug that mem pool failed to allocate in ASAN mode (#8216)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit d8b106582d63c7fd44be68a9ad6924afe32ac490 Author: Mingyu Chen AuthorDate: Thu Feb 24 10:52:58 2022 +0800

[incubator-doris] 04/06: [fix](load) Fix InsertStmt prepareExpressions (#8112)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit e7233ded231da5898115f5a5545d2ccc121d1f76 Author: Arthur Yang AuthorDate: Thu Feb 24 23:12:51 2022 +0800

[incubator-doris] 03/06: [Function] Refactor the function code of log (#8199)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit d3b9bb20ff63b2bcb5a12501374ad363284408ce Author: HappenLee AuthorDate: Thu Feb 24 11:06:58 2022 +0800

[incubator-doris] 06/06: [Feature][array-type]add proto for complex data type ARRAY (#8212)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit c302179ee3923e35cffab48eb107239d378c4e35 Author: camby <104178...@qq.com> AuthorDate: Thu Feb 24 23:16:41

[incubator-doris] branch dev-1.0.0 updated (0726a43 -> c302179)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 0726a43 [fix](be-ut) Fix unused-but-set-variable errors. (#8211) new d8b1065 [fix](mem-pool) f

[incubator-doris] 05/06: [git] Ignore all the .flattened-pom.xml files (#8197)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit b45a100492d13dc3621354f3208b28b2005fe50d Author: Shuo Wang AuthorDate: Thu Feb 24 23:16:13 2022 +0800

[incubator-doris] 02/06: [Bug][Vectorized] fix bitmap_min(empty) not return null (#8190)

2022-02-24 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 061e344cff0d0f6f4bc815713163057ac35fc7f0 Author: Pxl <952130...@qq.com> AuthorDate: Thu Feb 24 11:06:27 2

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8223: [refactor] change mysql server version to avoid some cve issues

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8223: URL: https://github.com/apache/incubator-doris/pull/8223#issuecomment-1049992231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8221: [Bug][Vectorized] Fix bug of decimal cast to double loss precision && join code dump in semi/anti join

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8221: URL: https://github.com/apache/incubator-doris/pull/8221#issuecomment-1049993045 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8172: (improvement)(olap) using placement-new to avoid dynamic mallocing for ParsedPage

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8172: URL: https://github.com/apache/incubator-doris/pull/8172#issuecomment-1050048056 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] spaces-X commented on a change in pull request #8234: [Feature] Support pre-aggregation for quantile type

2022-02-24 Thread GitBox
spaces-X commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r814433675 ## File path: be/src/util/quantile_state.cpp ## @@ -0,0 +1,377 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [incubator-doris] Henry2SS commented on a change in pull request #8195: fix show routine load task error

2022-02-24 Thread GitBox
Henry2SS commented on a change in pull request #8195: URL: https://github.com/apache/incubator-doris/pull/8195#discussion_r814435018 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java ## @@ -1299,7 +1300,14 @@ protected abstract boolea

[GitHub] [incubator-doris] BiteTheDDDDt commented on a change in pull request #8226: [Bug][Vectorized] fix arithmetic calculate get wrong result

2022-02-24 Thread GitBox
BiteThet commented on a change in pull request #8226: URL: https://github.com/apache/incubator-doris/pull/8226#discussion_r814438974 ## File path: be/src/vec/functions/modulo.cpp ## @@ -72,6 +74,7 @@ struct PModuloImpl { } } + template Review comment

[GitHub] [incubator-doris] HappenLee closed issue #8231: [Bug] group_concat(value,null) not return null

2022-02-24 Thread GitBox
HappenLee closed issue #8231: URL: https://github.com/apache/incubator-doris/issues/8231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[GitHub] [incubator-doris] HappenLee merged pull request #8232: [Bug] group_concat(value,null) not return null

2022-02-24 Thread GitBox
HappenLee merged pull request #8232: URL: https://github.com/apache/incubator-doris/pull/8232 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: comm

[incubator-doris] branch master updated: [Bug] group_concat(value, null) not return null

2022-02-24 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 4c5d7c2 [Bug] group_concat(value,nu

[GitHub] [incubator-doris] HappenLee closed issue #8228: [Bug] Double % 0 should return null

2022-02-24 Thread GitBox
HappenLee closed issue #8228: URL: https://github.com/apache/incubator-doris/issues/8228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[GitHub] [incubator-doris] HappenLee merged pull request #8230: [Bug] Double/Float % 0 should be NULL

2022-02-24 Thread GitBox
HappenLee merged pull request #8230: URL: https://github.com/apache/incubator-doris/pull/8230 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: comm

[incubator-doris] branch master updated: [Bug] Double/Float % 0 should be NULL (#8230)

2022-02-24 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 8642fa3 [Bug] Double/Float % 0 shou

[incubator-doris] branch master updated: [Bug][Vectorized] Fix bug of decimal cast to double loss precision (#8221)

2022-02-24 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 6f4cf57 [Bug][Vectorized] Fix bug o

[GitHub] [incubator-doris] HappenLee merged pull request #8221: [Bug][Vectorized] Fix bug of decimal cast to double loss precision && join code dump in semi/anti join

2022-02-24 Thread GitBox
HappenLee merged pull request #8221: URL: https://github.com/apache/incubator-doris/pull/8221 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: comm

[GitHub] [incubator-doris] HappenLee closed issue #8215: [Bug][Vectorized] Decimal cast to float / double loss of precision

2022-02-24 Thread GitBox
HappenLee closed issue #8215: URL: https://github.com/apache/incubator-doris/issues/8215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-u

[GitHub] [incubator-doris] morningman merged pull request #8099: [refactor](fe) Remove version hash on FE side

2022-02-24 Thread GitBox
morningman merged pull request #8099: URL: https://github.com/apache/incubator-doris/pull/8099 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated (6f4cf57 -> ddf08cc)

2022-02-24 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 6f4cf57 [Bug][Vectorized] Fix bug of decimal cast to double loss precision (#8221) add ddf08cc [

[incubator-doris] branch master updated (ddf08cc -> cce721a)

2022-02-24 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 ddf08cc [refactor](fe) Remove version hash on FE side (#8099) add cce721a [improvement](olap) usi

[GitHub] [incubator-doris] morningman merged pull request #8172: (improvement)(olap) using placement-new to avoid dynamic mallocing for ParsedPage

2022-02-24 Thread GitBox
morningman merged pull request #8172: URL: https://github.com/apache/incubator-doris/pull/8172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman merged pull request #8203: [Improvement] Add minimum fe meta version check

2022-02-24 Thread GitBox
morningman merged pull request #8203: URL: https://github.com/apache/incubator-doris/pull/8203 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[incubator-doris] branch master updated (cce721a -> f7c18d3)

2022-02-24 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 cce721a [improvement](olap) using placement-new to avoid dynamic mallocing for ParsedPage (#8172)

[incubator-doris] branch master updated: [refactor] change mysql server version to avoid some cve issues (#8223)

2022-02-24 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 40c1fa2 [refactor] change mysql se

[GitHub] [incubator-doris] morningman merged pull request #8223: [refactor] change mysql server version to avoid some cve issues

2022-02-24 Thread GitBox
morningman merged pull request #8223: URL: https://github.com/apache/incubator-doris/pull/8223 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] zhangstar333 opened a new issue #8236: [Bug] Function percentile input null return 0

2022-02-24 Thread GitBox
zhangstar333 opened a new issue #8236: URL: https://github.com/apache/incubator-doris/issues/8236 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8195: [ifx](routine-load) fix show routine load task error

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8195: URL: https://github.com/apache/incubator-doris/pull/8195#issuecomment-1050482344 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] adonis0147 opened a new issue #8237: [feature-wip][array-type] Refactor type info for nested array.

2022-02-24 Thread GitBox
adonis0147 opened a new issue #8237: URL: https://github.com/apache/incubator-doris/issues/8237 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8188: [Enhancement](routine_load) Support show routine load statement with like predicate

2022-02-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #8188: URL: https://github.com/apache/incubator-doris/pull/8188#discussion_r814447319 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java ## @@ -483,8 +484,10 @@ public RoutineLoadJob

[GitHub] [incubator-doris] morningman commented on pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-24 Thread GitBox
morningman commented on pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229#issuecomment-1050485435 compile failed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8188: [Enhancement](routine_load) Support show routine load statement with like predicate

2022-02-24 Thread GitBox
caiconghui commented on a change in pull request #8188: URL: https://github.com/apache/incubator-doris/pull/8188#discussion_r814448273 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java ## @@ -483,8 +484,10 @@ public RoutineLoadJob

[GitHub] [incubator-doris] zhangstar333 opened a new pull request #8238: [fix] Function percentile input null return null

2022-02-24 Thread GitBox
zhangstar333 opened a new pull request #8238: URL: https://github.com/apache/incubator-doris/pull/8238 # Proposed changes Issue Number: close #8236 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229#issuecomment-1050493439 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8238: [fix] Function percentile input null return null

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8238: URL: https://github.com/apache/incubator-doris/pull/8238#issuecomment-1050493834 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] daikon12 opened a new pull request #8239: [docs][fix][fix some confusing doc content]

2022-02-24 Thread GitBox
daikon12 opened a new pull request #8239: URL: https://github.com/apache/incubator-doris/pull/8239 # Proposed changes 1. XXX of Doris --> Doris on XXX 2. brpc_port* --> brpc_port http_port * -> http_port 3. (FE <--> FE,用户) --> (FE <--> FE,用户 <--> FE) ## Problem Summa

[GitHub] [incubator-doris-flink-connector] bridgeDream opened a new pull request #9: [feature]Supports traversal of Doris FE nodes when searching for Doris BE

2022-02-24 Thread GitBox
bridgeDream opened a new pull request #9: URL: https://github.com/apache/incubator-doris-flink-connector/pull/9 # Proposed changes ## Problem Summary: Currently, when Flink-doris-Connetor writes Doris, it will queries Doris FE node through one of the Doris BE nodes randoml

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8217: [feature][array-type]support select ARRAY data type on vectorized engine

2022-02-24 Thread GitBox
HappenLee commented on a change in pull request #8217: URL: https://github.com/apache/incubator-doris/pull/8217#discussion_r814462013 ## File path: be/src/vec/columns/column_array.cpp ## @@ -0,0 +1,700 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8217: [feature][array-type]support select ARRAY data type on vectorized engine

2022-02-24 Thread GitBox
cambyzju commented on a change in pull request #8217: URL: https://github.com/apache/incubator-doris/pull/8217#discussion_r813634151 ## File path: be/src/vec/columns/column_array.cpp ## @@ -0,0 +1,699 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8217: [feature][array-type]support select ARRAY data type on vectorized engine

2022-02-24 Thread GitBox
cambyzju commented on a change in pull request #8217: URL: https://github.com/apache/incubator-doris/pull/8217#discussion_r814475416 ## File path: be/src/vec/columns/column_array.cpp ## @@ -0,0 +1,699 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris-flink-connector] morningman opened a new pull request #10: [chore] modify build.sh and github action for 1.14

2022-02-24 Thread GitBox
morningman opened a new pull request #10: URL: https://github.com/apache/incubator-doris-flink-connector/pull/10 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the o

[GitHub] [incubator-doris] morningman closed pull request #8219: fix mempool ut problem introduced by this patch

2022-02-24 Thread GitBox
morningman closed pull request #8219: URL: https://github.com/apache/incubator-doris/pull/8219 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com

[GitHub] [incubator-doris] morningman commented on pull request #8219: fix mempool ut problem introduced by this patch

2022-02-24 Thread GitBox
morningman commented on pull request #8219: URL: https://github.com/apache/incubator-doris/pull/8219#issuecomment-1050532785 has been fixed in #8216 ,close this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8179: [feature-wip](iceberg) Step3: Support query iceberg external table

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8179: URL: https://github.com/apache/incubator-doris/pull/8179#issuecomment-1050534374 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris-flink-connector] hf200012 commented on pull request #9: [feature]Supports traversal of Doris FE nodes when searching for Doris BE

2022-02-24 Thread GitBox
hf200012 commented on pull request #9: URL: https://github.com/apache/incubator-doris-flink-connector/pull/9#issuecomment-1050534673 Please update the documentation in both English and Chinese -- This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris-flink-connector] branch master updated: Fix notification settings not taking effect (#8)

2022-02-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 4f61663 Fix not

[incubator-doris-flink-connector] branch master updated (4f61663 -> 21c3e31)

2022-02-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. from 4f61663 Fix notification settings not taking effect (#8) add 21c3e31 [chore] m

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #10: [chore] modify build.sh and github action for 1.14

2022-02-24 Thread GitBox
hf200012 merged pull request #10: URL: https://github.com/apache/incubator-doris-flink-connector/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #8: Fix notification settings ineffective

2022-02-24 Thread GitBox
hf200012 merged pull request #8: URL: https://github.com/apache/incubator-doris-flink-connector/pull/8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8041: [Feature](create_table) Support create table with random distribution to avoid data skew

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8041: URL: https://github.com/apache/incubator-doris/pull/8041#issuecomment-1050535640 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] zbtzbtzbt commented on pull request #8229: [Vec][Opt] better memequal impl to speed up string compare

2022-02-24 Thread GitBox
zbtzbtzbt commented on pull request #8229: URL: https://github.com/apache/incubator-doris/pull/8229#issuecomment-1050542270 > compile failed now it's ok -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-doris] daikon12 commented on pull request #8239: [docs][fix][fix some confusing doc content]

2022-02-24 Thread GitBox
daikon12 commented on pull request #8239: URL: https://github.com/apache/incubator-doris/pull/8239#issuecomment-1050557144 您好!邮件我已收到,我会尽快处理的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8239: [docs][fix][fix some confusing doc content]

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8239: URL: https://github.com/apache/incubator-doris/pull/8239#issuecomment-1050557210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris] daikon12 removed a comment on pull request #8239: [docs][fix][fix some confusing doc content]

2022-02-24 Thread GitBox
daikon12 removed a comment on pull request #8239: URL: https://github.com/apache/incubator-doris/pull/8239#issuecomment-1050557144 您好!邮件我已收到,我会尽快处理的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-doris] adonis0147 opened a new pull request #8240: [feature-wip][array-type] Refactor type info for nested array.

2022-02-24 Thread GitBox
adonis0147 opened a new pull request #8240: URL: https://github.com/apache/incubator-doris/pull/8240 # Proposed changes Issue Number: close #8237 ## Problem Summary: Please refer to #8237 . ## Checklist(Required) 1. Does it affect the original behavior: No

[GitHub] [incubator-doris] zuochunwei opened a new pull request #8241: (bugfix) (olap) add check statement to protect get_dict_word_info() from crash

2022-02-24 Thread GitBox
zuochunwei opened a new pull request #8241: URL: https://github.com/apache/incubator-doris/pull/8241 # Proposed changes check _num_elems firstly at the beginning of get_dict_word_info for safe Issue Number: close #xxx ## Problem Summary: Describe the overview of chang

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8241: (bugfix) (olap) add check statement to protect get_dict_word_info() from crash

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8241: URL: https://github.com/apache/incubator-doris/pull/8241#issuecomment-1050569171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris-flink-connector] morningman commented on pull request #9: [feature]Supports traversal of Doris FE nodes when searching for Doris BE

2022-02-24 Thread GitBox
morningman commented on pull request #9: URL: https://github.com/apache/incubator-doris-flink-connector/pull/9#issuecomment-1050573195 And please push another PR to branch-for-flink-before-1.13 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8188: [Enhancement](routine_load) Support show routine load statement with like predicate

2022-02-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #8188: URL: https://github.com/apache/incubator-doris/pull/8188#discussion_r814517829 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java ## @@ -483,8 +484,10 @@ public RoutineLoadJob

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8188: [Enhancement](routine_load) Support show routine load statement with like predicate

2022-02-24 Thread GitBox
github-actions[bot] commented on pull request #8188: URL: https://github.com/apache/incubator-doris/pull/8188#issuecomment-1050577780 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [incubator-doris-flink-connector] bridgeDream opened a new pull request #11: Supports traversal of Doris FE nodes when searching for Doris BE

2022-02-24 Thread GitBox
bridgeDream opened a new pull request #11: URL: https://github.com/apache/incubator-doris-flink-connector/pull/11 # Proposed changes ## Problem Summary: 目前,使用 flink-doris-connector 写入 Doris ,当配置了多个 Doris FE 节点的前提下, 内部通过 FE 节点请求到 BE 时会随机选择其中一个 FE 提交 http 请求 BE 节点地址;在生产环境中,由于机器原

[GitHub] [incubator-doris-flink-connector] hf200012 commented on pull request #11: [feature]Supports traversal of Doris FE nodes when searching for Doris BE on branch flink-before-1.13

2022-02-24 Thread GitBox
hf200012 commented on pull request #11: URL: https://github.com/apache/incubator-doris-flink-connector/pull/11#issuecomment-1050603416 Please update the documentation, both in Chinese and English -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris-flink-connector] bridgeDream commented on pull request #11: [feature]Supports traversal of Doris FE nodes when searching for Doris BE on branch flink-before-1.13

2022-02-24 Thread GitBox
bridgeDream commented on pull request #11: URL: https://github.com/apache/incubator-doris-flink-connector/pull/11#issuecomment-1050609771 > Please update the documentation, both in Chinese and English Hi, which documentation, can you provided a path? I'm sorry I couldn't find the file