[doris] branch master updated: [Docs](array type) Update array type documentation (#12097)

2022-08-29 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 454e21daca [Docs](array type) Update array type d

[GitHub] [doris] xy720 merged pull request #12097: [Docs](array type) Update array type documentation

2022-08-29 Thread GitBox
xy720 merged PR #12097: URL: https://github.com/apache/doris/pull/12097 -- 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.apache

[GitHub] [doris] github-actions[bot] commented on pull request #12082: [fix](array-type) array can not be distributed key and aggregation key

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12082: URL: https://github.com/apache/doris/pull/12082#issuecomment-1229875254 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 #12082: [fix](array-type) array can not be distributed key and aggregation key

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12082: URL: https://github.com/apache/doris/pull/12082#issuecomment-1229875291 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] 924060929 opened a new pull request, #12147: [refactor](Nereids) refactor memo.copyIn to all rewrite case

2022-08-29 Thread GitBox
924060929 opened a new pull request, #12147: URL: https://github.com/apache/doris/pull/12147 # Proposed changes refactor `memo.copyIn` to all rewrite case It the past, `memo.copyIn` has complex logic to process init, rewrite and copyIn, It's difficult to understand and easy to

[GitHub] [doris] dujl opened a new pull request, #12148: [enhancement](string-type) support create the table containing string/text type with a default value that length greater than 1

2022-08-29 Thread GitBox
dujl opened a new pull request, #12148: URL: https://github.com/apache/doris/pull/12148 support create the table containing string/text type with a default value that length greater than 1 # Proposed changes Issue Number: close #12145 ## Problem summary Create the ta

[GitHub] [doris] 924060929 merged pull request #12130: [fix](Nereids)join output order need same with child plan node output when translate

2022-08-29 Thread GitBox
924060929 merged PR #12130: URL: https://github.com/apache/doris/pull/12130 -- 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.ap

[doris] branch master updated (454e21daca -> 1d9d99c8ec)

2022-08-29 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 454e21daca [Docs](array type) Update array type documentation (#12097) add 1d9d99c8ec [fix](Nereids)join outpu

[GitHub] [doris] morrySnow commented on a diff in pull request #11842: [feature](planner) Column prune for nereids

2022-08-29 Thread GitBox
morrySnow commented on code in PR #11842: URL: https://github.com/apache/doris/pull/11842#discussion_r956988979 ## fe/fe-core/src/main/java/org/apache/doris/planner/ExchangeNode.java: ## @@ -94,8 +96,15 @@ public boolean isMergingExchange() { @Override public final v

[doris] branch master updated: [feature](nereids)support one expression-rewrite rule: inPredicateToEqualTo (#12046)

2022-08-29 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 c0b56400ed [feature](nereids)support one expr

[GitHub] [doris] 924060929 merged pull request #12046: [feature](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-29 Thread GitBox
924060929 merged PR #12046: URL: https://github.com/apache/doris/pull/12046 -- 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.ap

[GitHub] [doris] cambyzju commented on pull request #12082: [fix](array-type) array can not be distributed key and aggregation key

2022-08-29 Thread GitBox
cambyzju commented on PR #12082: URL: https://github.com/apache/doris/pull/12082#issuecomment-1229913744 > We should also update the array docs to tell user don't use array type as distribution key. Already exists: `An array of T-type items, it cannot be used as a key column.` -- Th

[GitHub] [doris] morningman merged pull request #12135: Revert "[behavior change](planner)change Doris's query organization syntax to standard sql"

2022-08-29 Thread GitBox
morningman merged PR #12135: URL: https://github.com/apache/doris/pull/12135 -- 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 (c0b56400ed -> b2c85d753f)

2022-08-29 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 c0b56400ed [feature](nereids)support one expression-rewrite rule: inPredicateToEqualTo (#12046) add b2c85d753

[GitHub] [doris] JNSimba opened a new pull request, #12149: [Doc](flink-connector) update sample code url

2022-08-29 Thread GitBox
JNSimba opened a new pull request, #12149: URL: https://github.com/apache/doris/pull/12149 # Proposed changes Issue Number: close #xxx ## Problem summary update sample code url ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] WuZezhang commented on issue #10020: [Bug] configure: error: in `/root/apache-doris-1.0.0-incubating-src/thirdparty/src/unixODBC-2.3.7'

2022-08-29 Thread GitBox
WuZezhang commented on issue #10020: URL: https://github.com/apache/doris/issues/10020#issuecomment-1229958910 Have you solved your problem? I have the same problem. Do you have a solution? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] Henry2SS opened a new issue, #12150: [Bug](rpc) rpc timeout when execute "show load"

2022-08-29 Thread GitBox
Henry2SS opened a new issue, #12150: URL: https://github.com/apache/doris/issues/12150 ### 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] qzsee opened a new pull request, #12151: [Nereids][Feature] Constant fold of an expression

2022-08-29 Thread GitBox
qzsee opened a new pull request, #12151: URL: https://github.com/apache/doris/pull/12151 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] Henry2SS opened a new pull request, #12152: [Bug](rpc) fix rpc timeout too large when show load

2022-08-29 Thread GitBox
Henry2SS opened a new pull request, #12152: URL: https://github.com/apache/doris/pull/12152 # Proposed changes Issue Number: close #12150 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris-website] hf200012 merged pull request #73: [flink-connector] update flink connector doc

2022-08-29 Thread GitBox
hf200012 merged PR #73: URL: https://github.com/apache/doris-website/pull/73 -- 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-website] branch master updated: update flink connector doc (#73)

2022-08-29 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 b96f790959a update flink connector

[GitHub] [doris] stalary commented on issue #12089: [Bug] query result error after insert muliti-version data

2022-08-29 Thread GitBox
stalary commented on issue #12089: URL: https://github.com/apache/doris/issues/12089#issuecomment-1230003218 It can query normal after insert when I set be.conf `enable_low_cardinality_optimize=false`. -- This is an automated message from the Apache Git Service. To respond to the message,

[doris] branch master updated: [fix](array-type) array can not be distributed key and aggregation key (#12082)

2022-08-29 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 47c89d49f0 [fix](array-type) array can not be dis

[GitHub] [doris] xy720 merged pull request #12082: [fix](array-type) array can not be distributed key and aggregation key

2022-08-29 Thread GitBox
xy720 merged PR #12082: URL: https://github.com/apache/doris/pull/12082 -- 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.apache

[GitHub] [doris] zhannngchen commented on a diff in pull request #12118: [fix](planner) let OlapScanNode turn off preaggragation when there is a filter on DELETE_SIGN

2022-08-29 Thread GitBox
zhannngchen commented on code in PR #12118: URL: https://github.com/apache/doris/pull/12118#discussion_r957093727 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -1044,6 +1045,7 @@ private void filterDeletedRows(Analyzer analyzer) throws AnalysisEx

[doris-website] branch master updated: fix

2022-08-29 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 d0064e643dd fix d0064e643dd is desc

[GitHub] [doris] caoliang-web commented on issue #12068: Doris多租户副本分布问题

2022-08-29 Thread GitBox
caoliang-web commented on issue #12068: URL: https://github.com/apache/doris/issues/12068#issuecomment-1230059085 组与组直接是隔离的,想了解下你两个组之间怎么平衡副本数这个需求,方便的话加我微信:13466904674 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] ZHbamboo commented on issue #11706: Good First Issue

2022-08-29 Thread GitBox
ZHbamboo commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1230073395 [WeOpen Star] I would like to help DOCS & BLOGS Doris Compaction 机制解析 https://mp.weixin.qq.com/s/5D1gAOEiFWM7N6KPwqHHdw -- This is an automated message from the Apache Git Service

[GitHub] [doris] github-actions[bot] commented on pull request #12149: [Doc](flink-connector) update sample code url

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12149: URL: https://github.com/apache/doris/pull/12149#issuecomment-1230104292 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 #12149: [Doc](flink-connector) update sample code url

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12149: URL: https://github.com/apache/doris/pull/12149#issuecomment-1230104267 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] FreeOnePlus opened a new pull request, #12154: [docs]Partition table document correction

2022-08-29 Thread GitBox
FreeOnePlus opened a new pull request, #12154: URL: https://github.com/apache/doris/pull/12154 # Proposed changes Issue Number: close #xxx ## Problem summary Fixed incorrect description of column length limit in partition bucketing documentation. Originally described

[GitHub] [doris] yiguolei opened a new issue, #12155: [Bug] delete handler init failed and core

2022-08-29 Thread GitBox
yiguolei opened a new issue, #12155: URL: https://github.com/apache/doris/issues/12155 ### 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] hf200012 merged pull request #11965: [Fix](MysqltoDoris)Failed to get doris_odbc_name value in mysql_to_doris replace driver…

2022-08-29 Thread GitBox
hf200012 merged PR #11965: URL: https://github.com/apache/doris/pull/11965 -- 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: Failed to get doris_odbc_name value in mysql_to_doris, replace driver value error (#11965)

2022-08-29 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 e48b691139 Failed to get doris_odbc_name va

[GitHub] [doris] englefly opened a new pull request, #12156: fix invalid slot id bug

2022-08-29 Thread GitBox
englefly opened a new pull request, #12156: URL: https://github.com/apache/doris/pull/12156 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] github-actions[bot] commented on pull request #12152: [fix](rpc) fix that coordinator rpc timeout too large may make show load blocked for long time

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12152: URL: https://github.com/apache/doris/pull/12152#issuecomment-1230166768 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 #12131: update data-model document problem

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12131: URL: https://github.com/apache/doris/pull/12131#issuecomment-1230192134 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] yinzhijian opened a new pull request, #12159: [feature](nereids) support distinct count for TPC-H

2022-08-29 Thread GitBox
yinzhijian opened a new pull request, #12159: URL: https://github.com/apache/doris/pull/12159 # Proposed changes Issue Number: close #xxx ## Problem summary support distinct count with group by clause. for example: SELECT count(distinct c_city), count(*) AS custdist FRO

[GitHub] [doris] Lchangliang opened a new pull request, #12160: [feature](light-schema-change) fix light-schema-change and add more cases

2022-08-29 Thread GitBox
Lchangliang opened a new pull request, #12160: URL: https://github.com/apache/doris/pull/12160 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Fix _delete_sign_idx and _seq_col_idx when append_column or build_schema when load. 2. Tablet schema cache

[GitHub] [doris] yiguolei opened a new pull request, #12161: [bugfix](delete hanlder) delete predicate is merged and could not find schema cause core dump

2022-08-29 Thread GitBox
yiguolei opened a new pull request, #12161: URL: https://github.com/apache/doris/pull/12161 # Proposed changes Issue Number: close #12155 ## Problem summary Delete Predicates is acquired in a header lock and then the lock is released. When open the scanner, it will init

[GitHub] [doris] morrySnow commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957241907 ## fe/fe-core/src/test/java/org/apache/doris/nereids/util/MemoValidator.java: ## @@ -0,0 +1,109 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [doris] yiguolei merged pull request #12139: [fix](memtracker) Fix mem limit exceed return wrong format

2022-08-29 Thread GitBox
yiguolei merged PR #12139: URL: https://github.com/apache/doris/pull/12139 -- 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: [fix](memtracker) Fix mem limit exceed return wrong format (#12139)

2022-08-29 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 09b8d32421 [fix](memtracker) Fix mem limit exce

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957308176 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/JobContext.java: ## @@ -19,22 +19,29 @@ import org.apache.doris.nereids.CascadesContext; import org.apach

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957310076 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java: ## @@ -181,13 +208,14 @@ public boolean equals(Object o) { return false;

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957313265 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/Plan.java: ## @@ -43,13 +44,26 @@ public interface Plan extends TreeNode { LogicalProperties ge

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957313620 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/Plan.java: ## @@ -43,13 +44,26 @@ public interface Plan extends TreeNode { LogicalProperties ge

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957314021 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -129,91 +111,178 @@ public CascadesContext newCascadesContext(StatementContext statementCon

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957324247 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957322578 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] morrySnow merged pull request #12143: [improve](Nereids): make some Type constructor private

2022-08-29 Thread GitBox
morrySnow merged PR #12143: URL: https://github.com/apache/doris/pull/12143 -- 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.ap

[doris] branch master updated (09b8d32421 -> 580b8dd3ec)

2022-08-29 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 09b8d32421 [fix](memtracker) Fix mem limit exceed return wrong format (#12139) add 580b8dd3ec [improve](Nereid

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957329745 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957336047 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957336047 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] 924060929 commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
924060929 commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957339706 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] lihuigang commented on pull request #12095: [fix](planner) orthogonal_bitmap_union_count can hit rollup

2022-08-29 Thread GitBox
lihuigang commented on PR #12095: URL: https://github.com/apache/doris/pull/12095#issuecomment-1230324188 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 unsubscribe

[GitHub] [doris] lihuigang commented on pull request #12095: [fix](planner) orthogonal_bitmap_union_count can hit rollup

2022-08-29 Thread GitBox
lihuigang commented on PR #12095: URL: https://github.com/apache/doris/pull/12095#issuecomment-1230326088 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 unsubscribe

[GitHub] [doris] cambyzju opened a new pull request, #12162: [Enhancement](metric-type) more readable error message for only metric type

2022-08-29 Thread GitBox
cambyzju opened a new pull request, #12162: URL: https://github.com/apache/doris/pull/12162 # Proposed changes Issue Number: close #xxx ## Problem summary - reproduce step 1: create two table with same schema. ``` CREATE TABLE `t1` ( `k1` int(11) NULL,

[GitHub] [doris] jackwener closed pull request #10543: 分区为左闭右开区间描述修改

2022-08-29 Thread GitBox
jackwener closed pull request #10543: 分区为左闭右开区间描述修改 URL: https://github.com/apache/doris/pull/10543 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: comm

[GitHub] [doris] jackwener commented on pull request #10543: 分区为左闭右开区间描述修改

2022-08-29 Thread GitBox
jackwener commented on PR #10543: URL: https://github.com/apache/doris/pull/10543#issuecomment-1230351194 Long time no response. close it. -- 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

[GitHub] [doris] morrySnow commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957385006 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java: ## @@ -181,13 +208,14 @@ public boolean equals(Object o) { return false;

[GitHub] [doris] morrySnow commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957387267 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] morningman closed pull request #12114: [Draft] enable new scan framework

2022-08-29 Thread GitBox
morningman closed pull request #12114: [Draft] enable new scan framework URL: https://github.com/apache/doris/pull/12114 -- 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 unsu

[GitHub] [doris] morrySnow opened a new pull request, #12163: [fix](Nereids)get NPE from finalize TimestampArithmeticExpr that generated by ExpressionTranslator

2022-08-29 Thread GitBox
morrySnow opened a new pull request, #12163: URL: https://github.com/apache/doris/pull/12163 # Proposed changes This PR: - refactor getDataType in TimestampArithmetic - set TimeUnit correctly when translate TimestampArithmetic to TimestampArithmeticExpr ## Checklist(Requi

[GitHub] [doris] jackwener commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
jackwener commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r956998102 ## fe/fe-core/src/main/java/org/apache/doris/nereids/properties/LogicalProperties.java: ## @@ -50,4 +50,21 @@ public List getOutput() { public LogicalProperties w

[GitHub] [doris] morrySnow commented on a diff in pull request #12147: [refactor](Nereids) refactor memo.copyIn

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12147: URL: https://github.com/apache/doris/pull/12147#discussion_r957408891 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -277,12 +346,172 @@ public void addEnforcerPlan(GroupExpression groupExpression, Group grou

[GitHub] [doris] github-actions[bot] commented on pull request #12154: [Enhancement](doc) Partition table document correction

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12154: URL: https://github.com/apache/doris/pull/12154#issuecomment-1230398910 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 #12154: [Enhancement](doc) Partition table document correction

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12154: URL: https://github.com/apache/doris/pull/12154#issuecomment-1230398994 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] LemonLiTree commented on issue #12142: doriswriter csv换行,json字段错位

2022-08-29 Thread GitBox
LemonLiTree commented on issue #12142: URL: https://github.com/apache/doris/issues/12142#issuecomment-1230405074 > 同步odps数据到doris,writer:doriswriter,一开始同步的时候format用默认的csv,直接报错,odps表里的字段有\n换行符,把format改成json之后,字段错位 最开始用 stream load curl命令去导,csv遇到表字段里面有数据是换行的就换行了,导入失败 我觉得你这种情况可以考虑先清洗下数据

[GitHub] [doris] caiconghui merged pull request #12111: [Enhancement](select) Make select variables request handled in fe without be to avoid potential blocked problem when login

2022-08-29 Thread GitBox
caiconghui merged PR #12111: URL: https://github.com/apache/doris/pull/12111 -- 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 (580b8dd3ec -> 2715ff9e0f)

2022-08-29 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 580b8dd3ec [improve](Nereids)make some DataType's constructor's access level to private (#12143) add 2715ff9e

[GitHub] [doris] zxealous opened a new issue, #12164: [Enhancement] Optimize cache reader use pre-created buffer

2022-08-29 Thread GitBox
zxealous opened a new issue, #12164: URL: https://github.com/apache/doris/issues/12164 ### 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, cach

[GitHub] [doris] zxealous opened a new pull request, #12165: [optimize](remote) Optimize cache reader use a pre-created buffer when downloading the cache

2022-08-29 Thread GitBox
zxealous opened a new pull request, #12165: URL: https://github.com/apache/doris/pull/12165 # Proposed changes Issue Number: close #12164 ## Problem summary Optimize cache reader use a pre-created buffer when downloading the cache. ## Checklist(Required) 1.

[GitHub] [doris] adonis0147 merged pull request #12072: [chore](git) Some paths should be tracked by git

2022-08-29 Thread GitBox
adonis0147 merged PR #12072: URL: https://github.com/apache/doris/pull/12072 -- 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: [chore](git) Some paths should be tracked by git (#12072)

2022-08-29 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling 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 c3db282d8e [chore](git) Some paths should be

[GitHub] [doris] AshinGau opened a new pull request, #12166: [feature-wip](parquet-reader) read and generate array column

2022-08-29 Thread GitBox
AshinGau opened a new pull request, #12166: URL: https://github.com/apache/doris/pull/12166 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] jackwener merged pull request #12154: [Enhancement](doc) Partition table document correction

2022-08-29 Thread GitBox
jackwener merged PR #12154: URL: https://github.com/apache/doris/pull/12154 -- 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.ap

[doris] branch master updated: Fixed incorrect description of column length limit in partition bucketing documentation. (#12154)

2022-08-29 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 c885913efe Fixed incorrect description of column

[GitHub] [doris] xinyiZzz opened a new issue, #12167: [Bug] PODArray reset_peak() reduces performance

2022-08-29 Thread GitBox
xinyiZzz opened a new issue, #12167: URL: https://github.com/apache/doris/issues/12167 ### 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 580b8dd3ec45b

[GitHub] [doris] xinyiZzz opened a new pull request, #12168: [enhancement](memtracker) Improve performance of tracking real physical memory of PODArray

2022-08-29 Thread GitBox
xinyiZzz opened a new pull request, #12168: URL: https://github.com/apache/doris/pull/12168 # Proposed changes Issue Number: close #12167 ## Problem summary Passing `std::shared_ptr` as a function parameter should be avoided, frequent new and delete `std::shared_ptr` tem

[GitHub] [doris] morrySnow commented on a diff in pull request #12008: [feature](Nereids): enable CBO and fix statistics

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12008: URL: https://github.com/apache/doris/pull/12008#discussion_r957547395 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -72,13 +72,12 @@ public CostEstimate visitPhysicalOlapScan(PhysicalOlapScan physi

[GitHub] [doris] morrySnow commented on a diff in pull request #11842: [feature](planner) Column prune for nereids

2022-08-29 Thread GitBox
morrySnow commented on code in PR #11842: URL: https://github.com/apache/doris/pull/11842#discussion_r957567277 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -367,47 +352,32 @@ public PlanFragment visitPhysicalHashJoin(P

[GitHub] [doris] morrySnow commented on a diff in pull request #12129: [feature-wip](nereids) Support having clause

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12129: URL: https://github.com/apache/doris/pull/12129#discussion_r957574813 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindSlotReference.java: ## @@ -131,6 +132,16 @@ public List buildRules() { ),

[GitHub] [doris] morrySnow commented on pull request #12129: [feature-wip](nereids) Support having clause

2022-08-29 Thread GitBox
morrySnow commented on PR #12129: URL: https://github.com/apache/doris/pull/12129#issuecomment-1230611623 please add some analyze unit test and regression test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] morrySnow commented on a diff in pull request #12159: [feature](nereids) support distinct count for TPC-H

2022-08-29 Thread GitBox
morrySnow commented on code in PR #12159: URL: https://github.com/apache/doris/pull/12159#discussion_r957615245 ## regression-test/data/nereids_syntax_p0/function.out: ## @@ -11,6 +11,11 @@ -- !count -- 3 3 +-- !distinct_count_with_group_by -- +1 1 +1 1 +1

[GitHub] [doris] morrySnow opened a new pull request, #12169: [fix](Nereids)Sum return DoubleType when child is DecimalType by mistake

2022-08-29 Thread GitBox
morrySnow opened a new pull request, #12169: URL: https://github.com/apache/doris/pull/12169 ## Problem summary When Sum's child is Decimal, Return Double Type by mistake lead to result error. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] closed pull request #8090: [refactor](optimize)refactor RowRef/RowRefList to decrease hash table memory size

2022-08-29 Thread GitBox
github-actions[bot] closed pull request #8090: [refactor](optimize)refactor RowRef/RowRefList to decrease hash table memory size URL: https://github.com/apache/doris/pull/8090 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [doris] yiguolei commented on pull request #12168: [enhancement](memtracker) Improve performance of tracking real physical memory of PODArray

2022-08-29 Thread GitBox
yiguolei commented on PR #12168: URL: https://github.com/apache/doris/pull/12168#issuecomment-1231030026 Please provide the flame graph before this PR and after this PR to ensure that this PR really solve the problem. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [doris] github-actions[bot] commented on pull request #12161: [bugfix](delete hanlder) delete predicate is merged and could not find schema cause core dump

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12161: URL: https://github.com/apache/doris/pull/12161#issuecomment-1231032921 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 #12161: [bugfix](delete hanlder) delete predicate is merged and could not find schema cause core dump

2022-08-29 Thread GitBox
github-actions[bot] commented on PR #12161: URL: https://github.com/apache/doris/pull/12161#issuecomment-1231032942 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 #12141: [Enhancement](compaction) add compaction use time count

2022-08-29 Thread GitBox
yiguolei merged PR #12141: URL: https://github.com/apache/doris/pull/12141 -- 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 (c885913efe -> 67e94d2aea)

2022-08-29 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 c885913efe Fixed incorrect description of column length limit in partition bucketing documentation. (#12154) ad

[GitHub] [doris] yangzhg merged pull request #12161: [bugfix](delete hanlder) delete predicate is merged and could not find schema cause core dump

2022-08-29 Thread GitBox
yangzhg merged PR #12161: URL: https://github.com/apache/doris/pull/12161 -- 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.apac

[GitHub] [doris] yangzhg closed issue #12155: [Bug] delete handler init failed and core

2022-08-29 Thread GitBox
yangzhg closed issue #12155: [Bug] delete handler init failed and core URL: https://github.com/apache/doris/issues/12155 -- 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 uns

[doris] branch master updated: [bugfix](delete hanlder) delete predicate is merged and could not find schema cause core dump (#12161)

2022-08-29 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 2f192019d3 [bugfix](delete hanlder) delete predi

[GitHub] [doris] xinyiZzz commented on pull request #12168: [enhancement](memtracker) Improve performance of tracking real physical memory of PODArray

2022-08-29 Thread GitBox
xinyiZzz commented on PR #12168: URL: https://github.com/apache/doris/pull/12168#issuecomment-1231044159 > Please provide the flame graph before this PR and after this PR to ensure that this PR really solve the problem. done, reset_peak() does not exist -- This is an automated mess

[GitHub] [doris] englefly commented on a diff in pull request #12113: [fix](join)join reorder by mistake

2022-08-29 Thread GitBox
englefly commented on code in PR #12113: URL: https://github.com/apache/doris/pull/12113#discussion_r957939882 ## fe/fe-core/src/main/java/org/apache/doris/analysis/FromClause.java: ## @@ -44,6 +46,8 @@ public class FromClause implements ParseNode, Iterable { private boole

[GitHub] [doris] yiguolei closed issue #12167: [Bug] PODArray reset_peak() reduces performance

2022-08-29 Thread GitBox
yiguolei closed issue #12167: [Bug] PODArray reset_peak() reduces performance URL: https://github.com/apache/doris/issues/12167 -- 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 #12168: [enhancement](memtracker) Improve performance of tracking real physical memory of PODArray

2022-08-29 Thread GitBox
yiguolei merged PR #12168: URL: https://github.com/apache/doris/pull/12168 -- 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

  1   2   >