[GitHub] [doris] xinyiZzz commented on pull request #10739: release memory allocated in agg function in vec stream load

2022-07-15 Thread GitBox
xinyiZzz commented on PR #10739: URL: https://github.com/apache/doris/pull/10739#issuecomment-1186103469 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 unsubscribe

[GitHub] [doris] yunfeng79 opened a new issue, #10909: have no queryable replicas. err: 15606's backend 10002 does not exist or not alive

2022-07-15 Thread GitBox
yunfeng79 opened a new issue, #10909: URL: https://github.com/apache/doris/issues/10909 ### 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 1.doris 1.0

[GitHub] [doris] compasses commented on a diff in pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-07-15 Thread GitBox
compasses commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r922641376 ## be/src/olap/like_column_predicate.cpp: ## @@ -0,0 +1,168 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreement

[GitHub] [doris] compasses commented on a diff in pull request #10355: [Optimize] Improve performance like/not like filter through pushdown function to storage engine

2022-07-15 Thread GitBox
compasses commented on code in PR #10355: URL: https://github.com/apache/doris/pull/10355#discussion_r922641011 ## be/src/common/config.h: ## @@ -763,6 +763,8 @@ CONF_Int32(quick_compaction_batch_size, "10"); // do compaction min rowsets CONF_Int32(quick_compaction_min_rowsets

[GitHub] [doris] dataroaring opened a new pull request, #10908: print image's version when it is higher than FEConstants.meta_version

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

[doris] branch master updated: [Bug] handle null map right in vectorized load (#10883)

2022-07-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 75ca21dafa [Bug] handle null map right in ve

[GitHub] [doris] dataroaring merged pull request #10883: [Bug] fix wrong null flag

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

[GitHub] [doris] github-actions[bot] commented on pull request #10906: fix show storage policy null pointer and redundant log

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10906: URL: https://github.com/apache/doris/pull/10906#issuecomment-1186099093 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 #10907: [doc] fix sequence_column_manual.md

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10907: URL: https://github.com/apache/doris/pull/10907#issuecomment-1186098815 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 #10907: [doc] fix sequence_column_manual.md

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10907: URL: https://github.com/apache/doris/pull/10907#issuecomment-1186098804 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] yixiutt opened a new pull request, #10907: [doc] fix sequence_column_manual.md

2022-07-15 Thread GitBox
yixiutt opened a new pull request, #10907: URL: https://github.com/apache/doris/pull/10907 sequence column works in all rowset versions instead of one rowset, fix doc # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of change

[GitHub] [doris] github-actions[bot] commented on pull request #10906: fix show storage policy null pointer and redundant log

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10906: URL: https://github.com/apache/doris/pull/10906#issuecomment-1186084999 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] deardeng commented on issue #10904: [Bug] show create table ssb100_1.lineorder_flat; ERROR 1105 (HY000): NullPointerException, msg: null

2022-07-15 Thread GitBox
deardeng commented on issue #10904: URL: https://github.com/apache/doris/issues/10904#issuecomment-1186082434 well, i fix it https://github.com/apache/doris/pull/10906/files -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] deardeng opened a new pull request, #10906: fix show storage policy null pointer and redundant log

2022-07-15 Thread GitBox
deardeng opened a new pull request, #10906: URL: https://github.com/apache/doris/pull/10906 # 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] Toms1999 opened a new pull request, #10905: will mysql database export doris

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

[doris] branch master updated: [fix](array-type) fix arrow column to doris array column (#10855)

2022-07-15 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 00c9455f16 [fix](array-type) fix arrow column t

[GitHub] [doris] yiguolei merged pull request #10855: [fix](array-type) fix arrow column to doris array column

2022-07-15 Thread GitBox
yiguolei merged PR #10855: URL: https://github.com/apache/doris/pull/10855 -- 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 #10894: [regression] add ssb flat sf 1 test

2022-07-15 Thread GitBox
yiguolei merged PR #10894: URL: https://github.com/apache/doris/pull/10894 -- 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: [regression] add ssb flat sf 1 test (#10894)

2022-07-15 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 b5b6e1e12c [regression] add ssb flat sf 1 test

[GitHub] [doris] 924060929 commented on a diff in pull request #10870: [feature](Nereids): hashCode(), equals() and UT.

2022-07-15 Thread GitBox
924060929 commented on code in PR #10870: URL: https://github.com/apache/doris/pull/10870#discussion_r922612190 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalSort.java: ## @@ -84,6 +84,24 @@ public String toString() { return "Sort (" +

[GitHub] [doris] hello-stephen opened a new issue, #10904: [Bug] show create table ssb100_1.lineorder_flat; ERROR 1105 (HY000): NullPointerException, msg: null

2022-07-15 Thread GitBox
hello-stephen opened a new issue, #10904: URL: https://github.com/apache/doris/issues/10904 ### 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 7.15 las

[GitHub] [doris] Lchangliang closed issue #10861: [Bug] sava_meta will coredump

2022-07-15 Thread GitBox
Lchangliang closed issue #10861: [Bug] sava_meta will coredump URL: https://github.com/apache/doris/issues/10861 -- 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] Lchangliang opened a new issue, #10903: [Bug] BE coredump when receive singal

2022-07-15 Thread GitBox
Lchangliang opened a new issue, #10903: URL: https://github.com/apache/doris/issues/10903 ### 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] branch master updated: [improvement]Remove the page button on the System page (#10900)

2022-07-15 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 6a7487a302 [improvement]Remove the page button

[doris] branch master updated: [regression] rm unwanted sleep (#10893)

2022-07-15 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 2d5ea56a06 [regression] rm unwanted sleep (#108

[GitHub] [doris] yiguolei merged pull request #10893: [regression] rm unwanted sleep

2022-07-15 Thread GitBox
yiguolei merged PR #10893: URL: https://github.com/apache/doris/pull/10893 -- 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 #10900: [improvement]Remove the page button on the System page

2022-07-15 Thread GitBox
yiguolei merged PR #10900: URL: https://github.com/apache/doris/pull/10900 -- 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 dependabot/maven/fe/com.amazonaws-aws-java-sdk-s3-1.12.261 created (now 3870d25419)

2022-07-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/fe/com.amazonaws-aws-java-sdk-s3-1.12.261 in repository https://gitbox.apache.org/repos/asf/doris.git at 3870d25419 Bump aws-java-sdk-s3 from 1.11.95 to 1.12.261 in /f

[GitHub] [doris] dependabot[bot] opened a new pull request, #10902: Bump aws-java-sdk-s3 from 1.11.95 to 1.12.261 in /fe

2022-07-15 Thread GitBox
dependabot[bot] opened a new pull request, #10902: URL: https://github.com/apache/doris/pull/10902 Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.95 to 1.12.261. Changelog Sourced from https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md";>aws-java-s

[GitHub] [doris] morningman opened a new pull request, #10901: [feature](resource-tag) support multi tag for a single Backend

2022-07-15 Thread GitBox
morningman opened a new pull request, #10901: URL: https://github.com/apache/doris/pull/10901 # Proposed changes Issue Number: close #xxx ## Problem Summary: Previously, Doris only support set one tag for a Backend, like: "tag.location" = "default". This CL mainly cha

[GitHub] [doris] englefly closed pull request #10891: [refactor] Memo.copyIn() return a pair

2022-07-15 Thread GitBox
englefly closed pull request #10891: [refactor] Memo.copyIn() return a pair URL: https://github.com/apache/doris/pull/10891 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #10899: [Bug] fix core for min/max runtime filter

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10899: URL: https://github.com/apache/doris/pull/10899#issuecomment-1185673415 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 #10899: [Bug] fix core for min/max runtime filter

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10899: URL: https://github.com/apache/doris/pull/10899#issuecomment-1185673379 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 #10900: [improvement]Remove the page button on the System page

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10900: URL: https://github.com/apache/doris/pull/10900#issuecomment-1185672377 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 #10900: [improvement]Remove the page button on the System page

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10900: URL: https://github.com/apache/doris/pull/10900#issuecomment-1185672325 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 opened a new pull request, #10900: [improvement]Remove the page button on the System page

2022-07-15 Thread GitBox
hf200012 opened a new pull request, #10900: URL: https://github.com/apache/doris/pull/10900 # 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] Gabriel39 commented on pull request #10883: [Bug] fix wrong null flag

2022-07-15 Thread GitBox
Gabriel39 commented on PR #10883: URL: https://github.com/apache/doris/pull/10883#issuecomment-1185620703 > set_source_column @cambyzju If we do so, inside `get_data_at`, offset will be never applicate for nullmap any more so we have to add a different offset for column data and nu

[GitHub] [doris] Gabriel39 opened a new pull request, #10899: [Bug] fix core for min/max runtime filter

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

[GitHub] [doris] Lchangliang opened a new issue, #10898: [Bug] vec decimal coredump

2022-07-15 Thread GitBox
Lchangliang opened a new issue, #10898: URL: https://github.com/apache/doris/issues/10898 ### 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] hello-stephen commented on pull request #10878: [regression] Add ssb sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
hello-stephen commented on PR #10878: URL: https://github.com/apache/doris/pull/10878#issuecomment-1185579892 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 unsubs

[GitHub] [doris] hello-stephen commented on pull request #10880: [regression] Add tpcds sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
hello-stephen commented on PR #10880: URL: https://github.com/apache/doris/pull/10880#issuecomment-1185575907 According to the TeamCity pipeline result, it seems easy to fail, maybe some fix work should have been done in master branch before this pr being merged into -- This is an autom

[GitHub] [doris] morrySnow opened a new pull request, #10897: [refactor](Nereids)remove generic type from Rule and Job

2022-07-15 Thread GitBox
morrySnow opened a new pull request, #10897: URL: https://github.com/apache/doris/pull/10897 # Proposed changes Issue Number: close #xxx ## Problem Summary: In the past, we use generic type for Rule and Job to support do rule based transform in Memo for both Plan and Exp

[GitHub] [doris] platoneko opened a new pull request, #10896: Shared file reader

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

[GitHub] [doris] platoneko opened a new issue, #10895: [Enhancement] Use shared FileReader when read a segment

2022-07-15 Thread GitBox
platoneko opened a new issue, #10895: URL: https://github.com/apache/doris/issues/10895 ### 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 In the c

[GitHub] [doris] hello-stephen commented on pull request #10888: [regression] Add tpch sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
hello-stephen commented on PR #10888: URL: https://github.com/apache/doris/pull/10888#issuecomment-1185565073 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 unsubs

[GitHub] [doris] github-actions[bot] commented on pull request #10892: [improvement](dynamic-partition) add replication allocation check for dynamic partition when create table

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10892: URL: https://github.com/apache/doris/pull/10892#issuecomment-1185563733 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 #10892: [improvement](dynamic-partition) add replication allocation check for dynamic partition when create table

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10892: URL: https://github.com/apache/doris/pull/10892#issuecomment-1185563770 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] hello-stephen opened a new pull request, #10894: [regression] add ssb flat sf 1 test

2022-07-15 Thread GitBox
hello-stephen opened a new pull request, #10894: URL: https://github.com/apache/doris/pull/10894 Co-authored-by: smallhibiscus <844981280> # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required

[GitHub] [doris] smallhibiscus commented on pull request #10888: [regression] Add tpch sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
smallhibiscus commented on PR #10888: URL: https://github.com/apache/doris/pull/10888#issuecomment-1185539953 > Have you verified the result and the performance of this test? I have verified that it can be passed, and I need @hello-stephen help and review it again -- This is an au

[GitHub] [doris] yiguolei merged pull request #10869: [improvement](arrow) Avoid parse timezone for each datetime value

2022-07-15 Thread GitBox
yiguolei merged PR #10869: URL: https://github.com/apache/doris/pull/10869 -- 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: array column support read by rowids (#10886)

2022-07-15 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 7be2ef79ed array column support read by rowids

[GitHub] [doris] yiguolei merged pull request #10886: [enhancement](array-type) array column support read by rowids

2022-07-15 Thread GitBox
yiguolei merged PR #10886: URL: https://github.com/apache/doris/pull/10886 -- 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 (7be2ef79ed -> ba1c527a23)

2022-07-15 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 7be2ef79ed array column support read by rowids (#10886) add ba1c527a23 [improvement](arrow) Avoid parse timezone

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

2022-07-15 Thread GitBox
morrySnow commented on code in PR #10891: URL: https://github.com/apache/doris/pull/10891#discussion_r922140493 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java: ## @@ -82,13 +83,15 @@ public GroupExpression copyIn(Plan node, @Nullable Group target, boolean r

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922142316 ## be/src/vec/functions/array/function_array_set.h: ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922140889 ## be/src/vec/functions/array/function_array_union.cpp: ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922139011 ## be/src/vec/functions/array/function_array_union.cpp: ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922137078 ## be/src/vec/functions/array/function_array_set.h: ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[doris] branch master updated: (unique-key-merge-on-write) Add tablet lookup interface, DSIP-18[3/4] (#10820)

2022-07-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new b1711e94b7 (unique-key-merge-on-write) Add t

[GitHub] [doris] dataroaring merged pull request #10820: [feature-wip](unique-key-merge-on-write) Add tablet lookup interface, DSIP-18[3/4]

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

[GitHub] [doris] morrySnow commented on a diff in pull request #10890: [Feature](Nereids) Reorder join to eliminate cross join.

2022-07-15 Thread GitBox
morrySnow commented on code in PR #10890: URL: https://github.com/apache/doris/pull/10890#discussion_r922076822 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/PlanRewriter.java: ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

[doris] branch master updated: [Bug](vec compaction) fix compaction core with sequence column (#10845)

2022-07-15 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 06ecf8bdc5 [Bug](vec compaction) fix compact

[GitHub] [doris] dataroaring closed issue #10840: [Bug] BE coredump when compaction

2022-07-15 Thread GitBox
dataroaring closed issue #10840: [Bug] BE coredump when compaction URL: https://github.com/apache/doris/issues/10840 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[GitHub] [doris] dataroaring merged pull request #10845: [Bug](vec compaction) fix compaction core with sequence column

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

[GitHub] [doris] github-actions[bot] commented on pull request #10845: [Bug](vec compaction) fix compaction core with sequence column

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10845: URL: https://github.com/apache/doris/pull/10845#issuecomment-1185505081 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 #10893: [regression] rm unwanted sleep

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10893: URL: https://github.com/apache/doris/pull/10893#issuecomment-1185494032 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 #10893: [regression] rm unwanted sleep

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

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922114090 ## be/src/vec/functions/array/function_array_except.cpp: ## @@ -0,0 +1,79 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lice

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922113206 ## be/src/vec/functions/array/function_array_union.cpp: ## @@ -0,0 +1,67 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

[GitHub] [doris] cambyzju commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
cambyzju commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922110741 ## be/src/vec/functions/array/function_array_except.cpp: ## @@ -0,0 +1,79 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lice

[GitHub] [doris] hello-stephen opened a new pull request, #10893: [regression] rm unwanted sleep

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

[GitHub] [doris] cambyzju commented on pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-15 Thread GitBox
cambyzju commented on PR #10598: URL: https://github.com/apache/doris/pull/10598#issuecomment-1185485006 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 unsubscribe

[doris] branch master updated (c8e13caf63 -> 23dab4cbf9)

2022-07-15 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 c8e13caf63 [docs] Fixed description about GROUPING_ID in GROUPING SETS DESIGN. (#10805) add 23dab4cbf9 [enhance

[GitHub] [doris] yiguolei merged pull request #10885: [enhancement] (SSB & TPC-H) fix test scripts, cover having PASSWORD situation

2022-07-15 Thread GitBox
yiguolei merged PR #10885: URL: https://github.com/apache/doris/pull/10885 -- 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] yangzhg opened a new pull request, #10892: [fix] add replication allocation check for dynamic partition when create table

2022-07-15 Thread GitBox
yangzhg opened a new pull request, #10892: URL: https://github.com/apache/doris/pull/10892 # Proposed changes Issue Number: close #10800 ## Problem Summary: Dadd replication allocation check for dynamic partition when create table ## Checklist(Required) 1.

[GitHub] [doris] yiguolei closed issue #10884: [Enhancement] SSB & TPC-H test scripts should support situation that having PASSWORD

2022-07-15 Thread GitBox
yiguolei closed issue #10884: [Enhancement] SSB & TPC-H test scripts should support situation that having PASSWORD URL: https://github.com/apache/doris/issues/10884 -- 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 commented on pull request #10888: [regression] Add tpch sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
yiguolei commented on PR #10888: URL: https://github.com/apache/doris/pull/10888#issuecomment-1185480379 @hello-stephen could you please review this pr? -- 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] github-actions[bot] commented on pull request #10885: [enhancement] (SSB & TPC-H) fix test scripts, cover having PASSWORD situation

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10885: URL: https://github.com/apache/doris/pull/10885#issuecomment-1185476681 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 #10885: [enhancement] (SSB & TPC-H) fix test scripts, cover having PASSWORD situation

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

[doris] branch master updated: [docs] Fixed description about GROUPING_ID in GROUPING SETS DESIGN. (#10805)

2022-07-15 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 c8e13caf63 [docs] Fixed description about GROUP

[GitHub] [doris] yiguolei merged pull request #10805: [docs] Fixed description about GROUPING_ID in GROUPING SETS DESIGN.

2022-07-15 Thread GitBox
yiguolei merged PR #10805: URL: https://github.com/apache/doris/pull/10805 -- 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 #10827: [fix](alter)(tablet-scheduler) fix unexpected exception with compaction_too_slow message when add rollup for olap table

2022-07-15 Thread GitBox
yiguolei merged PR #10827: URL: https://github.com/apache/doris/pull/10827 -- 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](alter)(tablet-scheduler) fix unexpected exception with compaction_too_slow message when add rollup for olap table (#10827)

2022-07-15 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 6751e5b23c [fix](alter)(tablet-scheduler) fix u

[GitHub] [doris] yiguolei closed issue #10826: [Bug] (Alter) unexpected exception throws with compaction_too_slow message when do alter table add rollup operation

2022-07-15 Thread GitBox
yiguolei closed issue #10826: [Bug] (Alter) unexpected exception throws with compaction_too_slow message when do alter table add rollup operation URL: https://github.com/apache/doris/issues/10826 -- This is an automated message from the Apache Git Service. To respond to the message, please l

[doris] branch master updated: [feature-wip] (datev2) modify datev2 format in memory (#10873)

2022-07-15 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 dc6fbcce14 [feature-wip] (datev2) modify datev2

[GitHub] [doris] yiguolei merged pull request #10873: [feature-wip] (datev2) modify datev2 format in memory

2022-07-15 Thread GitBox
yiguolei merged PR #10873: URL: https://github.com/apache/doris/pull/10873 -- 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] github-actions[bot] commented on pull request #10886: [enhancement](array-type) array column support read by rowids

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10886: URL: https://github.com/apache/doris/pull/10886#issuecomment-1185471794 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 #10886: [enhancement](array-type) array column support read by rowids

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10886: URL: https://github.com/apache/doris/pull/10886#issuecomment-1185471820 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 #10883: [Bug] fix wrong null flag

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10883: URL: https://github.com/apache/doris/pull/10883#issuecomment-1185471088 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 #10883: [Bug] fix wrong null flag

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10883: URL: https://github.com/apache/doris/pull/10883#issuecomment-1185471069 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 #10855: [fix](array-type) fix arrow column to doris array column

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10855: URL: https://github.com/apache/doris/pull/10855#issuecomment-1185470708 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 #10855: [fix](array-type) fix arrow column to doris array column

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10855: URL: https://github.com/apache/doris/pull/10855#issuecomment-1185470732 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] carlvinhust2012 commented on pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-15 Thread GitBox
carlvinhust2012 commented on PR #10598: URL: https://github.com/apache/doris/pull/10598#issuecomment-1185469231 > Please rebase master. 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 t

[GitHub] [doris] github-actions[bot] commented on pull request #10888: [regression] Add tpch sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10888: URL: https://github.com/apache/doris/pull/10888#issuecomment-1185456839 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 #10888: [regression] Add tpch sf1 test under unique table with zstd.

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10888: URL: https://github.com/apache/doris/pull/10888#issuecomment-1185456812 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] xy720 commented on pull request #10598: [feature-wip] (array-type) add the array_sort function

2022-07-15 Thread GitBox
xy720 commented on PR #10598: URL: https://github.com/apache/doris/pull/10598#issuecomment-1185437590 Please rebase master. -- 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] github-actions[bot] commented on pull request #10827: [fix](alter)(tablet-scheduler) fix unexpected exception with compaction_too_slow message when add rollup for olap table

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10827: URL: https://github.com/apache/doris/pull/10827#issuecomment-1185424741 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] englefly opened a new pull request, #10891: [refactor] Memo.copyIn() return a pair

2022-07-15 Thread GitBox
englefly opened a new pull request, #10891: URL: https://github.com/apache/doris/pull/10891 # 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] xy720 commented on a diff in pull request #10781: [feature-wip](array-type) add function array_union/array_except/array_intersect

2022-07-15 Thread GitBox
xy720 commented on code in PR #10781: URL: https://github.com/apache/doris/pull/10781#discussion_r922037237 ## be/src/vec/functions/array/function_array_set.h: ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

[GitHub] [doris] github-actions[bot] commented on pull request #10869: [improvement](arrow) Avoid parse timezone for each datetime value

2022-07-15 Thread GitBox
github-actions[bot] commented on PR #10869: URL: https://github.com/apache/doris/pull/10869#issuecomment-1185397445 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

  1   2   >