[GitHub] [doris] yiguolei merged pull request #12040: [fix](plan)add changeSlotToNullableOfOuterJoinedTuples method

2022-08-24 Thread GitBox
yiguolei merged PR #12040: URL: https://github.com/apache/doris/pull/12040 -- 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 dev-1.1.2 updated: add changeSlotToNullableOfOuterJoinedTuples method (#12040)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 170356ce11 add changeSlotToNullableOfOute

[GitHub] [doris] hello-stephen commented on pull request #11975: [tools](ssb and tpch)optimize tools

2022-08-24 Thread GitBox
hello-stephen commented on PR #11975: URL: https://github.com/apache/doris/pull/11975#issuecomment-1225284282 > Nice job! > > However, I think you should also modify `.github/workflows/shellcheck.yml`. The `ShellCheck` action ignores the files under `tools/ssb-tools` and `tools/tpch-

[GitHub] [doris] yiguolei merged pull request #11861: [fix](grouping)fix grouping function bug

2022-08-24 Thread GitBox
yiguolei merged PR #11861: URL: https://github.com/apache/doris/pull/11861 -- 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] Kikyou1997 commented on a diff in pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
Kikyou1997 commented on code in PR #12013: URL: https://github.com/apache/doris/pull/12013#discussion_r953425094 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/NormalizeAggregate.java: ## @@ -0,0 +1,138 @@ +// Licensed to the Apache Software Foundatio

[doris] branch master updated (f875684345 -> 8b4f693ad5)

2022-08-24 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 f875684345 [fix](agg) Crashing caused by serialization in streaming aggregation (#12027) add 8b4f693ad5 [fix](g

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
Kikyou1997 commented on code in PR #12013: URL: https://github.com/apache/doris/pull/12013#discussion_r953389481 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/NormalizeAggregate.java: ## @@ -0,0 +1,138 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [doris-spark-connector] chovy-3012 opened a new pull request, #48: [bug] fix stream dataframe writing to doris json parse exception

2022-08-24 Thread GitBox
chovy-3012 opened a new pull request, #48: URL: https://github.com/apache/doris-spark-connector/pull/48 # Proposed changes Issue Number: close #47 ## Problem Summary: stream dataframe can write to doris ## Checklist(Required) 1. Does it affect the original

[doris] branch dev-1.1.2 updated: [fix](grouping)fix grouping function bug (#11861)

2022-08-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 076dd67347 [fix](grouping)fix grouping fu

[GitHub] [doris] github-actions[bot] commented on pull request #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11649: URL: https://github.com/apache/doris/pull/11649#issuecomment-1225291167 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 #11649: [Fix] fix `cast(array as array<>)` causes be core dump

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11649: URL: https://github.com/apache/doris/pull/11649#issuecomment-1225291199 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

[doris-website] branch asf-site updated: add

2022-08-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 435cfa54478 add 435cfa54478 is

[GitHub] [doris] github-actions[bot] commented on pull request #11984: [Fix](remote) Fix thread safety issue in cache

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11984: URL: https://github.com/apache/doris/pull/11984#issuecomment-1225292007 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] 924060929 commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
924060929 commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953359770 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindSlotReference.java: ## @@ -92,9 +92,10 @@ public List buildRules() { RuleType.BIND

[GitHub] [doris] morrySnow commented on pull request #12037: [Fix](Planner) Show rollup info in explain result.

2022-08-24 Thread GitBox
morrySnow commented on PR #12037: URL: https://github.com/apache/doris/pull/12037#issuecomment-1225296204 it seems like we print rollup name after table name in a pair of parentheses currently. Just like ``` lineorder(lineorder) ``` -- This is an automated message from the Ap

[doris-website] branch master updated: fix

2022-08-24 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 f0be964f77b fix f0be964f77b is desc

[GitHub] [doris] morrySnow commented on a diff in pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
morrySnow commented on code in PR #12013: URL: https://github.com/apache/doris/pull/12013#discussion_r953438977 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/NormalizeAggregate.java: ## @@ -0,0 +1,138 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] morrySnow commented on a diff in pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
morrySnow commented on code in PR #12013: URL: https://github.com/apache/doris/pull/12013#discussion_r953438977 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/NormalizeAggregate.java: ## @@ -0,0 +1,138 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] morrySnow commented on a diff in pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
morrySnow commented on code in PR #12013: URL: https://github.com/apache/doris/pull/12013#discussion_r953440653 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/NormalizeAggregate.java: ## @@ -0,0 +1,138 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] starocean999 commented on a diff in pull request #11933: [fix](union)the result exprs of union node should substitute by child node's smap

2022-08-24 Thread GitBox
starocean999 commented on code in PR #11933: URL: https://github.com/apache/doris/pull/11933#discussion_r953445341 ## fe/fe-core/src/main/java/org/apache/doris/planner/SetOperationNode.java: ## @@ -144,6 +144,13 @@ public List> getMaterializedConstExprLists() { @Override

[GitHub] [doris] yangzhg commented on pull request #12006: [Bug](function) fix aggFnParams set not correct

2022-08-24 Thread GitBox
yangzhg commented on PR #12006: URL: https://github.com/apache/doris/pull/12006#issuecomment-1225308573 This bug will occur when enable_vec_exec, and your modification seems not fix this bug -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] starocean999 commented on pull request #12012: [bug](vectorized) fix bug of tuple is null null side do not set

2022-08-24 Thread GitBox
starocean999 commented on PR #12012: URL: https://github.com/apache/doris/pull/12012#issuecomment-1225308407 LGTM -- 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 unsubsc

[doris-website] branch master updated: fix

2022-08-24 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 1e79aed76d2 fix 1e79aed76d2 is desc

[GitHub] [doris] cambyzju commented on a diff in pull request #12037: [Fix](Planner) Show rollup info in explain result.

2022-08-24 Thread GitBox
cambyzju commented on code in PR #12037: URL: https://github.com/apache/doris/pull/12037#discussion_r953479209 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -846,6 +846,8 @@ public String getNodeExplainString(String prefix, TExplainLevel detailLe

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #65: [fix] cp .asf.yaml and version to build folder

2022-08-24 Thread GitBox
jeffreys-cat opened a new pull request, #65: URL: https://github.com/apache/doris-website/pull/65 - [[fix] cp .asf.yaml and version to build folder](https://github.com/apache/doris-website/commit/ef4343bcb7a38e84e13d896fda024ce89c25e4ce) -- This is an automated message from the Apache Git

[GitHub] [doris-website] morningman merged pull request #65: [fix] cp .asf.yaml and version to build folder

2022-08-24 Thread GitBox
morningman merged PR #65: URL: https://github.com/apache/doris-website/pull/65 -- 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-website] branch master updated: [fix] cp .asf.yaml and version to build folder (#65)

2022-08-24 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-website.git The following commit(s) were added to refs/heads/master by this push: new 6b74085b132 [fix] cp .asf.yaml and ve

[doris-website] branch asf-site updated: add

2022-08-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 4318690a2a6 add 4318690a2a6 is

[doris] branch master updated (8b4f693ad5 -> d87ab69ead)

2022-08-24 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 8b4f693ad5 [fix](grouping)fix grouping function bug (#11861) add d87ab69ead [bug](vectorized) fix bug of tuple i

[GitHub] [doris] yiguolei merged pull request #12012: [bug](vectorized) fix bug of tuple is null null side do not set

2022-08-24 Thread GitBox
yiguolei merged PR #12012: URL: https://github.com/apache/doris/pull/12012 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #11787: [Bug] BE crash with query `select * from (select 1 as a) b left join (select 2 as a) c using(a);`

2022-08-24 Thread GitBox
yiguolei closed issue #11787: [Bug] BE crash with query `select * from (select 1 as a) b left join (select 2 as a) c using(a);` URL: https://github.com/apache/doris/issues/11787 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [doris] wsjz opened a new pull request, #12041: Parquet temp test

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

[GitHub] [doris] adonis0147 commented on pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
adonis0147 commented on PR #12039: URL: https://github.com/apache/doris/pull/12039#issuecomment-1225365389 Hi @hello-stephen , `ShellCheck` action failed. You can run the script `build-support/shell-check.sh` on your machine to check these issues. -- This is an automated message from the

[GitHub] [doris] Gabriel39 commented on pull request #12033: [fix](ut) Fix fe ut NullPointer exception for DeleteHandlerTest

2022-08-24 Thread GitBox
Gabriel39 commented on PR #12033: URL: https://github.com/apache/doris/pull/12033#issuecomment-1225379586 Hi @caiconghui I have fix this failure test and you need rebase master and push again to resolve the P0 regression failure. -- This is an automated message from the Apache Git Service

[GitHub] [doris] github-actions[bot] commented on pull request #11948: [enhancement](ldap) optimize LDAP authentication.

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11948: URL: https://github.com/apache/doris/pull/11948#issuecomment-1225381068 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 #11948: [enhancement](ldap) optimize LDAP authentication.

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #11948: URL: https://github.com/apache/doris/pull/11948#issuecomment-1225381016 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] Gabriel39 commented on pull request #11970: [feature-wip](parquet-reader) parquert scanner can read data

2022-08-24 Thread GitBox
Gabriel39 commented on PR #11970: URL: https://github.com/apache/doris/pull/11970#issuecomment-1225381396 Hi @wsjz I have fixed a failure regression case and you need rebase master and push again to resolve this. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [doris] morningman opened a new pull request, #12042: [feature-wip](scan) add profile for new olap scan node

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

[GitHub] [doris] hello-stephen commented on pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
hello-stephen commented on PR #12039: URL: https://github.com/apache/doris/pull/12039#issuecomment-1225414640 > Hi @hello-stephen , `ShellCheck` action failed. You can run the script `build-support/shell-check.sh` on your machine to check these issues. OK, thanks. I use VSCode with

[GitHub] [doris] wsjz closed pull request #12041: Parquet temp test

2022-08-24 Thread GitBox
wsjz closed pull request #12041: Parquet temp test URL: https://github.com/apache/doris/pull/12041 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commi

[GitHub] [doris] wsjz commented on pull request #12041: Parquet temp test

2022-08-24 Thread GitBox
wsjz commented on PR #12041: URL: https://github.com/apache/doris/pull/12041#issuecomment-1225425838 abort -- 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

[GitHub] [doris] caiconghui commented on pull request #12033: [fix](ut) Fix fe ut NullPointer exception for DeleteHandlerTest

2022-08-24 Thread GitBox
caiconghui commented on PR #12033: URL: https://github.com/apache/doris/pull/12033#issuecomment-1225427184 > Hi @caiconghui I have fix this failure test and you need rebase master and push again to resolve this. ok -- This is an automated message from the Apache Git Service. To res

[GitHub] [doris] wsjz commented on pull request #11970: [feature-wip](parquet-reader) parquert scanner can read data

2022-08-24 Thread GitBox
wsjz commented on PR #11970: URL: https://github.com/apache/doris/pull/11970#issuecomment-1225434536 > Hi @wsjz I have fixed a failure regression case and you need rebase master and push again to resolve this. OK -- This is an automated message from the Apache Git Service. To r

[GitHub] [doris] adonis0147 commented on pull request #12039: [ci](shellcheck)shellcheck include ssb-tools and tpch-tools

2022-08-24 Thread GitBox
adonis0147 commented on PR #12039: URL: https://github.com/apache/doris/pull/12039#issuecomment-1225440612 I'm not sure whether the VSCode extension you mentioned supports the configuration `.shellcheckrc`. If it did, I think you could finish the job more easily. Besides, the version of `sh

[GitHub] [doris] yiguolei merged pull request #11948: [enhancement](ldap) optimize LDAP authentication.

2022-08-24 Thread GitBox
yiguolei merged PR #11948: URL: https://github.com/apache/doris/pull/11948 -- 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](ldap) optimize LDAP authentication. (#11948)

2022-08-24 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 b619bb2000 [enhancement](ldap) optimize LDAP au

[GitHub] [doris] yiguolei commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-24 Thread GitBox
yiguolei commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r953554584 ## be/src/olap/task/engine_storage_migration_task.cpp: ## @@ -341,19 +290,10 @@ void EngineStorageMigrationTask::_generate_new_header( Status EngineStorageMigrationT

[GitHub] [doris] morningman opened a new pull request, #12043: [fix](bdbje) add reserved disk config to avoid too many reserved bdbje files

2022-08-24 Thread GitBox
morningman opened a new pull request, #12043: URL: https://github.com/apache/doris/pull/12043 # Proposed changes Issue Number: close #xxx ## Problem summary Thanks to @dh-cloud and see #7273 for details ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] liaoxin01 opened a new pull request, #12044: [feature-wip](unique-key-merge-on-write) fix that version is awlays 0 when update delete bitmap

2022-08-24 Thread GitBox
liaoxin01 opened a new pull request, #12044: URL: https://github.com/apache/doris/pull/12044 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. introduced by pr #11953 ## Checklist(Required) 1. Does it affect the or

[GitHub] [doris] yiguolei commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-24 Thread GitBox
yiguolei commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r953586724 ## be/src/agent/task_worker_pool.cpp: ## @@ -1259,11 +1217,6 @@ void TaskWorkerPool::_report_tablet_worker_thread_callback() { DorisMetrics::instance()->

[GitHub] [doris] 924060929 commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
924060929 commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953353208 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHashJoin.java: ## @@ -38,9 +40,10 @@ RIGHT_CHILD_TYPE extends Plan>

[GitHub] [doris] 924060929 commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
924060929 commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953329100 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/batch/RewriteJob.java: ## @@ -40,13 +41,14 @@ public class RewriteJob extends BatchRulesJob { public Rew

[GitHub] [doris] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953593125 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -43,7 +45,8 @@ extends LogicalBinary implements Join {

[GitHub] [doris] yiguolei commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-24 Thread GitBox
yiguolei commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r953594770 ## be/src/olap/task/engine_batch_load_task.cpp: ## @@ -344,35 +307,26 @@ Status EngineBatchLoadTask::_delete_data(const TPushReq& request, Status res = Status::OK

[GitHub] [doris] gavinchou commented on pull request #12044: [feature-wip](unique-key-merge-on-write) fix that version is awlays 0 when update delete bitmap

2022-08-24 Thread GitBox
gavinchou commented on PR #12044: URL: https://github.com/apache/doris/pull/12044#issuecomment-1225495579 Nice catch! -- 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

[GitHub] [doris] 924060929 commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-24 Thread GitBox
924060929 commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r953598315 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -43,7 +45,8 @@ extends LogicalBinary implements Join {

[GitHub] [doris] wangshuo128 commented on pull request #12037: [Fix](Planner) Show rollup info in explain result.

2022-08-24 Thread GitBox
wangshuo128 commented on PR #12037: URL: https://github.com/apache/doris/pull/12037#issuecomment-1225499928 > it seems like we print rollup name after table name in a pair of parentheses currently. Just like > > ``` > lineorder(lineorder) > ``` Yes, rollup info kept but s

[GitHub] [doris] wangshuo128 closed pull request #12037: [Fix](Planner) Show rollup info in explain result.

2022-08-24 Thread GitBox
wangshuo128 closed pull request #12037: [Fix](Planner) Show rollup info in explain result. URL: https://github.com/apache/doris/pull/12037 -- 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 specifi

[GitHub] [doris] carlvinhust2012 opened a new pull request, #12045: [fix](array-type) fix the be core dump when use collect_list result t…

2022-08-24 Thread GitBox
carlvinhust2012 opened a new pull request, #12045: URL: https://github.com/apache/doris/pull/12045 # Proposed changes 1. this pr is used to fix the be core dump when use collect_list result to insert. 2. the core dump stack is as below: *** Current BE git commitID: 55fdb555b ***

[GitHub] [doris] yiguolei commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-24 Thread GitBox
yiguolei commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r953603686 ## be/src/olap/task/engine_clone_task.cpp: ## @@ -96,176 +93,108 @@ Status EngineCloneTask::_do_clone() { // if missed version size is 0, then it is useless

[GitHub] [doris] yiguolei commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-24 Thread GitBox
yiguolei commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r953606295 ## be/src/olap/task/engine_clone_task.cpp: ## @@ -324,36 +251,24 @@ Status EngineCloneTask::_make_and_download_snapshots(DataDir& data_dir, remote_url_pre

[GitHub] [doris] caiconghui merged pull request #12033: [fix](ut) Fix fe ut NullPointer exception for DeleteHandlerTest

2022-08-24 Thread GitBox
caiconghui merged PR #12033: URL: https://github.com/apache/doris/pull/12033 -- 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] caiconghui closed issue #12032: [Bug] (ut) run DeleteHandlerTest encounter NPE

2022-08-24 Thread GitBox
caiconghui closed issue #12032: [Bug] (ut) run DeleteHandlerTest encounter NPE URL: https://github.com/apache/doris/issues/12032 -- 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

[doris] branch master updated: [fix](ut) Fix fe ut npe for DeleteHandlerTest (#12033)

2022-08-24 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 2057edbea0 [fix](ut) Fix fe ut npe for Delete

[GitHub] [doris] yiguolei merged pull request #11984: [Fix](remote) Fix thread safety issue in cache

2022-08-24 Thread GitBox
yiguolei merged PR #11984: URL: https://github.com/apache/doris/pull/11984 -- 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 (2057edbea0 -> 54fc038dc5)

2022-08-24 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 2057edbea0 [fix](ut) Fix fe ut npe for DeleteHandlerTest (#12033) add 54fc038dc5 [Fix](remote) Fix thread safety

[GitHub] [doris] yiguolei closed issue #11992: [Bug] Thread safety issue in cache

2022-08-24 Thread GitBox
yiguolei closed issue #11992: [Bug] Thread safety issue in cache URL: https://github.com/apache/doris/issues/11992 -- 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 unsubscri

[GitHub] [doris] YangShaw opened a new pull request, #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
YangShaw opened a new pull request, #12046: URL: https://github.com/apache/doris/pull/12046 # Proposed changes Issue Number: close #xxx ## Problem summary Add one expression rewrite rule: rewrite InPredicate to an EqualTo Expression, if there exists exactly one element in

[GitHub] [doris] 924060929 commented on a diff in pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
924060929 commented on code in PR #12046: URL: https://github.com/apache/doris/pull/12046#discussion_r953620783 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/InPredicateToEqualToRule.java: ## @@ -0,0 +1,46 @@ +// Licensed to the Apache Softw

[GitHub] [doris] github-actions[bot] commented on pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12013: URL: https://github.com/apache/doris/pull/12013#issuecomment-1225529003 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 #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12013: URL: https://github.com/apache/doris/pull/12013#issuecomment-1225529046 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 commented on a diff in pull request #12046: [enhancement](nereids)support one expression-rewrite rule: inPredicateToEqualTo

2022-08-24 Thread GitBox
924060929 commented on code in PR #12046: URL: https://github.com/apache/doris/pull/12046#discussion_r953625412 ## regression-test/suites/nereids_syntax_p0/inpredicate.groovy: ## @@ -55,5 +55,13 @@ suite("inpredicate") { order_qt_in_predicate_8 """ SELECT * FROM su

[GitHub] [doris] yiguolei merged pull request #12013: [feature](Nereids)add normalize aggregate rule

2022-08-24 Thread GitBox
yiguolei merged PR #12013: URL: https://github.com/apache/doris/pull/12013 -- 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: [feature](Nereids)add normalize aggregate rule (#12013)

2022-08-24 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 b32aac9195 [feature](Nereids)add normalize aggr

[GitHub] [doris] zhannngchen commented on a diff in pull request #12044: [feature-wip](unique-key-merge-on-write) fix that version is awlays 0 when update delete bitmap

2022-08-24 Thread GitBox
zhannngchen commented on code in PR #12044: URL: https://github.com/apache/doris/pull/12044#discussion_r953629112 ## be/src/olap/txn_manager.cpp: ## @@ -309,6 +309,9 @@ Status TxnManager::publish_txn(OlapMeta* meta, TPartitionId partition_id, // save meta need access d

[GitHub] [doris] zxealous commented on a diff in pull request #11959: [feature](remote)Add cache files cleaner for remote olap files

2022-08-24 Thread GitBox
zxealous commented on code in PR #11959: URL: https://github.com/apache/doris/pull/11959#discussion_r953629420 ## docs/zh-CN/docs/admin-manual/config/be-config.md: ## @@ -1600,3 +1600,22 @@ webserver默认工作线程数 * 描述: 最少进行合并的版本数,当选中的小数据量的rowset个数,大于这个值是才会进行真正的合并 * 默认值: 10 +### `g

[GitHub] [doris] yiguolei closed pull request #11892: [bugfix](fix) fix dcheck failure of outer join with select const in i…

2022-08-24 Thread GitBox
yiguolei closed pull request #11892: [bugfix](fix) fix dcheck failure of outer join with select const in i… URL: https://github.com/apache/doris/pull/11892 -- 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

[GitHub] [doris] yiguolei commented on pull request #11892: [bugfix](fix) fix dcheck failure of outer join with select const in i…

2022-08-24 Thread GitBox
yiguolei commented on PR #11892: URL: https://github.com/apache/doris/pull/11892#issuecomment-1225536056 duplicate with https://github.com/apache/doris/pull/12012 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei merged pull request #11778: [typo](doc) Change wrong words

2022-08-24 Thread GitBox
yiguolei merged PR #11778: URL: https://github.com/apache/doris/pull/11778 -- 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 (b32aac9195 -> 87dd9c6b8b)

2022-08-24 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 b32aac9195 [feature](Nereids)add normalize aggregate rule (#12013) add 87dd9c6b8b [typo](doc) Change wrong words

[GitHub] [doris] zxealous opened a new pull request, #12047: [fix](docs) Fix configs default value in docs

2022-08-24 Thread GitBox
zxealous opened a new pull request, #12047: URL: https://github.com/apache/doris/pull/12047 # 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 #12044: [feature-wip](unique-key-merge-on-write) fix that version is awlays 0 when update delete bitmap

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12044: URL: https://github.com/apache/doris/pull/12044#issuecomment-1225551458 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] Jibing-Li opened a new pull request, #12048: New file scan node

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

[GitHub] [doris] Gabriel39 opened a new pull request, #12049: [Bug](runtime filter) fix bug for late-arrival runtime filters

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

[GitHub] [doris] cambyzju commented on a diff in pull request #12045: [fix](array-type) fix the be core dump when use collect_list result t…

2022-08-24 Thread GitBox
cambyzju commented on code in PR #12045: URL: https://github.com/apache/doris/pull/12045#discussion_r953668457 ## be/src/vec/columns/column_array.cpp: ## @@ -235,7 +235,13 @@ void ColumnArray::insert_from(const IColumn& src_, size_t n) { size_t size = src.size_at(n);

[GitHub] [doris] cambyzju commented on a diff in pull request #12045: [fix](array-type) fix the be core dump when use collect_list result t…

2022-08-24 Thread GitBox
cambyzju commented on code in PR #12045: URL: https://github.com/apache/doris/pull/12045#discussion_r953668845 ## be/src/vec/columns/column_array.cpp: ## @@ -235,7 +235,13 @@ void ColumnArray::insert_from(const IColumn& src_, size_t n) { size_t size = src.size_at(n);

[GitHub] [doris] stalary opened a new issue, #12050: [Bug] (ctas) Ctas due to be crash when select contains default timestamp

2022-08-24 Thread GitBox
stalary opened a new issue, #12050: URL: https://github.com/apache/doris/issues/12050 ### 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] carlvinhust2012 commented on a diff in pull request #12045: [fix](array-type) fix the be core dump when use collect_list result t…

2022-08-24 Thread GitBox
carlvinhust2012 commented on code in PR #12045: URL: https://github.com/apache/doris/pull/12045#discussion_r953674794 ## be/src/vec/columns/column_array.cpp: ## @@ -235,7 +235,13 @@ void ColumnArray::insert_from(const IColumn& src_, size_t n) { size_t size = src.size_at(n)

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #12045: [fix](array-type) fix the be core dump when use collect_list result t…

2022-08-24 Thread GitBox
carlvinhust2012 commented on code in PR #12045: URL: https://github.com/apache/doris/pull/12045#discussion_r953675854 ## be/src/vec/columns/column_array.cpp: ## @@ -235,7 +235,13 @@ void ColumnArray::insert_from(const IColumn& src_, size_t n) { size_t size = src.size_at(n)

[GitHub] [doris] MRYOG closed issue #11988: [Bug] 分区过多时,delete from table超时

2022-08-24 Thread GitBox
MRYOG closed issue #11988: [Bug] 分区过多时,delete from table超时 URL: https://github.com/apache/doris/issues/11988 -- 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-

[GitHub] [doris] MRYOG commented on issue #11988: [Bug] 分区过多时,delete from table超时

2022-08-24 Thread GitBox
MRYOG commented on issue #11988: URL: https://github.com/apache/doris/issues/11988#issuecomment-1225592014 已解决 1 执行时设置 SET delete_without_partition=TRUE 2 执行语句:DELETE FROM test_table PARTITION p20220820 WHERE day_id=20220820 3 执行删除时 添加指定分区名称(PARTITION p20220820)即可 -- This is an au

[GitHub] [doris] MRYOG commented on issue #11987: [Bug] Delete 语句Where 条件不能跟加 1=1

2022-08-24 Thread GitBox
MRYOG commented on issue #11987: URL: https://github.com/apache/doris/issues/11987#issuecomment-1225594041 Understand, thank you -- 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] MRYOG closed issue #11987: [Bug] Delete 语句Where 条件不能跟加 1=1

2022-08-24 Thread GitBox
MRYOG closed issue #11987: [Bug] Delete 语句Where 条件不能跟加 1=1 URL: https://github.com/apache/doris/issues/11987 -- 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-m

[GitHub] [doris-website] jeffreys-cat opened a new pull request, #66: [fix] update workflows

2022-08-24 Thread GitBox
jeffreys-cat opened a new pull request, #66: URL: https://github.com/apache/doris-website/pull/66 Update ```cron-deploy-website.yml``` and ```manual-deploy.yml]``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[doris-website] branch master updated: [fix] update workflows (#66)

2022-08-24 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 57ce626d6b1 [fix] update workflows

[GitHub] [doris-website] hf200012 merged pull request #66: [fix] update workflows

2022-08-24 Thread GitBox
hf200012 merged PR #66: URL: https://github.com/apache/doris-website/pull/66 -- 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] yiguolei merged pull request #11933: [fix](union)the result exprs of union node should substitute by child node's smap

2022-08-24 Thread GitBox
yiguolei merged PR #11933: URL: https://github.com/apache/doris/pull/11933 -- 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](union)the result exprs of union node should substitute by child node's smap (#11933)

2022-08-24 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 5219d2aab0 [fix](union)the result exprs of unio

[GitHub] [doris] starocean999 opened a new pull request, #12051: [fix](union)the result exprs of union node should substitute by child node's smap

2022-08-24 Thread GitBox
starocean999 opened a new pull request, #12051: URL: https://github.com/apache/doris/pull/12051 # Proposed changes Issue Number: close #xxx ## Problem summary see https://github.com/apache/doris/pull/11933 ## Checklist(Required) 1. Does it affect the

[GitHub] [doris] github-actions[bot] commented on pull request #12006: [Bug](function) fix aggFnParams set not correct

2022-08-24 Thread GitBox
github-actions[bot] commented on PR #12006: URL: https://github.com/apache/doris/pull/12006#issuecomment-1225627818 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

  1   2   >