[GitHub] [doris] yiguolei commented on pull request #11016: [feature] Support buffering data and automatically committing for stream load

2022-07-20 Thread GitBox
yiguolei commented on PR #11016: URL: https://github.com/apache/doris/pull/11016#issuecomment-119438 Please add dsip link here. -- 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 co

[GitHub] [doris] morningman commented on pull request #11069: [thirdparty][multi-catalog]Add GetRawORCReader function for arrow orc reader

2022-07-20 Thread GitBox
morningman commented on PR #11069: URL: https://github.com/apache/doris/pull/11069#issuecomment-1191110575 Thanks, I will check this patch locally and update the docker images before merging this PR. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] SaintBacchus opened a new pull request, #11070: [feature-wip][multi-catalog][WIP]Support orc filter prune in file scan node

2022-07-20 Thread GitBox
SaintBacchus opened a new pull request, #11070: URL: https://github.com/apache/doris/pull/11070 # Proposed changes Issue Number: close #xxx ## Problem Summary: Still in working ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't k

[GitHub] [doris] SaintBacchus opened a new pull request, #11069: [feature-wip][multi-catalog]Add GetRawORCReader function for arrow orc reader

2022-07-20 Thread GitBox
SaintBacchus opened a new pull request, #11069: URL: https://github.com/apache/doris/pull/11069 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add a new function in arrow adapter to get the raw orc reader which we can get more information from such offset or

[GitHub] [doris] wangshuo128 commented on a diff in pull request #11066: [Refactor](Nereids) Remove expression type.

2022-07-20 Thread GitBox
wangshuo128 commented on code in PR #11066: URL: https://github.com/apache/doris/pull/11066#discussion_r926309324 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Regexp.java: ## @@ -30,19 +30,14 @@ public class Regexp extends StringRegexPredicate {

[GitHub] [doris] morningman commented on pull request #11068: [enhancement](vec) Support outer join for vectorized exec engine

2022-07-20 Thread GitBox
morningman commented on PR #11068: URL: https://github.com/apache/doris/pull/11068#issuecomment-1191102644 This PR is just same as #11005 and #11063 And with Co-Author: @EmmyMiao87 @HappenLee @morrySnow -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] jackwener commented on a diff in pull request #11066: [Refactor](Nereids) Remove expression type.

2022-07-20 Thread GitBox
jackwener commented on code in PR #11066: URL: https://github.com/apache/doris/pull/11066#discussion_r926307579 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Regexp.java: ## @@ -30,19 +30,14 @@ public class Regexp extends StringRegexPredicate { p

[GitHub] [doris] morningman opened a new pull request, #11068: [enhancement](vec) Support outer join for vectorized exec engine

2022-07-20 Thread GitBox
morningman opened a new pull request, #11068: URL: https://github.com/apache/doris/pull/11068 Hash join node adds three new attributes. The following will take an SQL as an example to illustrate the meaning of these three attributes ``` select t1. a from t1 left join t2 on t1. a

[doris] branch master updated (03783ce551 -> ae53a8a7e9)

2022-07-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 03783ce551 [fix](Nereids) fix merge conflict caused compile error (#11064) add ae53a8a7e9 [regression] sf1DataP

[GitHub] [doris] yiguolei merged pull request #11065: [regression] conf item sf1DataPath can be url or local path

2022-07-20 Thread GitBox
yiguolei merged PR #11065: URL: https://github.com/apache/doris/pull/11065 -- 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.1 updated: [dev 1.1.1 hot fix][Bug] FE replace the slot error cause coredump (#11063)

2022-07-20 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.1 by this push: new 33f2ca5c58 [dev 1.1.1 hot fix][Bug] FE re

[GitHub] [doris] yiguolei merged pull request #11063: [Bug] FE replace the slot error cause coredump

2022-07-20 Thread GitBox
yiguolei merged PR #11063: URL: https://github.com/apache/doris/pull/11063 -- 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] morningman commented on a diff in pull request #11046: [feature-wip][multi-catalog] Support orc format file split for file scan node

2022-07-20 Thread GitBox
morningman commented on code in PR #11046: URL: https://github.com/apache/doris/pull/11046#discussion_r926296324 ## be/src/exec/arrow/orc_reader.cpp: ## @@ -52,6 +55,31 @@ Status ORCReaderWrap::init_reader(const TupleDescriptor* tuple_desc, return Status::EndOfFile("Em

[GitHub] [doris] jackwener opened a new pull request, #11067: [feature](nereids): add equals for expression

2022-07-20 Thread GitBox
jackwener opened a new pull request, #11067: URL: https://github.com/apache/doris/pull/11067 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. add equals for expression ## Checklist(Required) 1. Does it

[GitHub] [doris] wangshuo128 opened a new pull request, #11066: [Refactor](Nereids) Remove expression type.

2022-07-20 Thread GitBox
wangshuo128 opened a new pull request, #11066: URL: https://github.com/apache/doris/pull/11066 # Proposed changes Issue Number: close #xxx `ExpressionType` is duplicated with Java class type info, so removed it. ## Problem Summary: Describe the overview of changes.

[GitHub] [doris] starocean999 commented on pull request #11063: [Bug] FE replace the slot error cause coredump

2022-07-20 Thread GitBox
starocean999 commented on PR #11063: URL: https://github.com/apache/doris/pull/11063#issuecomment-1191088436 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

[GitHub] [doris] github-actions[bot] commented on pull request #11055: [Bug] Total capacity metrics was not updated after extending filesystem partition online (#11053)

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #11055: URL: https://github.com/apache/doris/pull/11055#issuecomment-1191084664 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 #11055: [Bug] Total capacity metrics was not updated after extending filesystem partition online (#11053)

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #11055: URL: https://github.com/apache/doris/pull/11055#issuecomment-1191084626 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] hf200012 commented on issue #10229: [UserCase] User list collection

2022-07-20 Thread GitBox
hf200012 commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1191084572 @emerkfu You add my WeChat and pull you into the group,WeChat:35926237 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[doris-website] branch master updated: doc style

2022-07-20 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 3284ad5cbc doc style 3284ad5cbc is

[doris] branch master updated: [fix](Nereids) fix merge conflict caused compile error (#11064)

2022-07-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 03783ce551 [fix](Nereids) fix merge conflict

[GitHub] [doris] morningman merged pull request #11064: [fix](Nereids) fix merge conflict caused compile error

2022-07-20 Thread GitBox
morningman merged PR #11064: URL: https://github.com/apache/doris/pull/11064 -- 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] emerkfu commented on issue #10229: [UserCase] User list collection

2022-07-20 Thread GitBox
emerkfu commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1191078684 ![](https://user-images.githubusercontent.com/59500675/180141347-bad4eff9-16a8-4b29-8ae8-8094f9109282.png) 橙联 -- This is an automated message from the Apache Git Service. To res

[GitHub] [doris] hello-stephen opened a new pull request, #11065: [regression] conf item sf1DataPath can be url or local path

2022-07-20 Thread GitBox
hello-stephen opened a new pull request, #11065: URL: https://github.com/apache/doris/pull/11065 # 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 #11064: [fix](Nereids) fix merge conflict caused compile error

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #11064: URL: https://github.com/apache/doris/pull/11064#issuecomment-1191040186 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] wangshuo128 commented on pull request #11064: [fix](Nereids) fix merge conflict caused compile error

2022-07-20 Thread GitBox
wangshuo128 commented on PR #11064: URL: https://github.com/apache/doris/pull/11064#issuecomment-1191039682 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

[GitHub] [doris] 924060929 opened a new pull request, #11064: [fix](Nereids) fix merge conflict caused compile error

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

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) Add agg cache for delete bitmap DSIP-018 (#10921)

2022-07-20 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 a1758bd139 [feature-wip](unique-key-merge-on-wr

[GitHub] [doris] xinyiZzz merged pull request #10921: [feature-wip](unique-key-merge-on-write) Add agg cache for delete bitmap DSIP-018

2022-07-20 Thread GitBox
xinyiZzz merged PR #10921: URL: https://github.com/apache/doris/pull/10921 -- 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] HappenLee opened a new pull request, #11063: [Bug] FE replace the slot error cause coredump

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

[doris] branch master updated: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression (#10667)

2022-07-20 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 f8ad2613cf [Enhancement](Nereids) add some ex

[GitHub] [doris] 924060929 merged pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
924060929 merged PR #10667: URL: https://github.com/apache/doris/pull/10667 -- 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] 924060929 commented on pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
924060929 commented on PR #10667: URL: https://github.com/apache/doris/pull/10667#issuecomment-1191026785 > about the "extract common expr" (a or b) and (a or c) -> a or (b and c) > > this rule may affect predicate push down. consider a and b are from left child, and c is

[GitHub] [doris] 924060929 commented on a diff in pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
924060929 commented on code in PR #10667: URL: https://github.com/apache/doris/pull/10667#discussion_r926241742 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/OptimizeExpressionOfPlan.java: ## @@ -0,0 +1,41 @@ +// Licensed to the Apache Software Fo

[GitHub] [doris] github-actions[bot] commented on pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #10667: URL: https://github.com/apache/doris/pull/10667#issuecomment-1191023404 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 #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
924060929 commented on code in PR #10667: URL: https://github.com/apache/doris/pull/10667#discussion_r926238689 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/OptimizeExpressionOfPlan.java: ## @@ -0,0 +1,41 @@ +// Licensed to the Apache Software Fo

[doris] branch master updated: [enhancement](Nereids)expression equals and hashCode function (#10882)

2022-07-20 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 072479fa21 [enhancement](Nereids)expression e

[GitHub] [doris] 924060929 merged pull request #10882: [enhancement](Nereids)expression equals and hashCode function

2022-07-20 Thread GitBox
924060929 merged PR #10882: URL: https://github.com/apache/doris/pull/10882 -- 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] englefly commented on pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
englefly commented on PR #10667: URL: https://github.com/apache/doris/pull/10667#issuecomment-1191015808 about the "extract common expr" (a or b) and (a or c) -> a or (b and c) this rule may affect predicate push down. consider a and b are from left child, and c is from right chi

[GitHub] [doris] qzsee commented on pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
qzsee commented on PR #10667: URL: https://github.com/apache/doris/pull/10667#issuecomment-1191015199 > LGTM, but maybe we should add more ut for testExtractCommonFactorRewrite? @qzsee I added some extra -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] 924060929 commented on a diff in pull request #10947: [enhancement](nereids) support case when for TPC-H

2022-07-20 Thread GitBox
924060929 commented on code in PR #10947: URL: https://github.com/apache/doris/pull/10947#discussion_r926231893 ## fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/ExpressionParserTest.java: ## @@ -137,4 +137,13 @@ public void testSortClause() throws Exception

[doris] branch master updated: [enhancement](Nereids) support case when for TPC-H (#10947)

2022-07-20 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 329f70dc02 [enhancement](Nereids) support cas

[GitHub] [doris] 924060929 merged pull request #10947: [enhancement](nereids) support case when for TPC-H

2022-07-20 Thread GitBox
924060929 merged PR #10947: URL: https://github.com/apache/doris/pull/10947 -- 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] github-actions[bot] commented on pull request #10667: [Enhancement](Nereids) add some expr rewrite rule and plan rewrite rule of rewrite its expression

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #10667: URL: https://github.com/apache/doris/pull/10667#issuecomment-1191010892 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] pengxiangyu commented on a diff in pull request #11006: (performance)[scanner] Isolate local and remote queries using different scanner…

2022-07-20 Thread GitBox
pengxiangyu commented on code in PR #11006: URL: https://github.com/apache/doris/pull/11006#discussion_r926229647 ## be/src/common/config.h: ## @@ -798,6 +798,11 @@ CONF_Int32(s3_transfer_executor_pool_size, "2"); CONF_Bool(enable_time_lut, "true"); +// number of s3 scanner

[GitHub] [doris] dutyu opened a new issue, #11062: [Bug] exec_mem_limit option can not restrict the memory strictly

2022-07-20 Thread GitBox
dutyu opened a new issue, #11062: URL: https://github.com/apache/doris/issues/11062 ### 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 Doris version:

[GitHub] [doris] github-actions[bot] commented on pull request #10947: [enhancement](nereids) support case when for TPC-H

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #10947: URL: https://github.com/apache/doris/pull/10947#issuecomment-1191007252 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 #10947: [enhancement](nereids) support case when for TPC-H

2022-07-20 Thread GitBox
924060929 commented on code in PR #10947: URL: https://github.com/apache/doris/pull/10947#discussion_r926227078 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/CaseWhen.java: ## @@ -0,0 +1,129 @@ +// Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [doris] qzsee commented on a diff in pull request #10947: [enhancement](nereids) support case when for TPC-H

2022-07-20 Thread GitBox
qzsee commented on code in PR #10947: URL: https://github.com/apache/doris/pull/10947#discussion_r926224908 ## fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/ExpressionParserTest.java: ## @@ -137,4 +137,13 @@ public void testSortClause() throws Exception {

[doris-website] branch master updated: remove java udf

2022-07-20 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 74b8463be1 remove java udf 74b8463b

[GitHub] [doris] JNSimba opened a new pull request, #11061: [Doc] update doc json import with read json by line

2022-07-20 Thread GitBox
JNSimba opened a new pull request, #11061: URL: https://github.com/apache/doris/pull/11061 # Proposed changes Issue Number: close #xxx ## Problem Summary: update doc json import with read json by line ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [doris] morrySnow commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-20 Thread GitBox
morrySnow commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r925889535 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinCommute.java: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF)

[doris-website] branch master updated: remove array function

2022-07-20 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 b3ad2a68f3 remove array function b3

[GitHub] [doris] morrySnow commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-20 Thread GitBox
morrySnow commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r926206191 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinProjectLAsscom.java: ## @@ -0,0 +1,178 @@ +// Licensed to the Apache Software Foundatio

[doris-website] branch master updated: remove array function

2022-07-20 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 0ab8f0d3d1 remove array function 0a

[GitHub] [doris] github-actions[bot] commented on pull request #11048: [improvement](log) Avoid too many 'not found query' warn log

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #11048: URL: https://github.com/apache/doris/pull/11048#issuecomment-1190976797 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 #11048: [improvement](log) Avoid too many 'not found query' warn log

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #11048: URL: https://github.com/apache/doris/pull/11048#issuecomment-1190976775 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris-website] branch master updated: remove array function

2022-07-20 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 2f2b67ac1f remove array function 2f

[doris] 01/01: Revert "fix mem tracker (#11059)"

2022-07-20 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch revert-11059-dev111 in repository https://gitbox.apache.org/repos/asf/doris.git commit f05087028b87067aac46827e4c1bc9b76f85d057 Author: Xinyi Zou AuthorDate: Thu Jul 21 10:41:32 2022 +0800

[doris] branch revert-11059-dev111 created (now f05087028b)

2022-07-20 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch revert-11059-dev111 in repository https://gitbox.apache.org/repos/asf/doris.git at f05087028b Revert "fix mem tracker (#11059)" This branch includes the following new commits: new

[doris-website] branch master updated: table zstd compression

2022-07-20 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 da046c65dc table zstd compression d

[doris] branch dev-1.1.1 updated: fix mem tracker (#11059)

2022-07-20 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.1 by this push: new f286bde6d4 fix mem tracker (#11059) f286b

[GitHub] [doris] jacktengg opened a new pull request, #11060: [improvement] Simplify scan node logic: removing _materialized_blocks…

2022-07-20 Thread GitBox
jacktengg opened a new pull request, #11060: URL: https://github.com/apache/doris/pull/11060 … and transfer thread # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affe

[GitHub] [doris] xinyiZzz merged pull request #11059: [hotfix](dev-1.1.1) Fix VOdbcTableSink create tracker

2022-07-20 Thread GitBox
xinyiZzz merged PR #11059: URL: https://github.com/apache/doris/pull/11059 -- 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] xinyiZzz opened a new pull request, #11059: [hotfix](dev-1.1.1) Fix VOdbcTableSink create tracker

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

[GitHub] [doris] jackwener commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-20 Thread GitBox
jackwener commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r926200131 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughJoin.java: ## @@ -42,28 +42,29 @@ /** * Push the predicate in the L

[GitHub] [doris] yixiutt opened a new issue, #11058: [Bug] tpcfs_sf1 sql result error

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

[doris-website] branch master updated: remove array function

2022-07-20 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 019e67cf21 remove array function 01

[doris-website] branch master updated: content fix

2022-07-20 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 71de7c42f5 content fix 71de7c42f5 i

[GitHub] [doris] Jibing-Li closed pull request #10757: Runtime filter

2022-07-20 Thread GitBox
Jibing-Li closed pull request #10757: Runtime filter URL: https://github.com/apache/doris/pull/10757 -- 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: com

[GitHub] [doris] liaoxin01 opened a new pull request, #11057: [feature-wip](unique-key-merge-on-write) add the implementation of primary key index update, DSIP-018

2022-07-20 Thread GitBox
liaoxin01 opened a new pull request, #11057: URL: https://github.com/apache/doris/pull/11057 # Proposed changes Issue Number: close #xxx ## Problem Summary: see https://cwiki.apache.org/confluence/display/DORIS/DSIP-018%3A+Support+Merge-On-Write+implementation+for+UN

[GitHub] [doris] github-actions[bot] commented on pull request #10921: [feature-wip](unique-key-merge-on-write) Add agg cache for delete bitmap DSIP-018

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #10921: URL: https://github.com/apache/doris/pull/10921#issuecomment-1190940834 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] compiletheworld commented on pull request #11026: [fix] Fix potential null client bug in S3FileSystem

2022-07-20 Thread GitBox
compiletheworld commented on PR #11026: URL: https://github.com/apache/doris/pull/11026#issuecomment-1190940405 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 unsu

[doris-website] branch master updated: update deploy shell

2022-07-20 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 fb3bc57eea update deploy shell fb3b

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

2022-07-20 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 a859842d2f Update remove-non-re

[GitHub] [doris] yiguolei commented on pull request #11029: [fix] Fix potential unhandled exception cause data inconsistency

2022-07-20 Thread GitBox
yiguolei commented on PR #11029: URL: https://github.com/apache/doris/pull/11029#issuecomment-1190928267 @morningman-cmy -- 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

[doris] branch master updated: [improvement](fe-ut) use local journal to make FE ut run fast (#11038)

2022-07-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 d36b927fdb [improvement](fe-ut) use local journ

[GitHub] [doris] yiguolei merged pull request #11038: [improvement](fe-ut) use local journal to make FE ut run fast

2022-07-20 Thread GitBox
yiguolei merged PR #11038: URL: https://github.com/apache/doris/pull/11038 -- 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 merged pull request #11056: [cherry-pick 1.1.1][Bug] fix bug for function `unix_timestamp` (#11041)

2022-07-20 Thread GitBox
yiguolei merged PR #11056: URL: https://github.com/apache/doris/pull/11056 -- 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.1 updated: [cherry-pick 1.1.1][Bug] fix bug for function `unix_timestamp` (#11041) (#11056)

2022-07-20 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.1 by this push: new 9763f1d56b [cherry-pick 1.1.1][Bug] fix b

[GitHub] [doris] yiguolei opened a new pull request, #11056: [cherry-pick 1.1.1][Bug] fix bug for function `unix_timestamp` (#11041)

2022-07-20 Thread GitBox
yiguolei opened a new pull request, #11056: URL: https://github.com/apache/doris/pull/11056 * [Bug] fix bug for function `unix_timestamp` # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required)

[GitHub] [doris] yiguolei merged pull request #11051: [regression] fix the case fail when enable Hdfs

2022-07-20 Thread GitBox
yiguolei merged PR #11051: URL: https://github.com/apache/doris/pull/11051 -- 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 the case fail when enable Hdfs (#11051)

2022-07-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 b59ce73e1d fix the case fail when enable Hdfs (

[doris] branch dev-1.1.1 updated: [cherry-pick][Vectorized] Support ODBC sink for vec exec engine (#11045) (#11047)

2022-07-20 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.1 by this push: new 53782c616b [cherry-pick][Vectorized] Supp

[GitHub] [doris] yiguolei merged pull request #11047: [cherry-pick][Vectorized] Support ODBC sink for vec exec engine (#11045)

2022-07-20 Thread GitBox
yiguolei merged PR #11047: URL: https://github.com/apache/doris/pull/11047 -- 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 merged pull request #11042: [regressiontest] add tpcds_sf1 test (#10852)

2022-07-20 Thread GitBox
yiguolei merged PR #11042: URL: https://github.com/apache/doris/pull/11042 -- 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] morrySnow commented on a diff in pull request #10479: [feature](nereids): join reorder

2022-07-20 Thread GitBox
morrySnow commented on code in PR #10479: URL: https://github.com/apache/doris/pull/10479#discussion_r925873343 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLeftAssociate.java: ## @@ -26,7 +26,7 @@ /** * Rule factory for change inner join le

[doris-website] branch master updated: 3

2022-07-20 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 0274f2d656 3 0274f2d656 is describe

[doris-website] branch master updated: 2

2022-07-20 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 7be3034fe6 2 7be3034fe6 is describe

[doris-website] branch master updated: 1

2022-07-20 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 a540005728 1 new 90cb22c10f Me

[GitHub] [doris] morrySnow commented on pull request #10479: [feature](nereids): join reorder

2022-07-20 Thread GitBox
morrySnow commented on PR #10479: URL: https://github.com/apache/doris/pull/10479#issuecomment-1190547011 please describe more details about this PR in commit msg, thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] morrySnow commented on pull request #10891: [refactor] (Nereids) Memo.copyIn() return a pair

2022-07-20 Thread GitBox
morrySnow commented on PR #10891: URL: https://github.com/apache/doris/pull/10891#issuecomment-1190545629 merge master code please~ BTW, chinese parenthesis in title -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] morrySnow commented on pull request #10981: [Enhancement](Nereids) add some basic data structure definitions.

2022-07-20 Thread GitBox
morrySnow commented on PR #10981: URL: https://github.com/apache/doris/pull/10981#issuecomment-1190544471 merge master code please~ -- 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 co

[GitHub] [doris] morrySnow commented on a diff in pull request #11043: [feature] (Nereids) Merge memo group recursively

2022-07-20 Thread GitBox
morrySnow commented on code in PR #11043: URL: https://github.com/apache/doris/pull/11043#discussion_r925861054 ## fe/fe-core/src/test/java/org/apache/doris/nereids/memo/MemoTest.java: ## @@ -56,4 +57,26 @@ public void testCopyIn() { rootGroup.logicalExpression

[doris-website] branch master updated: [fix] use plugin-google-gtag (#12)

2022-07-20 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 7066529e48 [fix] use plugin-google-

[doris-website] branch master updated: fix

2022-07-20 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 fa38de6d21 fix fa38de6d21 is descri

[doris-website] branch master updated: 1

2022-07-20 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 7c466ab563 1 7c466ab563 is describe

[GitHub] [doris] github-actions[bot] commented on pull request #11052: check vm.max_map_count before starting

2022-07-20 Thread GitBox
github-actions[bot] commented on PR #11052: URL: https://github.com/apache/doris/pull/11052#issuecomment-1190511096 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris-website] branch master updated: fix

2022-07-20 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 e3c5d20ef4 fix e3c5d20ef4 is descri

[doris-website] branch master updated: fix

2022-07-20 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 7f5e5135b1 fix 7f5e5135b1 is descri

  1   2   3   >