[GitHub] [doris-website] jeffreys-cat opened a new pull request, #60: [Actions] add secrets.GITHUB_TOKEN to env

2022-08-22 Thread GitBox
jeffreys-cat opened a new pull request, #60: URL: https://github.com/apache/doris-website/pull/60 - [Actions] add secrets.GITHUB_TOKEN to env -- 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 s

[GitHub] [doris] wsjz merged pull request #11934: [feature-wip](parquet-reader) read data by parquet scanner

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

[GitHub] [doris] yiguolei merged pull request #11859: [fix](agg)repeat node shouldn't change slot's nullable property of agg node

2022-08-22 Thread GitBox
yiguolei merged PR #11859: URL: https://github.com/apache/doris/pull/11859 -- 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](agg)repeat node shouldn't change slot's nullable property of agg node (#11859)

2022-08-22 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 0c5b4ecc7c [fix](agg)repeat node shouldn't chan

[GitHub] [doris-website] jeffreys-cat closed pull request #60: [Actions] add secrets.GITHUB_TOKEN to env

2022-08-22 Thread GitBox
jeffreys-cat closed pull request #60: [Actions] add secrets.GITHUB_TOKEN to env URL: https://github.com/apache/doris-website/pull/60 -- 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 comme

[GitHub] [doris] zhannngchen commented on a diff in pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap

2022-08-22 Thread GitBox
zhannngchen commented on code in PR #11953: URL: https://github.com/apache/doris/pull/11953#discussion_r951105361 ## be/src/olap/tablet.h: ## @@ -392,6 +393,9 @@ class Tablet : public BaseTablet { // TODO(lingbin): There is a _meta_lock TabletMeta too, there should be a co

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

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951158836 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -165,7 +166,8 @@ private Pair, List> getProjectExprs() {

[GitHub] [doris] fangzheng0518 commented on issue #9594: [Bug] PAUSE SYNC JOB 卡死

2022-08-22 Thread GitBox
fangzheng0518 commented on issue #9594: URL: https://github.com/apache/doris/issues/9594#issuecomment-1222055644 我也遇到了同样的问题,SYNC JOB里只有2张表(数据量才实时同步了2天,几万条数据而已) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] Henry2SS opened a new issue, #11961: [Bug](error code) error code msg doesn't match usage

2022-08-22 Thread GitBox
Henry2SS opened a new issue, #11961: URL: https://github.com/apache/doris/issues/11961 ### 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 trunk

[GitHub] [doris] Henry2SS opened a new pull request, #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
Henry2SS opened a new pull request, #11962: URL: https://github.com/apache/doris/pull/11962 # Proposed changes Issue Number: close #11961 ## Problem summary `ERR_DBACCESS_DENIED_ERROR` mismatch the usages. ## Checklist(Required) 1. Does it affect the origin

[GitHub] [doris] cambyzju closed pull request #11915: [fix](aggregate_node) _get_with_serialized_key_result deal with nullable

2022-08-22 Thread GitBox
cambyzju closed pull request #11915: [fix](aggregate_node) _get_with_serialized_key_result deal with nullable URL: https://github.com/apache/doris/pull/11915 -- 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 t

[GitHub] [doris] hf200012 opened a new pull request, #11963: [deps](httpv2)upgrade springboot version to 2.7.3

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #11964: [feature](nerieds)Support partition prune

2022-08-22 Thread GitBox
Kikyou1997 opened a new pull request, #11964: URL: https://github.com/apache/doris/pull/11964 # Proposed changes Issue Number: noissue ## Problem summary Rewrite filter->project to project -> filter to make sure when do partition prune the tree looks like this: project -

[GitHub] [doris] yiguolei merged pull request #11955: [improvement](compress) Support compress/decompress block with lz4

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

[doris] branch master updated: [improvement](compress) Support compress/decompress block with lz4 (#11955)

2022-08-22 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 c22d097b59 [improvement](compress) Support comp

[GitHub] [doris] caoliang-web opened a new pull request, #11965: [fix](MysqltoDoris)Failed to get doris_odbc_name value in mysql_to_doris, replace driver…

2022-08-22 Thread GitBox
caoliang-web opened a new pull request, #11965: URL: https://github.com/apache/doris/pull/11965 ## Problem summary 1. Repair Failed to get doris_odbc_name value in mysql_to_doris, replace driver value error 2.mysql to doris document modification ## Checklist(Required)

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951260479 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -132,7 +167,10 @@ public List computeOutput(Plan leftInput, Plan right

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951262636 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/AbstractPhysicalJoin.java: ## @@ -78,11 +90,27 @@ public boolean equals(Object o) {

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951266982 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -51,14 +55,14 @@ public static boolean onlyShuffle(AbstractPhysicalJoin join) { *

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951272217 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -87,6 +91,117 @@ private static boolean isEqualTo(List leftSlots, List left; +H

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951275540 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -98,19 +213,20 @@ public static Pair, List> getOnClauseUsedSlot List leftSlo

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951276827 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/algebra/Join.java: ## @@ -28,5 +29,9 @@ public interface Join { JoinType getJoinType(); -Op

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951277924 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -51,14 +55,14 @@ public static boolean onlyShuffle(AbstractPhysicalJoin join) { *

[GitHub] [doris] jacktengg opened a new issue, #11966: [Bug] ColumnDictionary::Dictionary::convert_code cause BE coredump

2022-08-22 Thread GitBox
jacktengg opened a new issue, #11966: URL: https://github.com/apache/doris/issues/11966 ### 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 0c5b4

[GitHub] [doris] jacktengg opened a new pull request, #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
jacktengg opened a new pull request, #11967: URL: https://github.com/apache/doris/pull/11967 …is null value # Proposed changes Issue Number: close #11966 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [doris] xinyiZzz opened a new issue, #11968: [Bug] DCHECK failed due to dependency on reservation tracker

2022-08-22 Thread GitBox
xinyiZzz opened a new issue, #11968: URL: https://github.com/apache/doris/issues/11968 ### 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 192cdd4d760d9

[GitHub] [doris] xinyiZzz opened a new pull request, #11969: [enhancement] Remove unused reservation tracker

2022-08-22 Thread GitBox
xinyiZzz opened a new pull request, #11969: URL: https://github.com/apache/doris/pull/11969 # Proposed changes Issue Number: close #11968 ## Problem summary The reservation tracker is not actually used, resulting in: 1. Uncontrollable DCHECK failure 2. Exceed mem li

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951313629 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -165,7 +166,8 @@ private Pair, List> getProjectExprs() {

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951313629 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -165,7 +166,8 @@ private Pair, List> getProjectExprs() {

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951313629 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -165,7 +166,8 @@ private Pair, List> getProjectExprs() {

[GitHub] [doris] morrySnow commented on a diff in pull request #11867: [improve](nereids): enable exploration

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11867: URL: https://github.com/apache/doris/pull/11867#discussion_r951292608 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinCommute.java: ## @@ -51,51 +54,44 @@ enum SwapType { @Override public Rule

[GitHub] [doris] morningman merged pull request #11960: [Regression](rollup) Modify test case

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

[doris] branch master updated (c22d097b59 -> 68e2b3db44)

2022-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c22d097b59 [improvement](compress) Support compress/decompress block with lz4 (#11955) add 68e2b3db44 [regres

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951323386 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -124,20 +140,27 @@ private Plan reorderJoinsAccordingToConditions(List

[GitHub] [doris] wsjz opened a new pull request, #11970: [feature-wip](parquet-reader) parquert scanner can read data

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

[GitHub] [doris] zenoyang commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
zenoyang commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-171485 How to reproduce the problem? I used the regression test case but it didn't reproduce. -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [doris] yixiutt commented on a diff in pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap

2022-08-22 Thread GitBox
yixiutt commented on code in PR #11953: URL: https://github.com/apache/doris/pull/11953#discussion_r951365833 ## be/src/olap/tablet.h: ## @@ -392,6 +393,9 @@ class Tablet : public BaseTablet { // TODO(lingbin): There is a _meta_lock TabletMeta too, there should be a commen

[GitHub] [doris] yixiutt commented on a diff in pull request #11953: [feature-wip](unique-key-merge-on-write) opt lock and only save valid rowsets delete_bitmap

2022-08-22 Thread GitBox
yixiutt commented on code in PR #11953: URL: https://github.com/apache/doris/pull/11953#discussion_r951369397 ## be/src/olap/memtable.cpp: ## @@ -400,20 +400,21 @@ bool MemTable::need_to_agg() { Status MemTable::_generate_delete_bitmap() { // generate delete bitmap, buil

[GitHub] [doris] wangshuo128 commented on pull request #11964: [feature](nerieds)Support partition prune

2022-08-22 Thread GitBox
wangshuo128 commented on PR #11964: URL: https://github.com/apache/doris/pull/11964#issuecomment-181377 Please add unit tests to cover tests in `ListPartitionPrunerTest` and `RangePartitionPruneTest`. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [doris] starocean999 opened a new pull request, #11971: [fix](join)the hash join node would get the wrong nullable if the child node is cross join node

2022-08-22 Thread GitBox
starocean999 opened a new pull request, #11971: URL: https://github.com/apache/doris/pull/11971 # Proposed changes Issue Number: close #xxx ## Problem summary cross join node has no output tuple for itself. Instead, use its children' tuple info instead. The hash join nod

[GitHub] [doris] jacktengg commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
jacktengg commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-188069 > see issue -- 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] jacktengg commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
jacktengg commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-188908 > How to reproduce the problem? I used the regression test case but it didn't reproduce. See Reproduce in issue -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] zenoyang commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
zenoyang commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-1222334729 > > How to reproduce the problem? I used the regression test case but it didn't reproduce. > > See Reproduce in issue https://user-images.githubusercontent.com/21984011/1859

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-22 Thread GitBox
BiteThet opened a new pull request, #11972: URL: https://github.com/apache/doris/pull/11972 # Proposed changes ```sql SELECT SUM(LO_REVENUE - LO_SUPPLYCOST) FROM lineorder_flat WHERE C_REGION = 'AMERICA' AND S_REGION = 'AMERICA' AND( P_MFGR = 'MFGR

[GitHub] [doris] catpineapple opened a new pull request, #11973: [fix] prompt error when MySQL client login password is incorrect

2022-08-22 Thread GitBox
catpineapple opened a new pull request, #11973: URL: https://github.com/apache/doris/pull/11973 # Proposed changes Issue Number: close #xxx ## Problem summary prompt error when MySQL client login password is incorrect, because of multi-parameter error. ## Checkli

[GitHub] [doris] hello-stephen opened a new pull request, #11974: [tools](ssb and tpch) optimize tools

2022-08-22 Thread GitBox
hello-stephen opened a new pull request, #11974: URL: https://github.com/apache/doris/pull/11974 # Proposed changes Issue Number: close #xxx ## Problem summary 1. optimize the scripts in order to make them easier to use. 2. use ShellCheck to format the code. ##

[GitHub] [doris] hello-stephen opened a new pull request, #11975: [tools](ssb and tpch)optimize tools

2022-08-22 Thread GitBox
hello-stephen opened a new pull request, #11975: URL: https://github.com/apache/doris/pull/11975 # Proposed changes Issue Number: close #xxx ## Problem summary 1. optimize the scripts in order to make them easier to use. 2. use ShellCheck to format the code. 3. use

[GitHub] [doris] morrySnow closed pull request #11666: [feature](Nereids)support join algorithm in Nereids that already implemented in original planner

2022-08-22 Thread GitBox
morrySnow closed pull request #11666: [feature](Nereids)support join algorithm in Nereids that already implemented in original planner URL: https://github.com/apache/doris/pull/11666 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] morrySnow opened a new pull request, #11976: [feature](Nereids)support join algorithm in Nereids that already implemented in original planner

2022-08-22 Thread GitBox
morrySnow opened a new pull request, #11976: URL: https://github.com/apache/doris/pull/11976 # Proposed changes - colocate join - bucket shuffle join - shuffle join - broadcast join ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-1222386041 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 #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-1222386083 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] bin41215 opened a new pull request, #11977: [typo](doc) fix some typo in faq docs

2022-08-22 Thread GitBox
bin41215 opened a new pull request, #11977: URL: https://github.com/apache/doris/pull/11977 # Proposed changes fix some typo in faq docs ## Problem summary fix some typo in faq docs ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] pingchunzhang opened a new pull request, #11978: change community regression to different case level regression

2022-08-22 Thread GitBox
pingchunzhang opened a new pull request, #11978: URL: https://github.com/apache/doris/pull/11978 # Proposed changes Issue Number: NONE ## Problem summary change community regression to different case level regression for 2 purpose 1、At present, the problem range of the

[GitHub] [doris] jacktengg commented on pull request #11967: [bugfix](dict) fix coredump of dict colum range predicate when there …

2022-08-22 Thread GitBox
jacktengg commented on PR #11967: URL: https://github.com/apache/doris/pull/11967#issuecomment-1222406111 > > > How to reproduce the problem? I used the regression test case but it didn't reproduce. > > > > > > See Reproduce in issue > > https://user-images.githubuserconten

[GitHub] [doris] balan2307 commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-08-22 Thread GitBox
balan2307 commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1222408434 I am interested in solving this ,can you please assign me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [doris] github-actions[bot] commented on pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11802: URL: https://github.com/apache/doris/pull/11802#issuecomment-1222436907 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 #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11802: URL: https://github.com/apache/doris/pull/11802#issuecomment-1222436977 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] branch master updated: [FixAssist](compaction) add DCHECK in BlockReader::_unique_key_next_block to reason problem (#11951)

2022-08-22 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 b55195bd80 [FixAssist](compaction) add DCHEC

[GitHub] [doris] dataroaring merged pull request #11951: [FixAssist](compaction) add DCHECK in BlockReader::_unique_key_next_block to reason problem

2022-08-22 Thread GitBox
dataroaring merged PR #11951: URL: https://github.com/apache/doris/pull/11951 -- 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] englefly commented on a diff in pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951533772 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -165,7 +166,8 @@ private Pair, List> getProjectExprs() {

[GitHub] [doris] github-actions[bot] commented on pull request #11978: change community regression to different case level regression

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11978: URL: https://github.com/apache/doris/pull/11978#issuecomment-1222482732 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 #11978: change community regression to different case level regression

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11978: URL: https://github.com/apache/doris/pull/11978#issuecomment-1222482801 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] jackwener commented on a diff in pull request #11940: [refactor](status) Refactor status handling in agent task

2022-08-22 Thread GitBox
jackwener commented on code in PR #11940: URL: https://github.com/apache/doris/pull/11940#discussion_r951545028 ## be/src/util/cpu_info.h: ## @@ -20,12 +20,12 @@ #pragma once +#include Review Comment: Maybe it's redundant? ## be/src/common/logconfig.cpp: ###

[GitHub] [doris] 924060929 merged pull request #11802: [feature](Nereids)add type coercion rule for nereids

2022-08-22 Thread GitBox
924060929 merged PR #11802: URL: https://github.com/apache/doris/pull/11802 -- 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] jackwener commented on pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
jackwener commented on PR #11962: URL: https://github.com/apache/doris/pull/11962#issuecomment-1222492226 please rebaes master to pass `P0`. -- 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 sp

[GitHub] [doris] spaces-X commented on a diff in pull request #11972: [Enchancement](optimize) set result_size_hint to filter_block

2022-08-22 Thread GitBox
spaces-X commented on code in PR #11972: URL: https://github.com/apache/doris/pull/11972#discussion_r951560496 ## be/src/vec/core/block.cpp: ## @@ -638,7 +624,7 @@ void filter_block_internal(Block* block, const IColumn::Filter& filter, uint32_t if (count != block->rows

[GitHub] [doris] github-actions[bot] commented on pull request #11977: [typo](doc) fix some typo in faq docs

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11977: URL: https://github.com/apache/doris/pull/11977#issuecomment-1222496582 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 #11977: [typo](doc) fix some typo in faq docs

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11977: URL: https://github.com/apache/doris/pull/11977#issuecomment-1222496637 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 #11940: [refactor](status) Refactor status handling in agent task

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951570991 ## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/exploration/join/JoinCommuteTest.java: ## @@ -47,7 +48,8 @@ public void testInnerJoinCommute() {

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951571270 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHashJoin.java: ## @@ -65,7 +67,10 @@ public R accept(PlanVisitor visitor, C context)

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

2022-08-22 Thread GitBox
englefly commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951571537 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -132,7 +165,10 @@ public List computeOutput(Plan leftInput, Plan right

[GitHub] [doris] github-actions[bot] commented on pull request #11962: [Bug](error code) fix db access error code msg

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11962: URL: https://github.com/apache/doris/pull/11962#issuecomment-1222510578 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] branch master updated: [feature](nereids): enable exploration job (#11867)

2022-08-22 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 def6f5568e [feature](nereids): enable explora

[GitHub] [doris] 924060929 merged pull request #11867: [feature](nereids): enable exploration job

2022-08-22 Thread GitBox
924060929 merged PR #11867: URL: https://github.com/apache/doris/pull/11867 -- 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] morningman opened a new pull request, #11979: [feature](http) get create table stmt for a given query

2022-08-22 Thread GitBox
morningman opened a new pull request, #11979: URL: https://github.com/apache/doris/pull/11979 # Proposed changes Issue Number: close #xxx ## Problem summary This API can help user to get all create table statement of a given SQL. So that it will be easier to run the ca

[GitHub] [doris] morningman merged pull request #11978: [github](checks) change the requirement of github checks

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

[doris] branch master updated: [github](checks) change the requirement of github checks (#11978)

2022-08-22 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 38c751e5eb [github](checks) change the requir

[GitHub] [doris] github-actions[bot] commented on pull request #11973: [fix] prompt error when MySQL client login password is incorrect

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11973: URL: https://github.com/apache/doris/pull/11973#issuecomment-1222621235 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 #11973: [fix] prompt error when MySQL client login password is incorrect

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

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r95172 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java: ## @@ -51,11 +54,27 @@ public class MultiJoin extends PlanVisitor { *

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

2022-08-22 Thread GitBox
morrySnow commented on code in PR #11812: URL: https://github.com/apache/doris/pull/11812#discussion_r951670737 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinLAsscomHelper.java: ## @@ -74,10 +78,20 @@ public JoinLAsscomHelper(LogicalJoin topJoin

[GitHub] [doris] github-actions[bot] commented on pull request #11812: [feature](Nereids) support non-equal predicates in Join

2022-08-22 Thread GitBox
github-actions[bot] commented on PR #11812: URL: https://github.com/apache/doris/pull/11812#issuecomment-1222642906 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] xinyiZzz opened a new pull request, #11980: [dev-1.1.2](memtracker) Fix DCHECK consumption is greater than 0 in old mem tracker

2022-08-22 Thread GitBox
xinyiZzz opened a new pull request, #11980: URL: https://github.com/apache/doris/pull/11980 # Proposed changes Issue Number: close #xxx ## Problem summary ``` #0 0x7f00aa2f2fbb in raise () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x7f00aa2d8864 in abort ()

[GitHub] [doris] xinyiZzz commented on issue #10400: [Bug]

2022-08-22 Thread GitBox
xinyiZzz commented on issue #10400: URL: https://github.com/apache/doris/issues/10400#issuecomment-1222783309 错误原因是超出了query内存限制,doris中一个query默认执行内存限制为2G, 修改session variable `set exec_mem_limit = ;` 提高当前session的query内存限制, 也可以 `set global exec_mem_limit = ;` 修改query默认内存限制,重启mysql

[GitHub] [doris] xinyiZzz closed issue #10400: [Bug]

2022-08-22 Thread GitBox
xinyiZzz closed issue #10400: [Bug] URL: https://github.com/apache/doris/issues/10400 -- 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.

[GitHub] [doris] xinyiZzz closed issue #6680: [Bug] 当并行执行sql语句BE占用内存达到mem_limit上限值时,BE进程异常退出

2022-08-22 Thread GitBox
xinyiZzz closed issue #6680: [Bug] 当并行执行sql语句BE占用内存达到mem_limit上限值时,BE进程异常退出 URL: https://github.com/apache/doris/issues/6680 -- 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] xinyiZzz commented on issue #6680: [Bug] 当并行执行sql语句BE占用内存达到mem_limit上限值时,BE进程异常退出

2022-08-22 Thread GitBox
xinyiZzz commented on issue #6680: URL: https://github.com/apache/doris/issues/6680#issuecomment-1222790934 @dh-cloud @freshsun @chovy-3012 The old version of the query mem tracker is inaccurate and cannot effectively limit the memory usage of the BE process. After 1.1.2, and the

[GitHub] [doris] AshinGau opened a new pull request, #11981: [feature-wip](parquet-reader) parquet dictionary decoder

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

[GitHub] [doris] s11ngh commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-08-22 Thread GitBox
s11ngh commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1223056259 Hi, could you assign this issue? Would love working on it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[doris] branch dev-1.1.2 updated: [Bugfix](inpredicate) fix in predicate in group by clause may cause NPE (#11886)

2022-08-22 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 0eb51086b9 [Bugfix](inpredicate) fix in p

[doris] branch dev-1.1.2 updated: [fix](agg)repeat node shouldn't change slot's nullable property of agg node (#11859)

2022-08-22 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 e158613189 [fix](agg)repeat node shouldn'

[GitHub] [doris] yiguolei merged pull request #11582: [feature-wip](new-scan) add scanner scheduling framework

2022-08-22 Thread GitBox
yiguolei merged PR #11582: URL: https://github.com/apache/doris/pull/11582 -- 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-wip](new-scan) add scanner scheduling framework (#11582)

2022-08-22 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 05da3d947f [feature-wip](new-scan) add scanner

[GitHub] [doris] morningman commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-22 Thread GitBox
morningman commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r952040885 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -525,6 +529,18 @@ public class SessionVariable implements Serializable, Writable { @

[doris] branch dev-1.1.2 updated: [fix][Vectorized] Fix nullptr deref in data sink (#11473)

2022-08-22 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 4a2b4d05b3 [fix][Vectorized] Fix nullptr

[GitHub] [doris] morningman commented on a diff in pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-08-22 Thread GitBox
morningman commented on code in PR #11952: URL: https://github.com/apache/doris/pull/11952#discussion_r952042390 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -525,6 +529,18 @@ public class SessionVariable implements Serializable, Writable { @

[GitHub] [doris] yiguolei merged pull request #11974: [tools](ssb and tpch) optimize tools

2022-08-22 Thread GitBox
yiguolei merged PR #11974: URL: https://github.com/apache/doris/pull/11974 -- 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: [tools](ssb and tpch) optimize tools (#11974)

2022-08-22 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 68cdc20fc8 [tools](ssb and tpch) optimize

[GitHub] [doris] yiguolei merged pull request #11973: [fix](error-code) prompt error when MySQL client login password is incorrect

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

  1   2   >