[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917586621 ## be/src/vec/functions/function_string.h: ## @@ -553,6 +563,122 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std::

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917582969 ## be/src/vec/functions/function_string.h: ## @@ -553,6 +563,122 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std::

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917581725 ## be/src/vec/functions/function_string.h: ## @@ -540,6 +545,11 @@ class FunctionStringConcatWs : public IFunction { } else { null_list[i]

[GitHub] [doris] SWJTU-ZhangLei opened a new pull request, #10760: [bug](be) be asan core doris::DiskIoMgr::~DiskIoMgr(#10759)

2022-07-10 Thread GitBox
SWJTU-ZhangLei opened a new pull request, #10760: URL: https://github.com/apache/doris/pull/10760 # Proposed changes Issue Number: close #10759 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [doris] zxealous commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
zxealous commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917576053 ## be/src/vec/functions/function_string.h: ## @@ -540,6 +542,11 @@ class FunctionStringConcatWs : public IFunction { } else { null_list[i]

[GitHub] [doris] zxealous commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
zxealous commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917575244 ## be/src/vec/functions/function_string.h: ## @@ -553,36 +560,125 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer; std:

[GitHub] [doris] SWJTU-ZhangLei opened a new issue, #10759: [Bug] (be) asan be core doris::DiskIoMgr::~DiskIoMgr()

2022-07-10 Thread GitBox
SWJTU-ZhangLei opened a new issue, #10759: URL: https://github.com/apache/doris/issues/10759 ### 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 i found

[GitHub] [doris] mrhhsg closed pull request #10712: [fix]Avoid error while runing stop_be.sh with no arg

2022-07-10 Thread GitBox
mrhhsg closed pull request #10712: [fix]Avoid error while runing stop_be.sh with no arg URL: https://github.com/apache/doris/pull/10712 -- 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 c

[GitHub] [doris] mrhhsg commented on pull request #10712: [fix]Avoid error while runing stop_be.sh with no arg

2022-07-10 Thread GitBox
mrhhsg commented on PR #10712: URL: https://github.com/apache/doris/pull/10712#issuecomment-1180005793 Someone has fixed this. -- 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

[GitHub] [doris] SWJTU-ZhangLei opened a new pull request, #10758: [bug](be) fix be _quick_compaction_thread_pool without shutdown.

2022-07-10 Thread GitBox
SWJTU-ZhangLei opened a new pull request, #10758: URL: https://github.com/apache/doris/pull/10758 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior

[GitHub] [doris] no7dw commented on issue #4839: [Bug] Create view failed

2022-07-10 Thread GitBox
no7dw commented on issue #4839: URL: https://github.com/apache/doris/issues/4839#issuecomment-1180001299 still got a error here . ver: Git : git://4ae1784ec1a5/root/doris-1.0.1@3d4dbaca8229a92525c309ad9211b1cdc750aea0 Version : 1.1.0-preview2 when using union all qu

[GitHub] [doris] yiguolei merged pull request #10732: [fix] remove unused private field _profile

2022-07-10 Thread GitBox
yiguolei merged PR #10732: URL: https://github.com/apache/doris/pull/10732 -- 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-unsubscr...@doris.apa

[doris] branch master updated (7fa72406a5 -> f21ce35059)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 7fa72406a5 [Doc]Update flink / spark connector download url (#10746) add f21ce35059 [refactor]remove unused priv

[GitHub] [doris] yiguolei closed issue #10729: [Bug] clang compile error: private field '_profile' is not used

2022-07-10 Thread GitBox
yiguolei closed issue #10729: [Bug] clang compile error: private field '_profile' is not used URL: https://github.com/apache/doris/issues/10729 -- 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

[doris] branch master updated (277a7dd97e -> 7fa72406a5)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 277a7dd97e [bugfix]ColumnDecimal missed some interfaces about pre-serialization (#10751) add 7fa72406a5 [Doc]Up

[GitHub] [doris] yiguolei merged pull request #10746: [Doc]Update flink / spark connector download url

2022-07-10 Thread GitBox
yiguolei merged PR #10746: URL: https://github.com/apache/doris/pull/10746 -- 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-unsubscr...@doris.apa

[doris] branch master updated: [bugfix]ColumnDecimal missed some interfaces about pre-serialization (#10751)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 277a7dd97e [bugfix]ColumnDecimal missed some in

[GitHub] [doris] yiguolei merged pull request #10751: [fix]ColumnDecimal missed some interfaces about pre-serialization

2022-07-10 Thread GitBox
yiguolei merged PR #10751: URL: https://github.com/apache/doris/pull/10751 -- 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-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #10750: [Bug] ColumnDecimal miss some interfaces about pre-serialization

2022-07-10 Thread GitBox
yiguolei closed issue #10750: [Bug] ColumnDecimal miss some interfaces about pre-serialization URL: https://github.com/apache/doris/issues/10750 -- 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] [doris] github-actions[bot] commented on pull request #10756: [Fix](distrubution) DISTRIBUTED BY RANDOM BUCKETS not random

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10756: URL: https://github.com/apache/doris/pull/10756#issuecomment-1179996775 PR approved by anyone and no changes requested. -- 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] [doris] github-actions[bot] commented on pull request #10756: [Fix](distrubution) DISTRIBUTED BY RANDOM BUCKETS not random

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10756: URL: https://github.com/apache/doris/pull/10756#issuecomment-1179996763 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, please log on to GitHu

[GitHub] [doris] Jibing-Li opened a new pull request, #10757: Runtime filter

2022-07-10 Thread GitBox
Jibing-Li opened a new pull request, #10757: URL: https://github.com/apache/doris/pull/10757 # Proposed changes Use runtime filter for hms external catalog tables. ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] eldenmoon opened a new pull request, #10756: [Fix](distrubution) DISTRIBUTED BY RANDOM BUCKETS not random

2022-07-10 Thread GitBox
eldenmoon opened a new pull request, #10756: URL: https://github.com/apache/doris/pull/10756 _compute_tablet_index catched up a local variable # Proposed changes Issue Number: close #10755 ## Problem Summary: Describe the overview of changes. ## Checklist(Re

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917541257 ## fe/fe-core/src/main/java/org/apache/doris/policy/StoragePolicy.java: ## @@ -19,29 +19,58 @@ import org.apache.doris.catalog.Catalog; import org.apache.doris.cata

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917539917 ## fe/fe-core/src/main/java/org/apache/doris/qe/DdlExecutor.java: ## @@ -304,6 +305,8 @@ public static void execute(Catalog catalog, DdlStmt ddlStmt) throws Exception

[GitHub] [doris] yangzhg commented on a diff in pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-10 Thread GitBox
yangzhg commented on code in PR #10685: URL: https://github.com/apache/doris/pull/10685#discussion_r917539883 ## be/src/vec/aggregate_functions/aggregate_function_rpc.h: ## @@ -0,0 +1,762 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] yangzhg commented on a diff in pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-10 Thread GitBox
yangzhg commented on code in PR #10685: URL: https://github.com/apache/doris/pull/10685#discussion_r917538513 ## be/src/vec/aggregate_functions/aggregate_function_rpc.h: ## @@ -0,0 +1,762 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] yangzhg commented on a diff in pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-10 Thread GitBox
yangzhg commented on code in PR #10685: URL: https://github.com/apache/doris/pull/10685#discussion_r917537353 ## be/src/vec/aggregate_functions/aggregate_function_rpc.h: ## @@ -0,0 +1,762 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[GitHub] [doris] eldenmoon opened a new issue, #10755: [Bug] DISTRIBUTED BY RANDOM BUCKETS is not random

2022-07-10 Thread GitBox
eldenmoon opened a new issue, #10755: URL: https://github.com/apache/doris/issues/10755 ### 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 master

[GitHub] [doris] yangzhg commented on a diff in pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-10 Thread GitBox
yangzhg commented on code in PR #10685: URL: https://github.com/apache/doris/pull/10685#discussion_r917532832 ## samples/doris-demo/remote-udf-cpp-demo/cpp_function_service_demo.cpp: ## @@ -128,4 +128,4 @@ int main(int argc, char** argv) { // Wait until Ctrl-C is pressed, t

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917532186 ## fe/fe-core/src/main/java/org/apache/doris/policy/StoragePolicy.java: ## @@ -149,26 +190,55 @@ public void init(final Map props) throws AnalysisException {

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917530739 ## fe/fe-core/src/main/java/org/apache/doris/policy/StoragePolicy.java: ## @@ -115,12 +148,17 @@ public StoragePolicy(final PolicyTypeEnum type, final String policyNam

[doris] branch master updated (639f1cd26c -> cc279d09a1)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 639f1cd26c [improvement](parquet-reader) Add some profile for parquet reader (#10740) add cc279d09a1 [BUG] Wron

[GitHub] [doris] yiguolei closed issue #10715: [Bug] Wrong results when using in runtime filter

2022-07-10 Thread GitBox
yiguolei closed issue #10715: [Bug] Wrong results when using in runtime filter URL: https://github.com/apache/doris/issues/10715 -- 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.

[GitHub] [doris] yiguolei merged pull request #10735: [BUG] Wrong result when build size is beyond IN runtime filter threshold

2022-07-10 Thread GitBox
yiguolei merged PR #10735: URL: https://github.com/apache/doris/pull/10735 -- 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-unsubscr...@doris.apa

[GitHub] [doris] yangzhg commented on a diff in pull request #10685: [UDAF] Vectorization support remote udaf #10683

2022-07-10 Thread GitBox
yangzhg commented on code in PR #10685: URL: https://github.com/apache/doris/pull/10685#discussion_r917529661 ## be/src/vec/aggregate_functions/aggregate_function_rpc.h: ## @@ -0,0 +1,762 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor l

[doris] branch master updated (d6e6aae6c6 -> 639f1cd26c)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d6e6aae6c6 [docs] how-to-contribute remove incubator (#10730) add 639f1cd26c [improvement](parquet-reader) Add s

[GitHub] [doris] yiguolei merged pull request #10740: [improvement](parquet-reader) Add some profile for parquet reader

2022-07-10 Thread GitBox
yiguolei merged PR #10740: URL: https://github.com/apache/doris/pull/10740 -- 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-unsubscr...@doris.apa

[doris] branch master updated: [docs] how-to-contribute remove incubator (#10730)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new d6e6aae6c6 [docs] how-to-contribute remove incu

[GitHub] [doris] yiguolei merged pull request #10730: [TLP] how-to-contribute remove incubator

2022-07-10 Thread GitBox
yiguolei merged PR #10730: URL: https://github.com/apache/doris/pull/10730 -- 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-unsubscr...@doris.apa

[doris] branch master updated: [enhancement](alter) Make alter job more robust by ignoring some task failure (#10719)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 81101fc1c5 [enhancement](alter) Make alter job

[GitHub] [doris] yiguolei merged pull request #10719: [enhancement](alter) Make alter job more robust by ignoring some task failure

2022-07-10 Thread GitBox
yiguolei merged PR #10719: URL: https://github.com/apache/doris/pull/10719 -- 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-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #10718: [Enhancement] (alter) Increase the success rate of alter job by ignoring some task failure

2022-07-10 Thread GitBox
yiguolei closed issue #10718: [Enhancement] (alter) Increase the success rate of alter job by ignoring some task failure URL: https://github.com/apache/doris/issues/10718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[doris] branch master updated: Revert "[Enhancement] Add column prune support for VOlapScanNode (#10615)" (#10734)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 8472ea8324 Revert "[Enhancement] Add column pr

[GitHub] [doris] yiguolei merged pull request #10734: Revert "[Enhancement] Add column prune support for VOlapScanNode

2022-07-10 Thread GitBox
yiguolei merged PR #10734: URL: https://github.com/apache/doris/pull/10734 -- 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-unsubscr...@doris.apa

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917528490 ## fe/fe-core/src/main/java/org/apache/doris/policy/StoragePolicy.java: ## @@ -149,26 +190,55 @@ public void init(final Map props) throws AnalysisException {

[GitHub] [doris] yiguolei merged pull request #10542: [Enhancement] support compile with jemalloc

2022-07-10 Thread GitBox
yiguolei merged PR #10542: URL: https://github.com/apache/doris/pull/10542 -- 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-unsubscr...@doris.apa

[doris] branch master updated (4cd4f94717 -> b04a791895)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4cd4f94717 [docs]fix typo in substring docs (#10747) add b04a791895 [Enhancement] support compile with jemalloc

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917528280 ## fe/fe-core/src/main/java/org/apache/doris/policy/StoragePolicy.java: ## @@ -244,4 +314,100 @@ private static long getMsByCooldownTtl(String cooldownTtl) throws Anal

[GitHub] [doris] morningman commented on a diff in pull request #10740: [improvement](parquet-reader) Add some profile for parquet reader

2022-07-10 Thread GitBox
morningman commented on code in PR #10740: URL: https://github.com/apache/doris/pull/10740#discussion_r917526912 ## be/src/vec/exec/file_text_scanner.h: ## @@ -42,6 +42,9 @@ class FileTextScanner final : public FileScanner { Status get_next(Block* block, bool* eof) override

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917526837 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ## @@ -992,6 +999,57 @@ public TWaitingTxnStatusResult waitingTxnStatus(TWaitingTxnStatu

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917525703 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ## @@ -992,6 +999,57 @@ public TWaitingTxnStatusResult waitingTxnStatus(TWaitingTxnStatu

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917525593 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ## @@ -992,6 +999,57 @@ public TWaitingTxnStatusResult waitingTxnStatus(TWaitingTxnStatu

[GitHub] [doris] github-actions[bot] commented on pull request #10542: [Enhancement] support compile with jemalloc

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10542: URL: https://github.com/apache/doris/pull/10542#issuecomment-1179941045 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, please log on to GitHu

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-10 Thread GitBox
carlvinhust2012 commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r917524726 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-10 Thread GitBox
carlvinhust2012 commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r917524082 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-10 Thread GitBox
carlvinhust2012 commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r917524082 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917523839 ## fe/fe-core/src/main/java/org/apache/doris/task/DropReplicaTask.java: ## @@ -23,11 +23,14 @@ public class DropReplicaTask extends AgentTask { private int schema

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r917523106 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] yiguolei commented on a diff in pull request #10745: [improvement] remove _free_blocks of VOlapScannode to simplify logic

2022-07-10 Thread GitBox
yiguolei commented on code in PR #10745: URL: https://github.com/apache/doris/pull/10745#discussion_r917522373 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -518,32 +502,24 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { break; } -

[GitHub] [doris] yiguolei commented on a diff in pull request #10745: [improvement] remove _free_blocks of VOlapScannode to simplify logic

2022-07-10 Thread GitBox
yiguolei commented on code in PR #10745: URL: https://github.com/apache/doris/pull/10745#discussion_r917521948 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -42,19 +42,16 @@ VOlapScanNode::VOlapScanNode(ObjectPool* pool, const TPlanNode& tnode, const Des _tuple_desc(

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r917521860 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[doris] branch master updated: [docs]fix typo in substring docs (#10747)

2022-07-10 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 4cd4f94717 [docs]fix typo in substring docs (#1

[GitHub] [doris] yiguolei merged pull request #10747: [docs]fix typo in substring docs

2022-07-10 Thread GitBox
yiguolei merged PR #10747: URL: https://github.com/apache/doris/pull/10747 -- 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-unsubscr...@doris.apa

svn commit: r55673 - /dev/doris/KEYS

2022-07-10 Thread morningman
Author: morningman Date: Mon Jul 11 03:46:04 2022 New Revision: 55673 Log: update KEYS Modified: dev/doris/KEYS Modified: dev/doris/KEYS == --- dev/doris/KEYS (original) +++ dev/doris/KEYS Mon Jul 11 03:46:04 2022 @@

[GitHub] [doris] cambyzju commented on a diff in pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10598: URL: https://github.com/apache/doris/pull/10598#discussion_r917519972 ## be/src/vec/functions/array/function_array_sort.h: ## @@ -0,0 +1,288 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917519276 ## fe/fe-core/src/main/java/org/apache/doris/task/NotifyUpdateStoragePolicyTask.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] zxealous commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
zxealous commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917519174 ## docs/en/docs/sql-manual/sql-functions/string-functions/concat_ws.md: ## @@ -28,10 +28,10 @@ under the License. ### Description Syntax -`VARCHAR concat ws (V

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
carlvinhust2012 commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917518635 ## be/src/vec/functions/function_string.h: ## @@ -553,36 +560,125 @@ class FunctionStringConcatWs : public IFunction { fmt::memory_buffer buffer;

[doris] branch master updated (a044b5dcc5 -> 1dccfa3d84)

2022-07-10 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a044b5dcc5 [refactor](predicate) refactor predicates in scan node (#10701) add 1dccfa3d84 [enhancement](nereids

[GitHub] [doris] EmmyMiao87 merged pull request #10659: [enhancement](nereids) make SSB works

2022-07-10 Thread GitBox
EmmyMiao87 merged PR #10659: URL: https://github.com/apache/doris/pull/10659 -- 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-unsubscr...@doris.a

[GitHub] [doris] github-actions[bot] commented on pull request #10659: [enhancement](nereids) make SSB works

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10659: URL: https://github.com/apache/doris/pull/10659#issuecomment-1179929020 PR approved by anyone and no changes requested. -- 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] [doris] github-actions[bot] commented on pull request #10659: [enhancement](nereids) make SSB works

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10659: URL: https://github.com/apache/doris/pull/10659#issuecomment-1179929007 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, please log on to GitHu

[GitHub] [doris] deardeng commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
deardeng commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917516622 ## fe/fe-core/src/main/java/org/apache/doris/task/NotifyUpdateStoragePolicyTask.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [doris] LOVEGISER opened a new pull request, #10753: update proxy_connect_timeout and proxy_timeout from 30s to 300s

2022-07-10 Thread GitBox
LOVEGISER opened a new pull request, #10753: URL: https://github.com/apache/doris/pull/10753 # Proposed changes Issue Number: close #10752 https://github.com/apache/doris/issues/10752 ## Problem Summary: 1. default config `proxy_connect_timeout 30s; proxy_timeout 30s ` and

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
carlvinhust2012 commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917516156 ## docs/en/docs/sql-manual/sql-functions/string-functions/concat_ws.md: ## @@ -28,10 +28,10 @@ under the License. ### Description Syntax -`VARCHAR conca

[GitHub] [doris] github-actions[bot] commented on pull request #10751: [fix]ColumnDecimal missed some interfaces about pre-serialization

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10751: URL: https://github.com/apache/doris/pull/10751#issuecomment-1179925982 PR approved by anyone and no changes requested. -- 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] [doris] github-actions[bot] commented on pull request #10751: [fix]ColumnDecimal missed some interfaces about pre-serialization

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10751: URL: https://github.com/apache/doris/pull/10751#issuecomment-1179925961 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, please log on to GitHu

[GitHub] [doris] github-actions[bot] commented on pull request #10748: [regression](array-type) add test for array functions support WHERE

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10748: URL: https://github.com/apache/doris/pull/10748#issuecomment-1179924929 PR approved by anyone and no changes requested. -- 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] [doris] github-actions[bot] commented on pull request #10748: [regression](array-type) add test for array functions support WHERE

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10748: URL: https://github.com/apache/doris/pull/10748#issuecomment-1179924898 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, please log on to GitHu

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917514217 ## docs/en/docs/sql-manual/sql-functions/string-functions/concat_ws.md: ## @@ -28,10 +28,10 @@ under the License. ### Description Syntax -`VARCHAR concat ws (V

[GitHub] [doris] LOVEGISER opened a new issue, #10752: [Enhancement] update proxy_connect_timeout and proxy_timeout from 30s to 300s

2022-07-10 Thread GitBox
LOVEGISER opened a new issue, #10752: URL: https://github.com/apache/doris/issues/10752 ### 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 1. my Do

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917512744 ## be/src/vec/functions/function_string.h: ## @@ -540,6 +542,11 @@ class FunctionStringConcatWs : public IFunction { } else { null_list[i]

[GitHub] [doris] cambyzju commented on a diff in pull request #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10749: URL: https://github.com/apache/doris/pull/10749#discussion_r917512744 ## be/src/vec/functions/function_string.h: ## @@ -540,6 +542,11 @@ class FunctionStringConcatWs : public IFunction { } else { null_list[i]

[GitHub] [doris] mrhhsg opened a new pull request, #10751: [fix]ColumnDecimal missed some interfaces about pre-serialization

2022-07-10 Thread GitBox
mrhhsg opened a new pull request, #10751: URL: https://github.com/apache/doris/pull/10751 # Proposed changes Issue Number: close #10750 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] mrhhsg opened a new issue, #10750: [Bug] ColumnDecimal miss some interfaces about pre-serialization

2022-07-10 Thread GitBox
mrhhsg opened a new issue, #10750: URL: https://github.com/apache/doris/issues/10750 ### 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 Related PR: #1

[GitHub] [doris] github-actions[bot] commented on pull request #10736: [Bug] fix datetimev2 decimal error.

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10736: URL: https://github.com/apache/doris/pull/10736#issuecomment-1179913155 PR approved by anyone and no changes requested. -- 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] [doris] pengxiangyu commented on a diff in pull request #10693: [Feature] move cold data to object storage without losing any feature…

2022-07-10 Thread GitBox
pengxiangyu commented on code in PR #10693: URL: https://github.com/apache/doris/pull/10693#discussion_r917497115 ## fe/fe-core/src/main/java/org/apache/doris/task/NotifyUpdateStoragePolicyTask.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] zxealous opened a new pull request, #10749: [feature-wip] (array-type) function concat_ws support array

2022-07-10 Thread GitBox
zxealous opened a new pull request, #10749: URL: https://github.com/apache/doris/pull/10749 # Proposed changes function concat_ws support array ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [doris] wsjz commented on a diff in pull request #10740: [improvement](parquet-reader) Add some profile for parquet reader

2022-07-10 Thread GitBox
wsjz commented on code in PR #10740: URL: https://github.com/apache/doris/pull/10740#discussion_r917504435 ## be/src/vec/exec/file_text_scanner.h: ## @@ -42,6 +42,9 @@ class FileTextScanner final : public FileScanner { Status get_next(Block* block, bool* eof) override;

[GitHub] [doris] github-actions[bot] commented on pull request #10730: [TLP] how-to-contribute remove incubator

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10730: URL: https://github.com/apache/doris/pull/10730#issuecomment-1179906621 PR approved by anyone and no changes requested. -- 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] [doris] github-actions[bot] commented on pull request #10730: [TLP] how-to-contribute remove incubator

2022-07-10 Thread GitBox
github-actions[bot] commented on PR #10730: URL: https://github.com/apache/doris/pull/10730#issuecomment-1179906600 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, please log on to GitHu

[GitHub] [doris] cambyzju commented on a diff in pull request #10747: [docs]fix typo in substring docs

2022-07-10 Thread GitBox
cambyzju commented on code in PR #10747: URL: https://github.com/apache/doris/pull/10747#discussion_r917503982 ## docs/en/docs/sql-manual/sql-functions/string-functions/substring.md: ## @@ -74,4 +82,4 @@ mysql> select substring('abc1def', 2, 2); ``` ### keywords -SUBSTRING +

[GitHub] [doris] cambyzju opened a new pull request, #10748: [regression](array-type) add test for array functions support WHERE

2022-07-10 Thread GitBox
cambyzju opened a new pull request, #10748: URL: https://github.com/apache/doris/pull/10748 # Proposed changes Issue Number: close #7570 ## Problem Summary: Array functions could used with `WHERE` clause, add regression tests for it. ## Checklist(Required) 1

[GitHub] [doris] jackwener commented on a diff in pull request #10747: [docs]fix typo in substring docs

2022-07-10 Thread GitBox
jackwener commented on code in PR #10747: URL: https://github.com/apache/doris/pull/10747#discussion_r917503097 ## docs/zh-CN/docs/sql-manual/sql-functions/string-functions/substring.md: ## @@ -69,4 +76,4 @@ mysql> select substring('abc1def', 2, 2); +---

[GitHub] [doris] hf200012 commented on a diff in pull request #10730: [TLP] how-to-contribute remove incubator

2022-07-10 Thread GitBox
hf200012 commented on code in PR #10730: URL: https://github.com/apache/doris/pull/10730#discussion_r917499737 ## docs/zh-CN/community/how-to-contribute/pull-request.md: ## @@ -250,9 +250,9 @@ Total 6 (delta 4), reused 0 (delta 0) remote: Resolving deltas: 100% (4/4), completed

[GitHub] [doris] morningman commented on a diff in pull request #10730: [TLP] how-to-contribute remove incubator

2022-07-10 Thread GitBox
morningman commented on code in PR #10730: URL: https://github.com/apache/doris/pull/10730#discussion_r917492957 ## docs/zh-CN/community/how-to-contribute/pull-request.md: ## @@ -30,7 +30,7 @@ under the License. ### 1. Fork仓库 -进入 apache/incubator-doris 的 [github 页面](https:

[GitHub] [doris] cambyzju opened a new pull request, #10747: [docs]fix typo in substring docs

2022-07-10 Thread GitBox
cambyzju opened a new pull request, #10747: URL: https://github.com/apache/doris/pull/10747 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. 1. fix typo in docs/en/docs/sql-manual/sql-functions/string-functions/substrin

[GitHub] [doris] hf200012 opened a new pull request, #10746: [Doc]Update flink / spark connector download url

2022-07-10 Thread GitBox
hf200012 opened a new pull request, #10746: URL: https://github.com/apache/doris/pull/10746 Update flink / spark connector download url # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required)

[GitHub] [doris] jacktengg opened a new pull request, #10745: [improvement] remove _free_blocks of VOlapScannode to simplify logic

2022-07-10 Thread GitBox
jacktengg opened a new pull request, #10745: URL: https://github.com/apache/doris/pull/10745 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Ye

  1   2   >