[GitHub] [incubator-doris] morningman commented on pull request #8442: [Vectorized] Support function tuple is null

2022-03-11 Thread GitBox
morningman commented on pull request #8442: URL: https://github.com/apache/incubator-doris/pull/8442#issuecomment-1064904209 Merge it for quick test -- 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] morningman merged pull request #8442: [Vectorized] Support function tuple is null

2022-03-11 Thread GitBox
morningman merged pull request #8442: URL: https://github.com/apache/incubator-doris/pull/8442 -- 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 closed issue #8441: [Feature] Some feature of vec exec engine should be done

2022-03-11 Thread GitBox
morningman closed issue #8441: URL: https://github.com/apache/incubator-doris/issues/8441 -- 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-

[incubator-doris] branch master updated (37c201a -> 68dd799)

2022-03-11 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 37c201a [doc] fix metadata operation links to external docs (#8403) add 68dd799 [improvement](vec

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8444: [fix](report) fix bug that tablet may already be delete when reporting

2022-03-11 Thread GitBox
github-actions[bot] commented on pull request #8444: URL: https://github.com/apache/incubator-doris/pull/8444#issuecomment-1064911344 -- 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

[incubator-doris] branch dev created (now 68dd799)

2022-03-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 68dd799 [improvement](vectorized) Support function tuple is null (#8442) No new revisions were added by

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8444: [fix](report) fix bug that tablet may already be delete when reporting

2022-03-11 Thread GitBox
caiconghui commented on a change in pull request #8444: URL: https://github.com/apache/incubator-doris/pull/8444#discussion_r824528071 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -6938,6 +6938,14 @@ public void replayBackendReplicasInfo(B

[GitHub] [incubator-doris] morningman closed issue #8366: [Feature] Support user level memory limit settings

2022-03-11 Thread GitBox
morningman closed issue #8366: URL: https://github.com/apache/incubator-doris/issues/8366 -- 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 #8365: [feature](user-property) Support user level exec_mem_limit and load_mem_limit

2022-03-11 Thread GitBox
morningman merged pull request #8365: URL: https://github.com/apache/incubator-doris/pull/8365 -- 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] BiteTheDDDDt opened a new issue #8447: [Feature][Vectorized] support lateral view

2022-03-11 Thread GitBox
BiteThet opened a new issue #8447: URL: https://github.com/apache/incubator-doris/issues/8447 ### 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] BiteTheDDDDt opened a new pull request #8448: [Feature][Vectorized] support lateral view

2022-03-11 Thread GitBox
BiteThet opened a new pull request #8448: URL: https://github.com/apache/incubator-doris/pull/8448 # Proposed changes Issue Number: close #8447 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [incubator-doris] morningman closed issue #8357: [Refactor] to_bitmap(-1) return NULL instead of return parse failed error_message

2022-03-11 Thread GitBox
morningman closed issue #8357: URL: https://github.com/apache/incubator-doris/issues/8357 -- 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 #8373: [Refactor] to_bitmap(-1) return NULL instead of return parse failed error_message

2022-03-11 Thread GitBox
morningman merged pull request #8373: URL: https://github.com/apache/incubator-doris/pull/8373 -- 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 #8436: [improvement] Avoid print large string in error log

2022-03-11 Thread GitBox
morningman merged pull request #8436: URL: https://github.com/apache/incubator-doris/pull/8436 -- 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 #8444: [fix](report) fix bug that tablet may already be delete when reporting

2022-03-11 Thread GitBox
morningman merged pull request #8444: URL: https://github.com/apache/incubator-doris/pull/8444 -- 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 (68dd799 -> e403dbc)

2022-03-11 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 68dd799 [improvement](vectorized) Support function tuple is null (#8442) add e403dbc [feature](u

[incubator-doris] branch master updated (e403dbc -> e0ef9b8)

2022-03-11 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 e403dbc [feature](user-property) Support user level exec_mem_limit and load_mem_limit (#8365) add

[incubator-doris] branch master updated (e0ef9b8 -> a76889b)

2022-03-11 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 e0ef9b8 [refactor](vectorized) to_bitmap(-1) return NULL instead of return parse failed error_message

[incubator-doris] branch master updated (a76889b -> ffddebf)

2022-03-11 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 a76889b [improvement] Avoid print large string in error log (#8436) add ffddebf [fix](report) fix

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8444: [fix](report) fix bug that tablet may already be delete when reporting

2022-03-11 Thread GitBox
caiconghui commented on a change in pull request #8444: URL: https://github.com/apache/incubator-doris/pull/8444#discussion_r824528071 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -6938,6 +6938,14 @@ public void replayBackendReplicasInfo(B

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8423: [Fix](transaction) Fix committed transaction couldn't be finished when table is dropped

2022-03-11 Thread GitBox
github-actions[bot] commented on pull request #8423: URL: https://github.com/apache/incubator-doris/pull/8423#issuecomment-1064937676 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] morningman closed issue #8426: [Bug] Transaction may not be finished when table does not exist

2022-03-11 Thread GitBox
morningman closed issue #8426: URL: https://github.com/apache/incubator-doris/issues/8426 -- 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 #8423: [Fix](transaction) Fix committed transaction couldn't be finished when table is dropped

2022-03-11 Thread GitBox
morningman merged pull request #8423: URL: https://github.com/apache/incubator-doris/pull/8423 -- 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 (ffddebf -> 4a38f2d)

2022-03-11 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 ffddebf [fix](report) fix bug that tablet may already be delete when reporting (#8444) add 4a38f2

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8387: [Refactor](storage_engine) Use std::shared_mutex to replace RWMutex

2022-03-11 Thread GitBox
github-actions[bot] commented on pull request #8387: URL: https://github.com/apache/incubator-doris/pull/8387#issuecomment-1064945856 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

[incubator-doris] 09/09: [fix](report) fix bug that tablet may already be delete when reporting (#8444)

2022-03-11 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 1681e4f104b599b432e41621d137ac0bcb1d2577 Author: Mingyu Chen AuthorDate: Fri Mar 11 17:24:20 2022 +0800

[incubator-doris] 08/09: [improvement] Avoid print large string in error log (#8436)

2022-03-11 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 3d1c4cf63f804a5ec1d1ae262334ee7c2f25d6f1 Author: Mingyu Chen AuthorDate: Fri Mar 11 17:23:47 2022 +0800

[incubator-doris] 06/09: [refactor](vectorized) to_bitmap(-1) return NULL instead of return parse failed error_message (#8373)

2022-03-11 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 dbcb1f0def297630f7638693e87974a2e892ef9a Author: zhangstar333 <87313068+zhangstar...@users.noreply.github

[incubator-doris] 05/09: [feature](user-property) Support user level exec_mem_limit and load_mem_limit (#8365)

2022-03-11 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 3f64a9355cf5e95847cdc1d13e509d96855d2a12 Author: Mingyu Chen AuthorDate: Fri Mar 11 17:20:09 2022 +0800

[incubator-doris] 04/09: [improvement](vectorized) Support function tuple is null (#8442)

2022-03-11 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 7fdd24889cc2ec83d7a163ef21d4cc46a3988162 Author: HappenLee AuthorDate: Fri Mar 11 16:54:37 2022 +0800

[incubator-doris] 07/09: [fix](transaction) Fix committed transaction couldn't be finished when table is dropped (#8423)

2022-03-11 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 8a2da556e755e6ec4f5afb83b8807c6cbb7874b1 Author: caiconghui <55968745+caicong...@users.noreply.github.com

[incubator-doris] 03/09: [fix](vectorized) core dump on runtime filter insert because of block address change (#8429)

2022-03-11 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 39d1ff6999f924495bac1de847e4a28083afa064 Author: Pxl <952130...@qq.com> AuthorDate: Thu Mar 10 19:02:19 2

[incubator-doris] 02/09: [feature](function) support vectorized digital_masking (#8409)

2022-03-11 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 13ad45e298f0d2fc134fb2b7e490910bb7b96e0f Author: Pxl <952130...@qq.com> AuthorDate: Thu Mar 10 09:07:07 2

[incubator-doris] branch dev-1.0.0 updated (4e7ea50 -> 1681e4f)

2022-03-11 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 4e7ea50 [fix](vectorized) fix arithmetic calculate get wrong result(#8226) new aad6cb5 [fix](

[incubator-doris] 01/09: [fix](replica) handle replica version missing info to avoid -214 error (#8209)

2022-03-11 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 aad6cb57d458b790b6e0dced75f86b6499b39b1c Author: Mingyu Chen AuthorDate: Wed Mar 9 13:03:22 2022 +0800

[GitHub] [incubator-doris] caiconghui merged pull request #8387: [Refactor](storage_engine) Use std::shared_mutex to replace RWMutex

2022-03-11 Thread GitBox
caiconghui merged pull request #8387: URL: https://github.com/apache/incubator-doris/pull/8387 -- 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 (4a38f2d -> c86d469)

2022-03-11 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 4a38f2d [fix](transaction) Fix committed transaction couldn't be finished when table is dropped (#8423

[GitHub] [incubator-doris] wangshuo128 commented on a change in pull request #8318: [improvement](storage) Low cardinality string optimization in storage layer

2022-03-11 Thread GitBox
wangshuo128 commented on a change in pull request #8318: URL: https://github.com/apache/incubator-doris/pull/8318#discussion_r824578717 ## File path: be/src/vec/columns/column_dictionary.h ## @@ -0,0 +1,381 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [incubator-doris] HappenLee opened a new issue #8449: [Bug] BetweenPredicate failed when enable the fold const expr

2022-03-11 Thread GitBox
HappenLee opened a new issue #8449: URL: https://github.com/apache/incubator-doris/issues/8449 ### 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] HappenLee opened a new pull request #8450: [Bug] Support BetweenPredicate enable fold const expr

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

[GitHub] [incubator-doris] hf200012 merged pull request #8424: [docs]Update load-manual.md

2022-03-11 Thread GitBox
hf200012 merged pull request #8424: URL: https://github.com/apache/incubator-doris/pull/8424 -- 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: commi

[incubator-doris] branch branch-0.11 updated: Update load-manual.md (#8424)

2022-03-11 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 39bb335 Update load-ma

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

2022-03-11 Thread GitBox
spaces-X commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r824717556 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java ## @@ -386,25 +386,18 @@ public void analyze(Analyzer anal

[GitHub] [incubator-doris] morningman merged pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-11 Thread GitBox
morningman merged pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322 -- 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] github-actions[bot] commented on pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-11 Thread GitBox
github-actions[bot] commented on pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#issuecomment-1065142696 -- 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] morningman commented on a change in pull request #8450: [Bug] Support BetweenPredicate enable fold const expr

2022-03-11 Thread GitBox
morningman commented on a change in pull request #8450: URL: https://github.com/apache/incubator-doris/pull/8450#discussion_r824748122 ## File path: be/src/vec/columns/column_vector.cpp ## @@ -231,8 +231,8 @@ void ColumnVector::insert_indices_from(const IColumn& src, const int

[GitHub] [incubator-doris] morningman commented on a change in pull request #8439: [refactor] use c++ 14 deprecated instead of comment, this detect usage of deprecated var or func at compile time

2022-03-11 Thread GitBox
morningman commented on a change in pull request #8439: URL: https://github.com/apache/incubator-doris/pull/8439#discussion_r824750657 ## File path: be/src/exec/tablet_sink.h ## @@ -165,6 +165,7 @@ class NodeChannel { Status add_row(Tuple* tuple, int64_t tablet_id); +

[GitHub] [incubator-doris] caiconghui merged pull request #8324: [Feature](proc) Support proc dir for showing tablet health status

2022-03-11 Thread GitBox
caiconghui merged pull request #8324: URL: https://github.com/apache/incubator-doris/pull/8324 -- 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] caiconghui closed issue #8323: [Feature] Support proc dir for showing tablet health status

2022-03-11 Thread GitBox
caiconghui closed issue #8323: URL: https://github.com/apache/incubator-doris/issues/8323 -- 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-

[incubator-doris] branch master updated (e17aef9 -> 23d0e7b)

2022-03-11 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from e17aef9 [refactor] refactor the implement of MemTracker, and related usage (#8322) add 23d0e7b [

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

2022-03-11 Thread GitBox
spaces-X commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r824814803 ## File path: be/src/olap/aggregate_func.h ## @@ -580,6 +581,53 @@ struct AggregateFuncTraits { }; +template <> +struct AggregateFuncTraits {

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

2022-03-11 Thread GitBox
spaces-X commented on a change in pull request #8234: URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r824834713 ## File path: be/src/exprs/quantile_function.cpp ## @@ -0,0 +1,127 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] xiaokang opened a new pull request #8451: fix olap table scan and sink memory usage problem

2022-03-11 Thread GitBox
xiaokang opened a new pull request #8451: URL: https://github.com/apache/incubator-doris/pull/8451 # Proposed changes Issue Number: NA ## Problem Summary: Due to unlimited queue in OlapScanNode and NodeChannel, memory usage can be very large for reading and writting lar

[GitHub] [incubator-doris] morningman commented on pull request #8451: fix olap table scan and sink memory usage problem

2022-03-11 Thread GitBox
morningman commented on pull request #8451: URL: https://github.com/apache/incubator-doris/pull/8451#issuecomment-1065287730 LGTM, but there are 2 more things: 1. It is better to provide some data to illustrate the memory usage before and after the modification in order to give more info

[GitHub] [incubator-doris] morningman commented on a change in pull request #8448: [Feature][Vectorized] support lateral view

2022-03-11 Thread GitBox
morningman commented on a change in pull request #8448: URL: https://github.com/apache/incubator-doris/pull/8448#discussion_r824671065 ## File path: be/src/exec/table_function_node.h ## @@ -62,8 +59,11 @@ class TableFunctionNode : public ExecNode { bool _child_batch_exhaus

[GitHub] [incubator-doris] xiaokang commented on pull request #8451: [improvement](memory) fix olap table scan and sink memory usage problem

2022-03-11 Thread GitBox
xiaokang commented on pull request #8451: URL: https://github.com/apache/incubator-doris/pull/8451#issuecomment-1065797757 Hi @morningman, Thanks for your quick response! > > 1. It is better to provide some data to illustrate the memory usage before and after the modification in

[GitHub] [incubator-doris] caiconghui opened a new pull request #8452: [Refactor](mutex) Use std::mutex to replace Mutex and refactor some lock logic

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