[GitHub] [doris] github-actions[bot] commented on pull request #10241: [feature](Nereids)Add bind slot reference rules and support any/multi/group/multigroup with predicate pattern

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10241: URL: https://github.com/apache/doris/pull/10241#issuecomment-1160052477 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] yiguolei merged pull request #10249: [improvement]Separate input and output parameters in ColumnPredicate

2022-06-20 Thread GitBox
yiguolei merged PR #10249: URL: https://github.com/apache/doris/pull/10249 -- 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: [improvement]Separate input and output parameters in ColumnPredicate (#10249)

2022-06-20 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 57327e6236 [improvement]Separate input and outp

[GitHub] [doris] yiguolei commented on a diff in pull request #10259: [enhancement] optmize 2 cases in seg_iter: all/none rows passed predicate

2022-06-20 Thread GitBox
yiguolei commented on code in PR #10259: URL: https://github.com/apache/doris/pull/10259#discussion_r901324735 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -859,40 +859,50 @@ Status SegmentIterator::_read_columns_by_index(uint32_t nrows_read_limit, uint32 void

[GitHub] [doris] yiguolei commented on a diff in pull request #10259: [enhancement] optmize 2 cases in seg_iter: all/none rows passed predicate

2022-06-20 Thread GitBox
yiguolei commented on code in PR #10259: URL: https://github.com/apache/doris/pull/10259#discussion_r901324735 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -859,40 +859,50 @@ Status SegmentIterator::_read_columns_by_index(uint32_t nrows_read_limit, uint32 void

[GitHub] [doris] chenlinzhong opened a new issue, #10260: [Enhancement] CRC32 instructions compatible arm arch

2022-06-20 Thread GitBox
chenlinzhong opened a new issue, #10260: URL: https://github.com/apache/doris/issues/10260 ### 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 The p

[GitHub] [doris] yiguolei commented on a diff in pull request #10259: [enhancement] optmize 2 cases in seg_iter: all/none rows passed predicate

2022-06-20 Thread GitBox
yiguolei commented on code in PR #10259: URL: https://github.com/apache/doris/pull/10259#discussion_r901328169 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -871,28 +871,45 @@ void SegmentIterator::_evaluate_vectorization_predicate(uint16_t* sel_rowid_idx, m

[GitHub] [doris] chenlinzhong opened a new pull request, #10261: [enhancement] CRC32 instructions compatible arm arch

2022-06-20 Thread GitBox
chenlinzhong opened a new pull request, #10261: URL: https://github.com/apache/doris/pull/10261 The performance of some CPUs that do not implement CRC instructions is particularly poor # Proposed changes Issue Number: close #10260 ## Problem Summary: add instructi

[GitHub] [doris] morningman merged pull request #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-20 Thread GitBox
morningman merged PR #10240: URL: https://github.com/apache/doris/pull/10240 -- 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 (57327e6236 -> 8531dcb885)

2022-06-20 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/doris.git from 57327e6236 [improvement]Separate input and output parameters in ColumnPredicate (#10249) add 8531dcb885 [refa

[GitHub] [doris] englefly commented on a diff in pull request #10259: [enhancement] optmize 2 cases in seg_iter: all/none rows passed predicate

2022-06-20 Thread GitBox
englefly commented on code in PR #10259: URL: https://github.com/apache/doris/pull/10259#discussion_r901330938 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -871,28 +871,45 @@ void SegmentIterator::_evaluate_vectorization_predicate(uint16_t* sel_rowid_idx, m

[GitHub] [doris] adonis0147 opened a new pull request, #10262: [Bug][docs] Restore images in new official website.

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

[GitHub] [doris] adonis0147 commented on pull request #10262: [Bug][docs] Restore images in new official website.

2022-06-20 Thread GitBox
adonis0147 commented on PR #10262: URL: https://github.com/apache/doris/pull/10262#issuecomment-1160070247 @hf200012 PTAL. -- 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. T

[GitHub] [doris] pengxiangyu opened a new pull request, #10263: add key words for helps

2022-06-20 Thread GitBox
pengxiangyu opened a new pull request, #10263: URL: https://github.com/apache/doris/pull/10263 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add key words for help. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I D

[GitHub] [doris] pengxiangyu opened a new issue, #10264: [Feature]

2022-06-20 Thread GitBox
pengxiangyu opened a new issue, #10264: URL: https://github.com/apache/doris/issues/10264 ### 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 Add so

[GitHub] [doris] github-actions[bot] commented on pull request #10241: [feature](Nereids)Add bind slot reference rules and support any/multi/group/multigroup with predicate pattern

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10241: URL: https://github.com/apache/doris/pull/10241#issuecomment-1160076514 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] adonis0147 commented on pull request #10236: [feature] add python-doris

2022-06-20 Thread GitBox
adonis0147 commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1160083049 Hi @TurboWay , it seems that some dependencies are not installed automatically after I ran `pip install DorisClient`. ![image](https://user-images.githubusercontent.com/1443003/

[GitHub] [doris] github-actions[bot] commented on pull request #10253: [docs] Add regression test for weekday function

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10253: URL: https://github.com/apache/doris/pull/10253#issuecomment-1160085802 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 issue #7503: [Roadmap] Support multi table materialized view

2022-06-20 Thread GitBox
morningman commented on issue #7503: URL: https://github.com/apache/doris/issues/7503#issuecomment-1160086564 > * MV is read only and updated only by system Oh, I mean if I update/insert/delete the base table, the mv can be updated automatically? -- This is an automated message fro

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

2022-06-20 Thread GitBox
cambyzju commented on code in PR #10233: URL: https://github.com/apache/doris/pull/10233#discussion_r901347390 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

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

2022-06-20 Thread GitBox
cambyzju commented on code in PR #10233: URL: https://github.com/apache/doris/pull/10233#discussion_r901347801 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

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

2022-06-20 Thread GitBox
cambyzju commented on code in PR #10233: URL: https://github.com/apache/doris/pull/10233#discussion_r901348087 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

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

2022-06-20 Thread GitBox
adonis0147 commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1160090968 If someone else in community is interested in this tool and he (or she) modifies it, are there some ways to publish this tool in [PyPI](https://pypi.org/project/DorisClient/) ? Maybe s

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

2022-06-20 Thread GitBox
924060929 commented on code in PR #10241: URL: https://github.com/apache/doris/pull/10241#discussion_r901362112 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -69,6 +74,20 @@ public GroupExpression copyIn(Plan node, Group target, boolean rewrite) {

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

2022-06-20 Thread GitBox
924060929 commented on code in PR #10241: URL: https://github.com/apache/doris/pull/10241#discussion_r901362689 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Expression.java: ## @@ -18,18 +18,22 @@ package org.apache.doris.nereids.trees.expressions;

[GitHub] [doris] chenlinzhong opened a new issue, #10265: [Enhancement] remove sheam hash display page

2022-06-20 Thread GitBox
chenlinzhong opened a new issue, #10265: URL: https://github.com/apache/doris/issues/10265 ### 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 now s

[GitHub] [doris] chenlinzhong opened a new pull request, #10266: [refactor] remove scheam hash

2022-06-20 Thread GitBox
chenlinzhong opened a new pull request, #10266: URL: https://github.com/apache/doris/pull/10266 # Proposed changes Issue Number: #10265 ## Problem Summary: - scheam hash logic is removed but website display page still exists - remove display schema hash info ##

[GitHub] [doris] liuzhuang2017 opened a new pull request, #10267: [hotfix] Fixed inaccessible links in README.md file.

2022-06-20 Thread GitBox
liuzhuang2017 opened a new pull request, #10267: URL: https://github.com/apache/doris/pull/10267 # Proposed changes Fixed inaccessible links in README.md file. ## Problem Summary: Fixed inaccessible links in README.md file. ## Checklist(Required) 1. Does it

[GitHub] [doris] Gabriel39 opened a new pull request, #10268: [Improvement] make expression for template argument a constexpr

2022-06-20 Thread GitBox
Gabriel39 opened a new pull request, #10268: URL: https://github.com/apache/doris/pull/10268 # 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] github-actions[bot] commented on pull request #10263: add key words for helps

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10263: URL: https://github.com/apache/doris/pull/10263#issuecomment-1160149243 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 #10263: add key words for helps

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10263: URL: https://github.com/apache/doris/pull/10263#issuecomment-1160149344 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] zhengshiJ commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
zhengshiJ commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901409623 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -178,6 +221,12 @@ booleanValue : TRUE | FALSE ; +aggFunction +: AVG '(' DI

[GitHub] [doris] zhengshiJ commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
zhengshiJ commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901409928 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BetweenPredicate.java: ## @@ -0,0 +1,85 @@ +// Licensed to the Apache Software Foundation (ASF)

[GitHub] [doris] zhengshiJ commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
zhengshiJ commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901410528 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/analysis/FunctionParams.java: ## @@ -0,0 +1,83 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] zhengshiJ commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
zhengshiJ commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901410797 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -132,11 +153,18 @@ private LogicalPlan plan(ParserRuleContext tree) { p

[GitHub] [doris] cambyzju opened a new pull request, #10269: [fix UT] for pr10249 evaluate interface changed

2022-06-20 Thread GitBox
cambyzju opened a new pull request, #10269: URL: https://github.com/apache/doris/pull/10269 # Proposed changes Pr10249 https://github.com/apache/doris/pull/10249 change evaluate interface, but not update UT cases. ## Problem Summary: Describe the overview of changes.

[GitHub] [doris] morrySnow commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
morrySnow commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901423828 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -278,6 +317,70 @@ last, plan(join.relationPrimary()) return last;

[GitHub] [doris] jackwener opened a new pull request, #10270: [Minor](nereids): Get plan directly

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

[GitHub] [doris] github-actions[bot] commented on pull request #10233: [feature-wip](array-type) add function arrays_overlap

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10233: URL: https://github.com/apache/doris/pull/10233#issuecomment-1160195698 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 #10233: [feature-wip](array-type) add function arrays_overlap

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10233: URL: https://github.com/apache/doris/pull/10233#issuecomment-1160195755 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] zxealous opened a new pull request, #10271: [typos] Fix typos in comments

2022-06-20 Thread GitBox
zxealous opened a new pull request, #10271: URL: https://github.com/apache/doris/pull/10271 # Proposed changes fix typos in comments ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No

[GitHub] [doris] github-actions[bot] commented on pull request #10263: add key words for helps

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10263: URL: https://github.com/apache/doris/pull/10263#issuecomment-1160206061 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] morningman commented on a diff in pull request #10246: [feature-wip](multi-catalog) add CatalogPrivTable to support unified authority management of datalake

2022-06-20 Thread GitBox
morningman commented on code in PR #10246: URL: https://github.com/apache/doris/pull/10246#discussion_r901452877 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TablePattern.java: ## @@ -110,34 +160,27 @@ public boolean equals(Object obj) { return false;

[GitHub] [doris] chenlinzhong opened a new pull request, #10272: [docs] update invaid links

2022-06-20 Thread GitBox
chenlinzhong opened a new pull request, #10272: URL: https://github.com/apache/doris/pull/10272 # Proposed changes Issue Number: xxx ## Problem Summary: update invalid links ![image](https://user-images.githubusercontent.com/11487604/174571875-f35c322a-3af7-462d-83cd

[GitHub] [doris] morningman commented on a diff in pull request #10246: [feature-wip](multi-catalog) add CatalogPrivTable to support unified authority management of datalake

2022-06-20 Thread GitBox
morningman commented on code in PR #10246: URL: https://github.com/apache/doris/pull/10246#discussion_r901452877 ## fe/fe-core/src/main/java/org/apache/doris/analysis/TablePattern.java: ## @@ -110,34 +160,27 @@ public boolean equals(Object obj) { return false;

[GitHub] [doris] morningman merged pull request #9973: [feature-wip](multi-catalog) External file scan node

2022-06-20 Thread GitBox
morningman merged PR #9973: URL: https://github.com/apache/doris/pull/9973 -- 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] TurboWay commented on pull request #10236: [feature] add python-doris

2022-06-20 Thread GitBox
TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1160222457 > Hi @TurboWay , it seems that some dependencies are not installed automatically after I ran `pip install DorisClient`. > > ![image](https://user-images.githubusercontent.com/1443

[doris] branch master updated: [feature-wip](multi-catalog) External file scan node (#9973)

2022-06-20 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 8a8d24b4a6 [feature-wip](multi-catalog) Exter

[GitHub] [doris] github-actions[bot] commented on pull request #10246: [feature-wip](multi-catalog) add CatalogPrivTable to support unified authority management of datalake

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10246: URL: https://github.com/apache/doris/pull/10246#issuecomment-1160223272 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 #10246: [feature-wip](multi-catalog) add CatalogPrivTable to support unified authority management of datalake

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10246: URL: https://github.com/apache/doris/pull/10246#issuecomment-1160223331 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] yiguolei merged pull request #10259: [enhancement] optmize 2 cases in seg_iter: all/none rows passed predicate

2022-06-20 Thread GitBox
yiguolei merged PR #10259: URL: https://github.com/apache/doris/pull/10259 -- 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 (8a8d24b4a6 -> c3743ec9aa)

2022-06-20 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 8a8d24b4a6 [feature-wip](multi-catalog) External file scan node (#9973) add c3743ec9aa [enhancement] optmize 2 c

[GitHub] [doris] yiguolei merged pull request #10257: [doc](website)Remove incubator prefix and add graduate note

2022-06-20 Thread GitBox
yiguolei merged PR #10257: URL: https://github.com/apache/doris/pull/10257 -- 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: [doc](website)Remove incubator prefix and add graduate note (#10257)

2022-06-20 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 75719bca92 [doc](website)Remove incubator prefi

[GitHub] [doris] yiguolei merged pull request #10261: [enhancement] CRC32 instructions compatible arm arch

2022-06-20 Thread GitBox
yiguolei merged PR #10261: URL: https://github.com/apache/doris/pull/10261 -- 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] CRC32 instructions compatible arm arch (#10261)

2022-06-20 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 5974e452bc [enhancement] CRC32 instructions com

[GitHub] [doris] yiguolei closed issue #10260: [Enhancement] CRC32 instructions compatible arm arch

2022-06-20 Thread GitBox
yiguolei closed issue #10260: [Enhancement] CRC32 instructions compatible arm arch URL: https://github.com/apache/doris/issues/10260 -- 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 comm

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

2022-06-20 Thread GitBox
TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1160233690 > If someone else in community is interested in this tool and he (or she) modifies it, are there some ways to publish this tool in [PyPI](https://pypi.org/project/DorisClient/) ? Maybe s

[GitHub] [doris] morningman opened a new pull request, #10273: [TLP](step-2) update .asf.yaml

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

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

2022-06-20 Thread GitBox
adonis0147 commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1160237646 Hi @TurboWay , `mysqlclient` was already installed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [doris] github-actions[bot] commented on pull request #10273: [TLP](step-2) update .asf.yaml

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10273: URL: https://github.com/apache/doris/pull/10273#issuecomment-1160238815 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 #10273: [TLP](step-2) update .asf.yaml

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10273: URL: https://github.com/apache/doris/pull/10273#issuecomment-1160238853 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] zhengshiJ commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
zhengshiJ commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901489770 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -278,6 +317,70 @@ last, plan(join.relationPrimary()) return last;

[GitHub] [doris] zhengshiJ commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
zhengshiJ commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901489986 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java: ## @@ -0,0 +1,87 @@ +// Licensed to the Apache Software Foundatio

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

2022-06-20 Thread GitBox
TurboWay commented on PR #10236: URL: https://github.com/apache/doris/pull/10236#issuecomment-1160255020 > Hi @TurboWay , `mysqlclient` was already installed. Maybe you should add the dependency to `setup.py`. setup.py already has this dependency, but , its confuse that it doesn't wor

[GitHub] [doris] SaintBacchus opened a new pull request, #10274: [hotfix] Fix compile error in external file scan node

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

[GitHub] [doris] github-actions[bot] commented on pull request #10274: [hotfix] Fix compile error in external file scan node

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10274: URL: https://github.com/apache/doris/pull/10274#issuecomment-1160260129 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 #10274: [hotfix] Fix compile error in external file scan node

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10274: URL: https://github.com/apache/doris/pull/10274#issuecomment-1160260161 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 #10274: [hotfix] Fix compile error in external file scan node

2022-06-20 Thread GitBox
morningman commented on PR #10274: URL: https://github.com/apache/doris/pull/10274#issuecomment-1160260258 I will merge it right after the CI pass. Because it is a compilation bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [doris] hello-stephen opened a new issue, #10275: [Bug] [regression] failed run ./run-regression-test.sh --run -s test_schema_change

2022-06-20 Thread GitBox
hello-stephen opened a new issue, #10275: URL: https://github.com/apache/doris/issues/10275 ### 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] pengxiangyu opened a new pull request, #10276: fix HelpTopic for key words

2022-06-20 Thread GitBox
pengxiangyu opened a new pull request, #10276: URL: https://github.com/apache/doris/pull/10276 # Proposed changes Issue Number: close #10189 ## Problem Summary: Change HelpTopic for key words ## Checklist(Required) 1. Does it affect the original behavior: (Y

[GitHub] [doris] morrySnow commented on a diff in pull request #9954: [Enhancement](Join) Construct output tuple in join node

2022-06-20 Thread GitBox
morrySnow commented on code in PR #9954: URL: https://github.com/apache/doris/pull/9954#discussion_r901537140 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -893,7 +893,6 @@ private void filterDeletedRows(Analyzer analyzer) throws AnalysisExceptio

[GitHub] [doris] Gabriel39 opened a new issue, #10277: [Enhancement] remove redundant filters in scan node

2022-06-20 Thread GitBox
Gabriel39 opened a new issue, #10277: URL: https://github.com/apache/doris/issues/10277 ### 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 Currentl

[GitHub] [doris] Gabriel39 opened a new pull request, #10278: [Improvement] reduce olap filters when use in key ranges

2022-06-20 Thread GitBox
Gabriel39 opened a new pull request, #10278: URL: https://github.com/apache/doris/pull/10278 # Proposed changes Issue Number: close #10277 ## Problem Summary: perf test: table: ![image](https://user-images.githubusercontent.com/37700562/174597321-a1040dfa-df57-48d

[GitHub] [doris] liuzhuang2017 opened a new pull request, #10279: [fix][docs] Fix the "Doris Team" documentation.

2022-06-20 Thread GitBox
liuzhuang2017 opened a new pull request, #10279: URL: https://github.com/apache/doris/pull/10279 # Proposed changes - Since Apache Doris has graduated as a top-level project, “PPMC” should be changed to “PMC”. ## Problem Summary: - Fix the "Doris Team" documentation.

[GitHub] [doris] Userwhite commented on issue #8222: [Bug] 查询中transfer_thread 线程出现死锁,该查询也无法取消,并且一直会打印取消的日志

2022-06-20 Thread GitBox
Userwhite commented on issue #8222: URL: https://github.com/apache/doris/issues/8222#issuecomment-1160365141 Did you see there is scanner_thread? -- 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 t

[GitHub] [doris] kpfly commented on pull request #10279: [fix][docs] Fix the "Doris Team" documentation.

2022-06-20 Thread GitBox
kpfly commented on PR #10279: URL: https://github.com/apache/doris/pull/10279#issuecomment-1160370280 PMC members should be updated @morningman -- 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 t

[GitHub] [doris] morrySnow commented on a diff in pull request #10270: [Minor](nereids): Get plan directly

2022-06-20 Thread GitBox
morrySnow commented on code in PR #10270: URL: https://github.com/apache/doris/pull/10270#discussion_r901607210 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Group.java: ## @@ -17,10 +17,13 @@ package org.apache.doris.nereids.memo; +import org.apache.doris.commo

[GitHub] [doris] platoneko opened a new pull request, #10280: [Feature] Merge cold_on_s3 into master

2022-06-20 Thread GitBox
platoneko opened a new pull request, #10280: URL: https://github.com/apache/doris/pull/10280 # 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] github-actions[bot] commented on pull request #10255: [feature](script) add --grace option for stop_be.sh

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10255: URL: https://github.com/apache/doris/pull/10255#issuecomment-1160409755 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 #10255: [feature](script) add --grace option for stop_be.sh

2022-06-20 Thread GitBox
github-actions[bot] commented on PR #10255: URL: https://github.com/apache/doris/pull/10255#issuecomment-1160409806 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] yangzhg commented on issue #7503: [Roadmap] Support multi table materialized view

2022-06-20 Thread GitBox
yangzhg commented on issue #7503: URL: https://github.com/apache/doris/issues/7503#issuecomment-1160423392 > > * MV is read only and updated only by system > > Oh, I mean if I update/insert/delete the base table, the mv can be updated automatically? Is it an incremental update, or ful

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
EmmyMiao87 commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901634774 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java: ## @@ -0,0 +1,86 @@ +// Licensed to the Apache Software Foundati

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

2022-06-20 Thread GitBox
yangzhg commented on issue #7503: URL: https://github.com/apache/doris/issues/7503#issuecomment-1160426843 ## 缘起 现在物化视图能够支持在单表上创建,能够使用预计算的结果实现查询加速,但是对于多表场景的支持还不能实现,很多查询场景比较单一,数据更新频率不高的情况下,多表的物化视图能够有效的提升查询性能,减少数据的计算 ## 竞品 传统TP数据库ORACLE 和新兴AP数据库 CK 都支持 oracle https

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #10281: [Bug][Schema-change] fix schema_change failed because of emtpy origin_column_name passed

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

[GitHub] [doris] qidaye closed issue #7389: [Feature] Support create Iceberg external table

2022-06-20 Thread GitBox
qidaye closed issue #7389: [Feature] Support create Iceberg external table URL: https://github.com/apache/doris/issues/7389 -- 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 u

[GitHub] [doris] qidaye closed issue #8807: [Feature] Support S3 reource

2022-06-20 Thread GitBox
qidaye closed issue #8807: [Feature] Support S3 reource URL: https://github.com/apache/doris/issues/8807 -- 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] EmmyMiao87 commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
EmmyMiao87 commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901642353 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java: ## @@ -0,0 +1,86 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] morrySnow commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
morrySnow commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901653825 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java: ## @@ -0,0 +1,86 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [doris] BiteTheDDDDt opened a new issue, #10282: [Enhancement][Vectorized] add constexpr_loop_match

2022-06-20 Thread GitBox
BiteThet opened a new issue, #10282: URL: https://github.com/apache/doris/issues/10282 ### 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 we ca

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #10283: [Enhancement][Vectorized] add constexpr_loop_match

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

[GitHub] [doris] morrySnow commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
morrySnow commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901660626 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -218,7 +251,14 @@ private LogicalPlan visitCommonSelectQueryClausePlan(

[GitHub] [doris] jackwener closed pull request #10188: [DNM]

2022-06-20 Thread GitBox
jackwener closed pull request #10188: [DNM] URL: https://github.com/apache/doris/pull/10188 -- 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-unsu

[GitHub] [doris] morningman merged pull request #10274: [hotfix] Fix compile error in external file scan node

2022-06-20 Thread GitBox
morningman merged PR #10274: URL: https://github.com/apache/doris/pull/10274 -- 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: [fix](compile) Fix compile error in external file scan node (#10274)

2022-06-20 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 dd39287a0a [fix](compile) Fix compile error i

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
EmmyMiao87 commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901653625 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java: ## @@ -0,0 +1,86 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10227: [feature](nereids) Add ssb related expressions and PlanNode

2022-06-20 Thread GitBox
EmmyMiao87 commented on code in PR #10227: URL: https://github.com/apache/doris/pull/10227#discussion_r901758402 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/CompoundPredicate.java: ## @@ -0,0 +1,50 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] [doris] luozenglin opened a new pull request, #10284: [fix][ldap] fix ldap password null pointer exception.

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

[GitHub] [doris] zenoyang commented on a diff in pull request #10084: [feature-wip](vectorized) Support block aggregate in scanner

2022-06-20 Thread GitBox
zenoyang commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r901835915 ## be/src/vec/olap/block_reader.cpp: ## @@ -133,6 +133,29 @@ Status BlockReader::init(const ReaderParams& read_params) { return status; } +// only g

[GitHub] [doris] zenoyang commented on a diff in pull request #10084: [feature-wip](vectorized) Support block aggregate in scanner

2022-06-20 Thread GitBox
zenoyang commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r901839029 ## be/src/vec/olap/block_reader.cpp: ## @@ -133,6 +133,29 @@ Status BlockReader::init(const ReaderParams& read_params) { return status; } +// only g

  1   2   3   >