[GitHub] [doris] Gabriel39 opened a new pull request, #10244: [BENCHMARK] Change all `replication_num` to 1 for TPCH tables

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

[GitHub] [doris] xlwh opened a new pull request, #10243: [Typo] Replace some comments in product code

2022-06-17 Thread GitBox
xlwh opened a new pull request, #10243: URL: https://github.com/apache/doris/pull/10243 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: No 2.

[GitHub] [doris] Yankee24 opened a new pull request, #10242: [typo](docs) Modify the link in the develop documentation

2022-06-17 Thread GitBox
Yankee24 opened a new pull request, #10242: URL: https://github.com/apache/doris/pull/10242 ## Problem Summary: Modify the link in the develop documentation. ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests been added: (No) 3. H

[GitHub] [doris] 924060929 opened a new pull request, #10241: [feature](Nereids)Add bind slot reference rules and support any/multi/group/multigroup with predicate pattern

2022-06-17 Thread GitBox
924060929 opened a new pull request, #10241: URL: https://github.com/apache/doris/pull/10241 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add bind slot reference rules and support any/multi/group/multigroup with predicate pattern ## Checklist(Re

[GitHub] [doris-flink-connector] Yankee24 opened a new pull request, #36: [Update] Update README and modify pom.xml

2022-06-17 Thread GitBox
Yankee24 opened a new pull request, #36: URL: https://github.com/apache/doris-flink-connector/pull/36 1.Add building in README.md 2.Modify some links in pom.xml 3.Modify .gitignore -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [doris] TurboWay commented on pull request #10236: [feature] add python-doris

2022-06-17 Thread GitBox
TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1159029300 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 above to go to the specific comment. To unsub

[GitHub] [doris] morrySnow commented on a diff in pull request #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
morrySnow commented on code in PR #10240: URL: https://github.com/apache/doris/pull/10240#discussion_r900261396 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PlaceHolderPlan.java: ## @@ -81,4 +85,34 @@ public PlaceHolderPlan withChildren(List children) {

[GitHub] [doris] 924060929 commented on a diff in pull request #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
924060929 commented on code in PR #10240: URL: https://github.com/apache/doris/pull/10240#discussion_r900267355 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PlaceHolderPlan.java: ## @@ -81,4 +85,34 @@ public PlaceHolderPlan withChildren(List children) {

[GitHub] [doris] morningman commented on pull request #10228: [doc]Update the zh-CN and en docs downloads link

2022-06-17 Thread GitBox
morningman commented on PR #10228: URL: https://github.com/apache/doris/pull/10228#issuecomment-1158993646 Hi @Yankee24 , thanks for your contribution. But we are doing this step by step. I will handle all these stuff these days. -- This is an automated message from the Apache Git Serv

[GitHub] [doris] morningman commented on pull request #10234: [fix] fix pr-10165 Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
morningman commented on PR #10234: URL: https://github.com/apache/doris/pull/10234#issuecomment-1158991824 quick merge -- 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 un

[doris] branch master updated: [fix](regression-test) fix run-regression-test Xmx2048m param (#10234)

2022-06-17 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/doris.git The following commit(s) were added to refs/heads/master by this push: new a52f40eb77 [fix](regression-test) fix run-reg

[GitHub] [doris] morningman merged pull request #10234: [fix] fix pr-10165 Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
morningman merged PR #10234: URL: https://github.com/apache/doris/pull/10234 -- 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 #10230: [TLP](step-1) Remove incubator prefix

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10230: URL: https://github.com/apache/doris/pull/10230#issuecomment-1158985097 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

[doris-website] branch asf-site updated: update remove-non-reserved-dir.sh

2022-06-17 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 10900493ca0 update remove-non-res

[GitHub] [doris] Kikyou1997 opened a new pull request, #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
Kikyou1997 opened a new pull request, #10240: URL: https://github.com/apache/doris/pull/10240 # Proposed changes As the statistics framework could not reuse by new optmizer before, so I abstract some interface to make it reusable. 1. Make Slot extends the Id 2. Add new inter

[GitHub] [doris] Kikyou1997 closed pull request #10239: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
Kikyou1997 closed pull request #10239: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse URL: https://github.com/apache/doris/pull/10239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] Kikyou1997 opened a new pull request, #10239: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
Kikyou1997 opened a new pull request, #10239: URL: https://github.com/apache/doris/pull/10239 # Proposed changes As the statistics framework could not reuse by new optmizer before, so I abstract some interface to make it reusable. 1. Make Slot extends the Id 2. Add new inter

[GitHub] [doris-flink-connector] JNSimba opened a new pull request, #35: [Doc] Remove incubating

2022-06-17 Thread GitBox
JNSimba opened a new pull request, #35: URL: https://github.com/apache/doris-flink-connector/pull/35 # Proposed changes Issue Number: close #xxx ## Problem Summary: Remove incubating ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't

[GitHub] [doris] morningman opened a new pull request, #10238: [improvement](variables) change session variable when set global variable

2022-06-17 Thread GitBox
morningman opened a new pull request, #10238: URL: https://github.com/apache/doris/pull/10238 # Proposed changes Issue Number: close #xxx ## Problem Summary: Currently, when setting variables with `global` keywords, it will not affect the current session variable's va

[GitHub] [doris] morrySnow opened a new pull request, #10237: [chore] update fe check style workflow to required

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

[GitHub] [doris] Gabriel39 commented on pull request #10236: [feature] add python-doris

2022-06-17 Thread GitBox
Gabriel39 commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1158919263 Thanks @TurboWay, this feature is very practical. Before reviewing this PR, I noticed that you didn't include a **necessary** license header for each file. Besides, I think you'd be

[doris-website] branch master updated: rename

2022-06-17 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/doris-website.git The following commit(s) were added to refs/heads/master by this push: new fc5a1d5847c rename fc5a1d5847c is d

[GitHub] [doris] morrySnow commented on pull request #10194: [feature](nereids): implementation rules.

2022-06-17 Thread GitBox
morrySnow commented on PR #10194: URL: https://github.com/apache/doris/pull/10194#issuecomment-1158900682 > @924060929 is canceling the operator in the plan. Your rule conflicts with his logic. Do you need to wait for his incorporation before incorporating your pr? merge operator wit

[GitHub] [doris] TurboWay opened a new pull request, #10236: [feature] add python-doris

2022-06-17 Thread GitBox
TurboWay opened a new pull request, #10236: URL: https://github.com/apache/doris/pull/10236 # Proposed changes python for apache-doris ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (No)

[GitHub] [doris] HappenLee commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-17 Thread GitBox
HappenLee commented on code in PR #10103: URL: https://github.com/apache/doris/pull/10103#discussion_r900112175 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -389,29 +393,73 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) { scanner->set_opened(); }

[GitHub] [doris] EmmyMiao87 commented on pull request #10194: [feature](nereids): implementation rules.

2022-06-17 Thread GitBox
EmmyMiao87 commented on PR #10194: URL: https://github.com/apache/doris/pull/10194#issuecomment-1158877666 @924060929 is canceling the operator in the plan. Your rule conflicts with his logic. Do you need to wait for his incorporation before incorporating your pr? -- This is an autom

[GitHub] [doris] Kikyou1997 closed pull request #10235: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
Kikyou1997 closed pull request #10235: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse URL: https://github.com/apache/doris/pull/10235 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] HappenLee commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-17 Thread GitBox
HappenLee commented on code in PR #10103: URL: https://github.com/apache/doris/pull/10103#discussion_r900115251 ## be/src/vec/exprs/vruntimefilter_wrapper.cpp: ## @@ -0,0 +1,111 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

[GitHub] [doris] Kikyou1997 opened a new pull request, #10235: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-17 Thread GitBox
Kikyou1997 opened a new pull request, #10235: URL: https://github.com/apache/doris/pull/10235 # Proposed changes As the statistics framework could not reuse by new optmizer before, so I abstract some interface to make it reusable. 1. Make Slot extends the Id 2. Add new inter

[GitHub] [doris] admh commented on issue #10229: [UserCase] User list collection

2022-06-17 Thread GitBox
admh commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1158873340 ![Footprint Analytics](https://user-images.githubusercontent.com/19163424/174307906-875f38e1-34d5-4797-a808-34ab4f625ae8.png) -- This is an automated message from the Apache Git S

[GitHub] [doris] dataroaring merged pull request #10218: [bug](be) fix be block_reader.cc::_update_agg_value() mem leak.(#10216)

2022-06-17 Thread GitBox
dataroaring merged PR #10218: URL: https://github.com/apache/doris/pull/10218 -- 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.

[doris] branch master updated: [bug](be) fix be block_reader.cc::_update_agg_value() mem leak.(#10216) (#10218)

2022-06-17 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 7a85e8d525 [bug](be) fix be block_reader.cc:

[GitHub] [doris] dataroaring closed issue #10216: [Bug] be asan block reader _update_agg_value mem leak.

2022-06-17 Thread GitBox
dataroaring closed issue #10216: [Bug] be asan block reader _update_agg_value mem leak. URL: https://github.com/apache/doris/issues/10216 -- 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] [doris] github-actions[bot] commented on pull request #10234: [fix] fix pr-10165 Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10234: URL: https://github.com/apache/doris/pull/10234#issuecomment-1158861734 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 #10234: [fix] fix pr-10165 Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10234: URL: https://github.com/apache/doris/pull/10234#issuecomment-1158861684 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] morrySnow commented on a diff in pull request #10199: [feature](nereids): cost and stats.

2022-06-17 Thread GitBox
morrySnow commented on code in PR #10199: URL: https://github.com/apache/doris/pull/10199#discussion_r900106553 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -0,0 +1,107 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[doris] branch dev-1.0.1 updated: [opt](compaction) optimize compaction in concurrent load (#10153)

2022-06-17 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new 2e04e4cc63 [opt](compaction) optimize c

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10199: [feature](nereids): cost and stats.

2022-06-17 Thread GitBox
EmmyMiao87 commented on code in PR #10199: URL: https://github.com/apache/doris/pull/10199#discussion_r900103688 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -0,0 +1,107 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10199: [feature](nereids): cost and stats.

2022-06-17 Thread GitBox
EmmyMiao87 commented on code in PR #10199: URL: https://github.com/apache/doris/pull/10199#discussion_r900101891 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -0,0 +1,107 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] belialxing commented on issue #10229: [UserCase] User list collection

2022-06-17 Thread GitBox
belialxing commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1158854192 ![38A3515C-88DC-44ED-8263-68CDCAE83577](https://user-images.githubusercontent.com/52272263/174304314-1cf175b5-226c-491a-a164-5e40622e312f.png) 同程数科 -- This is an automate

[GitHub] [doris] Level1Accelerator commented on issue #10229: [UserCase] User list collection

2022-06-17 Thread GitBox
Level1Accelerator commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1158853300 ![042887ba57b1f949a28bb5bcd162233](https://user-images.githubusercontent.com/14903509/174304189-7e77ac5c-b7a4-4937-a81f-cf552f08c93d.png) 武汉物易云通网络科技有限公司 -- This is an

[GitHub] [doris] github-actions[bot] commented on pull request #10205: [chore] Fix a warning reported by maven

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10205: URL: https://github.com/apache/doris/pull/10205#issuecomment-1158851843 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 pull request #10165: Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
cambyzju commented on PR #10165: URL: https://github.com/apache/doris/pull/10165#issuecomment-1158852072 > I Think should delete the set in the script. should set any java param by exporting the `JAVA_OPT` value Yes, you are right. I fix it in PR: https://github.com/apache/dori

[GitHub] [doris] cambyzju opened a new pull request, #10234: [fix] fix pr-10165 Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
cambyzju opened a new pull request, #10234: URL: https://github.com/apache/doris/pull/10234 # Proposed changes After pr 10165 merged(https://github.com/apache/doris/pull/10165), run single regression test do not work correctly. Such as `sh run-regression-test.sh --run test_array_fu

[GitHub] [doris] morningman closed issue #9406: [Enhancement] [FE Code Style]step 4: turn on function order and Non-standard writing check

2022-06-17 Thread GitBox
morningman closed issue #9406: [Enhancement] [FE Code Style]step 4: turn on function order and Non-standard writing check URL: https://github.com/apache/doris/issues/9406 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [doris] github-actions[bot] commented on pull request #10226: [docs] update array functions docs'location

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10226: URL: https://github.com/apache/doris/pull/10226#issuecomment-1158848354 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] morningman merged pull request #10134: [style](fe)the last step of fe CheckStyle

2022-06-17 Thread GitBox
morningman merged PR #10134: URL: https://github.com/apache/doris/pull/10134 -- 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 #10226: [docs] update array functions docs'location

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10226: URL: https://github.com/apache/doris/pull/10226#issuecomment-1158848335 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

[doris] branch master updated: [doc](website)Replace CDN files with local files (#10212)

2022-06-17 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/doris.git The following commit(s) were added to refs/heads/master by this push: new fea815f290 [doc](website)Replace CDN files

[GitHub] [doris] hf200012 merged pull request #10212: [doc](website)Replace CDN files with local files

2022-06-17 Thread GitBox
hf200012 merged PR #10212: URL: https://github.com/apache/doris/pull/10212 -- 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] hf200012 commented on issue #10229: [UserCase] User list collection

2022-06-17 Thread GitBox
hf200012 commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1158846140 > ![公司LOGO-黑字](https://user-images.githubusercontent.com/24907215/174302370-e5af925b-9ca5-4550-be73-ebb1782db9cb.png) 网易游戏 Very Nice -- This is an automated message from t

[GitHub] [doris] whutpencil commented on issue #10229: [UserCase] User list collection

2022-06-17 Thread GitBox
whutpencil commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1158843222 ![公司LOGO-黑字](https://user-images.githubusercontent.com/24907215/174302370-e5af925b-9ca5-4550-be73-ebb1782db9cb.png) 网易游戏 -- This is an automated message from the Apache Git S

[GitHub] [doris] cambyzju opened a new pull request, #10233: [feature-wip](array-type) add function arrays_overlap

2022-06-17 Thread GitBox
cambyzju opened a new pull request, #10233: URL: https://github.com/apache/doris/pull/10233 # Proposed changes Issue Number: close #10052 ## Problem Summary: arrays_overlap check if there is any common element for left and right array. Usage example: ``` mysql> s

[GitHub] [doris] github-actions[bot] commented on pull request #10230: [TLP](step-1) Remove incubator prefix

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10230: URL: https://github.com/apache/doris/pull/10230#issuecomment-1158841373 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 #10230: [TLP](step-1) Remove incubator prefix

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10230: URL: https://github.com/apache/doris/pull/10230#issuecomment-1158841342 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] zenoyang opened a new pull request, #10232: [improvement] Modify the default value of doris_scan_range_max_mb

2022-06-17 Thread GitBox
zenoyang opened a new pull request, #10232: URL: https://github.com/apache/doris/pull/10232 # Proposed changes Issue Number: close #xxx Change the default value of `doris_scan_range_max_mb` from 0 to 1024, the document is already 1024, no need to modify it. ## Problem Summar

[GitHub] [doris] Gabriel39 opened a new pull request, #10231: [Improvement] delete deprefacte config in document and regression test

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

[GitHub] [doris] SWJTU-ZhangLei closed issue #10063: [Bug] asan be core doris::NotInListPredicate::evaluate

2022-06-17 Thread GitBox
SWJTU-ZhangLei closed issue #10063: [Bug] asan be core doris::NotInListPredicate::evaluate URL: https://github.com/apache/doris/issues/10063 -- 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 speci

[GitHub] [doris] morrySnow commented on a diff in pull request #10199: [feature](nereids): cost and stats.

2022-06-17 Thread GitBox
morrySnow commented on code in PR #10199: URL: https://github.com/apache/doris/pull/10199#discussion_r900062700 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -0,0 +1,107 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] hf200012 closed pull request #10228: [doc]Update the zh-CN and en docs downloads link

2022-06-17 Thread GitBox
hf200012 closed pull request #10228: [doc]Update the zh-CN and en docs downloads link URL: https://github.com/apache/doris/pull/10228 -- 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 com

[GitHub] [doris] morningman opened a new pull request, #10230: [TLP](step-1) Remove incubator prefix

2022-06-17 Thread GitBox
morningman opened a new pull request, #10230: URL: https://github.com/apache/doris/pull/10230 # Proposed changes Issue Number: close #xxx ## Problem Summary: Remove some `incubator-` prefix in source code. The document is not modified, will be done in next PR. #

[GitHub] [doris] yangzhg opened a new issue, #10229: [UserCase] User list collection

2022-06-17 Thread GitBox
yangzhg opened a new issue, #10229: URL: https://github.com/apache/doris/issues/10229 Now more and more users want to have their names appear in the doris user list, if there are people who actually use doris and generate relatively large profits in their own business, and are willing to di

[GitHub] [doris] morningman commented on issue #9949: Release Note 1.1 (Draft)

2022-06-17 Thread GitBox
morningman commented on issue #9949: URL: https://github.com/apache/doris/issues/9949#issuecomment-1158803037 > Maybe Java UDF should be mentioned in features as we have supported all types except HLL and Bitmap The Java UDF is not fully tested, and UDAF is still work in progress. So

[GitHub] [doris] Yankee24 opened a new pull request, #10228: [doc]Update the zh-CN and en docs downloads link

2022-06-17 Thread GitBox
Yankee24 opened a new pull request, #10228: URL: https://github.com/apache/doris/pull/10228 1. Modify zh-CN and en docs downloads links 2. Modify zh-CN and en readme to remove the word incubator -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [doris] AshinGau commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-17 Thread GitBox
AshinGau commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r900049077 ## fe/fe-core/src/main/java/org/apache/doris/common/PatternMatcher.java: ## @@ -20,27 +20,58 @@ import com.google.common.base.Strings; import com.google.common.collec

[GitHub] [doris] github-actions[bot] commented on pull request #10134: [style](fe)the last step of fe CheckStyle

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10134: URL: https://github.com/apache/doris/pull/10134#issuecomment-1158799017 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 #10134: [style](fe)the last step of fe CheckStyle

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10134: URL: https://github.com/apache/doris/pull/10134#issuecomment-1158799038 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] morningman commented on pull request #10134: [style](fe)the last step of fe CheckStyle

2022-06-17 Thread GitBox
morningman commented on PR #10134: URL: https://github.com/apache/doris/pull/10134#issuecomment-1158798958 I will quick merge it to avoid conflict -- 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

[GitHub] [doris] AshinGau commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-17 Thread GitBox
AshinGau commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r900045726 ## fe/fe-core/src/main/java/org/apache/doris/common/PatternMatcher.java: ## @@ -20,27 +20,58 @@ import com.google.common.base.Strings; import com.google.common.collec

[GitHub] [doris] AshinGau commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-17 Thread GitBox
AshinGau commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r900045374 ## fe/fe-core/src/test/java/org/apache/doris/mysql/privilege/PrivEntryTest.java: ## @@ -0,0 +1,51 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] AshinGau commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-17 Thread GitBox
AshinGau commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r900045154 ## fe/fe-core/src/main/java/org/apache/doris/common/PatternMatcher.java: ## @@ -20,27 +20,58 @@ import com.google.common.base.Strings; import com.google.common.collec

[GitHub] [doris] AshinGau commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-17 Thread GitBox
AshinGau commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r900044038 ## fe/fe-core/src/main/java/org/apache/doris/common/PatternMatcher.java: ## @@ -20,27 +20,58 @@ import com.google.common.base.Strings; import com.google.common.collec

[GitHub] [doris] zhengshiJ opened a new pull request, #10227: [feature](nereids) Add ssb related expressions

2022-06-17 Thread GitBox
zhengshiJ opened a new pull request, #10227: URL: https://github.com/apache/doris/pull/10227 # Proposed changes Add related expressions and AggPlan and SortPlan. ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect t

[GitHub] [doris] cambyzju opened a new pull request, #10226: [docs] update array functions docs'location

2022-06-17 Thread GitBox
cambyzju opened a new pull request, #10226: URL: https://github.com/apache/doris/pull/10226 # Proposed changes Change docs about array functions to correct directory. Because we already refractor the docs directory. ## Problem Summary: Describe the overview of changes.

[GitHub] [doris] github-actions[bot] commented on pull request #10224: [doc]Update the readme to remove the word incubator

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10224: URL: https://github.com/apache/doris/pull/10224#issuecomment-1158784233 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 #10224: [doc]Update the readme to remove the word incubator

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10224: URL: https://github.com/apache/doris/pull/10224#issuecomment-1158784203 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] Yankee24 closed pull request #10225: [docs] Update README

2022-06-17 Thread GitBox
Yankee24 closed pull request #10225: [docs] Update README URL: https://github.com/apache/doris/pull/10225 -- 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

[GitHub] [doris] Yankee24 opened a new pull request, #10225: [docs] Update README

2022-06-17 Thread GitBox
Yankee24 opened a new pull request, #10225: URL: https://github.com/apache/doris/pull/10225 1. Modify some links -- 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 unsubscr

[GitHub] [doris] hf200012 opened a new pull request, #10224: [doc]Update the readme to remove the word incubator

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

[doris-website] branch master updated: incubator-doris -> doris

2022-06-17 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/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 2d37d2061f4 incubator-doris -> dori

[GitHub] [doris] HappenLee commented on pull request #10165: Constrain run-regression-test mem to 2G

2022-06-17 Thread GitBox
HappenLee commented on PR #10165: URL: https://github.com/apache/doris/pull/10165#issuecomment-1158745125 I Think should delete the set in the script. should set any java param by exporting the `JAVA_OPT` value -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [doris] github-actions[bot] commented on pull request #10218: [bug](be) fix be block_reader.cc::_update_agg_value() mem leak.(#10216)

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10218: URL: https://github.com/apache/doris/pull/10218#issuecomment-1158744887 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 #10218: [bug](be) fix be block_reader.cc::_update_agg_value() mem leak.(#10216)

2022-06-17 Thread GitBox
github-actions[bot] commented on PR #10218: URL: https://github.com/apache/doris/pull/10218#issuecomment-1158744858 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] BiteTheDDDDt merged pull request #10211: [fix]InListPredicate wrong result

2022-06-17 Thread GitBox
BiteThet merged PR #10211: URL: https://github.com/apache/doris/pull/10211 -- 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

[GitHub] [doris] BiteTheDDDDt closed issue #10210: [Bug] InListPredicate wrong result

2022-06-17 Thread GitBox
BiteThet closed issue #10210: [Bug] InListPredicate wrong result URL: https://github.com/apache/doris/issues/10210 -- 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 unsubs

[doris] branch master updated: [fix]InListPredicate wrong result (#10211)

2022-06-17 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 f7789f4bc4 [fix]InListPredicate wrong result

[GitHub] [doris] HappenLee opened a new pull request, #10223: [Bug][Vectorized] Fix coredump in other join conjunt is const expr

2022-06-17 Thread GitBox
HappenLee opened a new pull request, #10223: URL: https://github.com/apache/doris/pull/10223 # Proposed changes Issue Number: close #10197 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (

[GitHub] [doris] HappenLee commented on a diff in pull request #10103: [feature] support runtime filter on vectorized engine

2022-06-17 Thread GitBox
HappenLee commented on code in PR #10103: URL: https://github.com/apache/doris/pull/10103#discussion_r899969452 ## be/src/vec/exprs/vbloom_predicate.h: ## @@ -0,0 +1,48 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

[GitHub] [doris] morningman merged pull request #10033: [feature-wip](multi-catalog) Catalog operation syntax

2022-06-17 Thread GitBox
morningman merged PR #10033: URL: https://github.com/apache/doris/pull/10033 -- 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

[doris] branch master updated: [feature-wip](multi-catalog) Catalog operation syntax (#10033)

2022-06-17 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 6baa694bc1 [feature-wip](multi-catalog) Catal

[GitHub] [doris] morningman closed issue #10010: [Feature] [multi-catalog]Catalog operation syntax

2022-06-17 Thread GitBox
morningman closed issue #10010: [Feature] [multi-catalog]Catalog operation syntax URL: https://github.com/apache/doris/issues/10010 -- 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 comme

[GitHub] [doris] dataroaring merged pull request #10153: [opt](compaction) optimize compaction in concurrent load

2022-06-17 Thread GitBox
dataroaring merged PR #10153: URL: https://github.com/apache/doris/pull/10153 -- 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.

[doris] branch master updated: [opt](compaction) optimize compaction in concurrent load (#10153)

2022-06-17 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 f35b235c3b [opt](compaction) optimize compac

[GitHub] [doris] morrySnow commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-17 Thread GitBox
morrySnow commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r899900703 ## fe/fe-core/src/main/java/org/apache/doris/common/PatternMatcher.java: ## @@ -20,27 +20,58 @@ import com.google.common.base.Strings; import com.google.common.colle

[doris] branch dev-1.0.1 updated: [hotfix] remove gsasl2 from thirdparty (#10222)

2022-06-17 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new 761ac30d77 [hotfix] remove gsasl2 from

[GitHub] [doris] morningman merged pull request #10222: remove gsasl2 from thirdparty

2022-06-17 Thread GitBox
morningman merged PR #10222: URL: https://github.com/apache/doris/pull/10222 -- 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] dataroaring opened a new pull request, #10222: remove gsasl2 from thirdparty

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

[GitHub] [doris] xxiao2018 commented on issue #7503: [Roadmap] Support multi table materialized view

2022-06-17 Thread GitBox
xxiao2018 commented on issue #7503: URL: https://github.com/apache/doris/issues/7503#issuecomment-1158699027 hi @yangzhg , that would be a great feature. I have some questions about this feature: 1. Do we support insert/update and delete? If yes, how to do that? 2. The MV can be quer

[GitHub] [doris] adonis0147 opened a new pull request, #10221: [chore] Fix compilation errors reported by clang

2022-06-17 Thread GitBox
adonis0147 opened a new pull request, #10221: URL: https://github.com/apache/doris/pull/10221 # Proposed changes Issue Number: close #10219 ## Problem Summary: Please refer to #10219 ## Checklist(Required) 1. Does it affect the original behavior: No 2.

[GitHub] [doris] BiteTheDDDDt commented on pull request #10214: support tvf

2022-06-17 Thread GitBox
BiteThet commented on PR #10214: URL: https://github.com/apache/doris/pull/10214#issuecomment-1158694415 `table-valued function` seems such as special `table function`, can we directly rewrite sql to implement it? Two sql like the following seem to have similar meanings: ``

  1   2   >