[GitHub] [doris] caiconghui closed pull request #12526: [fix](log) fix wrong logger for ExprSubstitutionMap

2022-09-13 Thread GitBox
caiconghui closed pull request #12526: [fix](log) fix wrong logger for ExprSubstitutionMap URL: https://github.com/apache/doris/pull/12526 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [doris] caiconghui opened a new pull request, #12546: [fix](log) fix wrong logger for ExprSubstitutionMap

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

[GitHub] [doris] github-actions[bot] commented on pull request #12546: [fix](log) fix wrong logger for ExprSubstitutionMap

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12546: URL: https://github.com/apache/doris/pull/12546#issuecomment-1244991523 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 #12546: [fix](log) fix wrong logger for ExprSubstitutionMap

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12546: URL: https://github.com/apache/doris/pull/12546#issuecomment-1244991586 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] Kikyou1997 commented on a diff in pull request #11805: [feature](Nereids)Push down not slot references expression of on clause

2022-09-13 Thread GitBox
Kikyou1997 commented on code in PR #11805: URL: https://github.com/apache/doris/pull/11805#discussion_r969234202 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/SingleSidePredicate.java: ## @@ -0,0 +1,103 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11805: [feature](Nereids)Push down not slot references expression of on clause

2022-09-13 Thread GitBox
Kikyou1997 commented on code in PR #11805: URL: https://github.com/apache/doris/pull/11805#discussion_r969241594 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/SingleSidePredicate.java: ## @@ -0,0 +1,103 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] caiconghui merged pull request #12546: [fix](log) fix wrong logger for ExprSubstitutionMap

2022-09-13 Thread GitBox
caiconghui merged PR #12546: URL: https://github.com/apache/doris/pull/12546 -- 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 branch-1.1-lts updated: [fix](log) fix wrong logger for ExprSubstitutionMap (#12546)

2022-09-13 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 82061ad3a0 [fix](log) fix wro

[GitHub] [doris] zenoyang commented on a diff in pull request #10084: [feature](vectorized) Support block aggregate in scanner

2022-09-13 Thread GitBox
zenoyang commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r969180648 ## be/src/util/simd/bits.h: ## @@ -89,16 +92,31 @@ inline size_t count_zero_num(const int8_t* __restrict data, size_t size) { return num; } -inline size_t coun

[GitHub] [doris] zenoyang commented on a diff in pull request #10084: [feature](vectorized) Support block aggregate in scanner

2022-09-13 Thread GitBox
zenoyang commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r969245544 ## be/src/vec/olap/block_reader.cpp: ## @@ -168,6 +177,49 @@ Status BlockReader::init(const ReaderParams& read_params) { return Status::OK(); } +Status BlockRea

[GitHub] [doris] wangbo closed pull request #12404: [fix](planner) fix projection may return error results

2022-09-13 Thread GitBox
wangbo closed pull request #12404: [fix](planner) fix projection may return error results URL: https://github.com/apache/doris/pull/12404 -- 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

[GitHub] [doris] wangbo opened a new pull request, #12551: [fix](planner) fix projection may return error results

2022-09-13 Thread GitBox
wangbo opened a new pull request, #12551: URL: https://github.com/apache/doris/pull/12551 2 fix tuple is null offset incorrect # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affe

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11805: [feature](Nereids)Push down not slot references expression of on clause

2022-09-13 Thread GitBox
Kikyou1997 commented on code in PR #11805: URL: https://github.com/apache/doris/pull/11805#discussion_r969261760 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/SingleSidePredicate.java: ## @@ -0,0 +1,103 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #11805: [feature](Nereids)Push down not slot references expression of on clause

2022-09-13 Thread GitBox
Kikyou1997 commented on code in PR #11805: URL: https://github.com/apache/doris/pull/11805#discussion_r969263233 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalJoin.java: ## @@ -250,4 +250,9 @@ public LEFT_CHILD_TYPE left() { public RIGHT_CH

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12461: [Feature](Nereids)add relation id

2022-09-13 Thread GitBox
Kikyou1997 commented on code in PR #12461: URL: https://github.com/apache/doris/pull/12461#discussion_r969266049 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalRelation.java: ## @@ -125,4 +132,7 @@ public List getSelectedPartitionIds() {

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12552: [Bug](scan node) try to fix invalid call to nullptr slot

2022-09-13 Thread GitBox
BiteThet opened a new pull request, #12552: URL: https://github.com/apache/doris/pull/12552 # Proposed changes testing ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [

[GitHub] [doris] chovy-3012 commented on issue #12098: Release Note 1.1.2

2022-09-13 Thread GitBox
chovy-3012 commented on issue #12098: URL: https://github.com/apache/doris/issues/12098#issuecomment-1245056178 👏🤙 -- 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-flink-connector] JNSimba opened a new pull request, #61: [Feature] Support flink table lookup join

2022-09-13 Thread GitBox
JNSimba opened a new pull request, #61: URL: https://github.com/apache/doris-flink-connector/pull/61 # Proposed changes Issue Number: close #xxx ## Problem Summary: At present, the data of the flink stream join doris table is to read the doris table into the memory at on

[GitHub] [doris-website] wangyf0555 opened a new pull request, #94: [feature]add build versions plugin

2022-09-13 Thread GitBox
wangyf0555 opened a new pull request, #94: URL: https://github.com/apache/doris-website/pull/94 What this plugin does: - The version number of the markDown content is displayed - Package the specified version of the document -- This is an automated message from the Apache Git Ser

[GitHub] [doris] yiguolei merged pull request #12316: [Enhancement](compaction) reduce VMergeIterator copy block

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

[doris] branch master updated: [Enhancement](compaction) reduce VMergeIterator copy block (#12316)

2022-09-13 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 2306e46658 [Enhancement](compaction) reduce VMe

[GitHub] [doris] eldenmoon commented on pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on PR #12293: URL: https://github.com/apache/doris/pull/12293#issuecomment-1245063171 @adonis0147 plz review again -- 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

[GitHub] [doris] eldenmoon closed pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon closed pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum… URL: https://github.com/apache/doris/pull/12293 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris] yiguolei merged pull request #12470: [fix](frontend) fix notify update storage policy agent task null exception

2022-09-13 Thread GitBox
yiguolei merged PR #12470: URL: https://github.com/apache/doris/pull/12470 -- 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](frontend) fix notify update storage policy agent task null exception #12470

2022-09-13 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 b98a3ed86c [fix](frontend) fix notify update st

[GitHub] [doris-website] hf200012 merged pull request #94: [feature]add build versions plugin

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

[doris-website] branch master updated: [feature]add build versions plugin (#94)

2022-09-13 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 e99fba72a75 [feature]add build vers

[GitHub] [doris] Wilson-BT opened a new issue, #12556: [Bug] databalance not work when add new node to doris cluster

2022-09-13 Thread GitBox
Wilson-BT opened a new issue, #12556: URL: https://github.com/apache/doris/issues/12556 ### 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: 1.1.1

[GitHub] [doris] Wilson-BT closed issue #12556: [Bug] databalance not work when add new node to doris cluster

2022-09-13 Thread GitBox
Wilson-BT closed issue #12556: [Bug] databalance not work when add new node to doris cluster URL: https://github.com/apache/doris/issues/12556 -- 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 spe

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969306888 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris-flink-connector] JNSimba closed issue #57: [Enhancement] Added *.DS_Store into .gitignore for Mac OS

2022-09-13 Thread GitBox
JNSimba closed issue #57: [Enhancement] Added *.DS_Store into .gitignore for Mac OS URL: https://github.com/apache/doris-flink-connector/issues/57 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969341725 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] dataroaring opened a new pull request, #12557: [fix](column) ColumnNullable::replace_column_data should DCHECK size …

2022-09-13 Thread GitBox
dataroaring opened a new pull request, #12557: URL: https://github.com/apache/doris/pull/12557 …> self_row # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [doris] dataroaring opened a new pull request, #12558: (column) ColumnNullable::replace_column_data should DCHECK size > sel…

2022-09-13 Thread GitBox
dataroaring opened a new pull request, #12558: URL: https://github.com/apache/doris/pull/12558 …f_row # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969360351 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] 1018ji commented on issue #12098: Release Note 1.1.2

2022-09-13 Thread GitBox
1018ji commented on issue #12098: URL: https://github.com/apache/doris/issues/12098#issuecomment-1245128394 🤙 -- 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] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969369777 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool retu

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969373305 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool retu

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969380915 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969380915 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969382694 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool retu

[GitHub] [doris] BiteTheDDDDt commented on pull request #12558: (column) ColumnNullable::replace_column_data should DCHECK size > sel…

2022-09-13 Thread GitBox
BiteThet commented on PR #12558: URL: https://github.com/apache/doris/pull/12558#issuecomment-1245151089 need update pr title -- 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

[GitHub] [doris-flink-connector] geniusjoe opened a new pull request, #62: [docs] update readme.md flink version

2022-09-13 Thread GitBox
geniusjoe opened a new pull request, #62: URL: https://github.com/apache/doris-flink-connector/pull/62 ## Problem Summary: Since flink client changed groupId format, we may not build current project using 1.14 and below version. I think it's better to change README.md to the 1.15 versi

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969389961 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969389961 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969395056 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool retu

[GitHub] [doris] dataroaring opened a new pull request, #12560: [improvement](runtime) log status via to_string

2022-09-13 Thread GitBox
dataroaring opened a new pull request, #12560: URL: https://github.com/apache/doris/pull/12560 Status is treated as bool when we log it via operator << due to Status::bool() method. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your chang

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969401143 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris-website] hf200012 merged pull request #95: [docs]1.1.2 Release Note

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

[doris-website] branch master updated: [docs]1.1.2 Release Note (#95)

2022-09-13 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 01b46abfc5b [docs]1.1.2 Release Not

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969415507 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool retu

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969420064 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool retu

[GitHub] [doris] alex1528 opened a new issue, #12561: [Bug]be can't start

2022-09-13 Thread GitBox
alex1528 opened a new issue, #12561: URL: https://github.com/apache/doris/issues/12561 ### 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.1.2

[GitHub] [doris] lsy3993 opened a new pull request, #12562: [test](window-function) add big table in regression of window function

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

[GitHub] [doris] adonis0147 commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-13 Thread GitBox
adonis0147 commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r969430640 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -466,6 +486,42 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, ColumnBlockView* dst, bool ret

[GitHub] [doris] lihuigang opened a new pull request, #12563: [fix](planner) fix orthogonal_bitmap_union_count planner : wrong PREAGGREGATION

2022-09-13 Thread GitBox
lihuigang opened a new pull request, #12563: URL: https://github.com/apache/doris/pull/12563 # Proposed changes Issue Number: close #xxx ## Problem summary Execution plan display when using orthogonal_bitmap_union_count function: PREAGGREGATION: OFF Reason:

[GitHub] [doris] github-actions[bot] commented on pull request #12552: [fix](new-scan) try to fix invalid call to nullptr slot

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12552: URL: https://github.com/apache/doris/pull/12552#issuecomment-1245227620 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 #12552: [fix](new-scan) try to fix invalid call to nullptr slot

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12552: URL: https://github.com/apache/doris/pull/12552#issuecomment-1245227679 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] catpineapple opened a new pull request, #12564: [fix](doc) fix upgrade doc description

2022-09-13 Thread GitBox
catpineapple opened a new pull request, #12564: URL: https://github.com/apache/doris/pull/12564 # Proposed changes Issue Number: close #xxx ## Problem summary Complements upgrade documentation description and documentation jump link ## Checklist(Required) 1.

[GitHub] [doris-website] catpineapple opened a new pull request, #96: [fix](doc) fix upgrade doc description

2022-09-13 Thread GitBox
catpineapple opened a new pull request, #96: URL: https://github.com/apache/doris-website/pull/96 Complements upgrade documentation description and documentation jump link -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [doris] github-actions[bot] commented on pull request #12160: [feature](light-schema-change) fix light-schema-change and add more cases

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12160: URL: https://github.com/apache/doris/pull/12160#issuecomment-1245240108 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] yiguolei merged pull request #12552: [fix](new-scan) try to fix invalid call to nullptr slot

2022-09-13 Thread GitBox
yiguolei merged PR #12552: URL: https://github.com/apache/doris/pull/12552 -- 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](new-scan) try to fix invalid call to nullptr slot (#12552)

2022-09-13 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 9e49f68663 [fix](new-scan) try to fix invalid c

[GitHub] [doris] yiguolei merged pull request #12514: [fix](comments) modify comments of setting global variables

2022-09-13 Thread GitBox
yiguolei merged PR #12514: URL: https://github.com/apache/doris/pull/12514 -- 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](comments) modify comments of setting global variables #12514

2022-09-13 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 6a3385437b [fix](comments) modify comments of s

[GitHub] [doris] leafgodgood commented on issue #12525: [Feature] Support the use of group_concat function and the use of separator

2022-09-13 Thread GitBox
leafgodgood commented on issue #12525: URL: https://github.com/apache/doris/issues/12525#issuecomment-1245263316 > master branch,navicat is 15.0.27 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #11952: URL: https://github.com/apache/doris/pull/11952#issuecomment-1245265868 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] yiguolei merged pull request #11952: [improvement](storage) For debugging problems: add session variable to treat agg and unique data model as dup model

2022-09-13 Thread GitBox
yiguolei merged PR #11952: URL: https://github.com/apache/doris/pull/11952 -- 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](storage) For debugging problems: add session variable `skip_storage_engine_merge` to treat agg and unique data model as dup model (#11952)

2022-09-13 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 6bf5fc6db5 [improvement](storage) For debugging

[GitHub] [doris] github-actions[bot] commented on pull request #12551: [fix](planner) fix projection may return error results

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12551: URL: https://github.com/apache/doris/pull/12551#issuecomment-1245275892 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 branch-1.1-lts updated (82061ad3a0 -> d8bfab1a2a)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 82061ad3a0 [fix](log) fix wrong logger for ExprSubstitutionMap (#12546) add d8bfab1a2a [bugfix](odbc) es

[GitHub] [doris] github-actions[bot] commented on pull request #12551: [fix](planner) fix projection may return error results

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12551: URL: https://github.com/apache/doris/pull/12551#issuecomment-1245275944 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 branch-1.1-lts updated: [Bug](doe) fix closing scanner twice (#12408)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 9db16fa4ee [Bug](doe) fix closi

[GitHub] [doris-website] hf200012 merged pull request #96: [fix](doc) fix upgrade doc description

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

[doris-website] branch master updated: doc_upgrade (#96)

2022-09-13 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 a71c0f62712 doc_upgrade (#96) a71c0

[GitHub] [doris] yiguolei merged pull request #12519: [enhance](information_schema) show hll type and bitmap type instead of unknown

2022-09-13 Thread GitBox
yiguolei merged PR #12519: URL: https://github.com/apache/doris/pull/12519 -- 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: [enhance](information_schema) show hll type and bitmap type instead of unknown (#12519)

2022-09-13 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 58508aea13 [enhance](information_schema) show h

[GitHub] [doris] Gabriel39 commented on a diff in pull request #10084: [feature](vectorized) Support block aggregate in scanner

2022-09-13 Thread GitBox
Gabriel39 commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r969515435 ## be/src/vec/olap/block_aggregator.cpp: ## @@ -0,0 +1,234 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements

[GitHub] [doris] dependabot[bot] commented on pull request #12520: Bump snakeyaml from 1.15 to 1.26 in /fe

2022-09-13 Thread GitBox
dependabot[bot] commented on PR #12520: URL: https://github.com/apache/doris/pull/12520#issuecomment-1245299343 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[GitHub] [doris] yiguolei closed pull request #12520: Bump snakeyaml from 1.15 to 1.26 in /fe

2022-09-13 Thread GitBox
yiguolei closed pull request #12520: Bump snakeyaml from 1.15 to 1.26 in /fe URL: https://github.com/apache/doris/pull/12520 -- 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] lihuigang closed pull request #12563: [fix](planner) fix orthogonal_bitmap_union_count planner : wrong PREAGGREGATION

2022-09-13 Thread GitBox
lihuigang closed pull request #12563: [fix](planner) fix orthogonal_bitmap_union_count planner : wrong PREAGGREGATION URL: https://github.com/apache/doris/pull/12563 -- 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] deardeng opened a new pull request, #12565: [feature](regression) Enhancement regression frame, support http post…

2022-09-13 Thread GitBox
deardeng opened a new pull request, #12565: URL: https://github.com/apache/doris/pull/12565 … client # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] yiguolei merged pull request #12551: [fix](planner) fix projection may return error results

2022-09-13 Thread GitBox
yiguolei merged PR #12551: URL: https://github.com/apache/doris/pull/12551 -- 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 branch-1.1-lts updated: [fix](planner) fix projection may return error results (#12551)

2022-09-13 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new b16f2f94f6 [fix](planner) fix p

[GitHub] [doris] HappenLee opened a new pull request, #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
HappenLee opened a new pull request, #12566: URL: https://github.com/apache/doris/pull/12566 # Proposed changes Add xxhash lib for BE, which is the faster hash method by test. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] github-actions[bot] commented on pull request #12511: [feature](Nereids): Eliminate redundant filter and limit.

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12511: URL: https://github.com/apache/doris/pull/12511#issuecomment-1245319503 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 #12511: [feature](Nereids): Eliminate redundant filter and limit.

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12511: URL: https://github.com/apache/doris/pull/12511#issuecomment-1245319556 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 merged pull request #12511: [feature](Nereids): Eliminate redundant filter and limit.

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

[doris] branch master updated (58508aea13 -> 9a5be4bab5)

2022-09-13 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 58508aea13 [enhance](information_schema) show hll type and bitmap type instead of unknown (#12519) add 9a5be4bab

[GitHub] [doris] Gabriel39 merged pull request #12407: [Opt](vectorized) Speed up bucket shuffle join hash compute

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

[doris] branch master updated: [Opt](vectorized) Speed up bucket shuffle join hash compute (#12407)

2022-09-13 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 d913ca5731 [Opt](vectorized) Speed up bucket

[GitHub] [doris] github-actions[bot] commented on pull request #12558: [Bug](column) ColumnNullable::replace_column_data should DCHECK size > sel…

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12558: URL: https://github.com/apache/doris/pull/12558#issuecomment-1245352608 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 #12558: [Bug](column) ColumnNullable::replace_column_data should DCHECK size > sel…

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12558: URL: https://github.com/apache/doris/pull/12558#issuecomment-1245352670 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] liwenqi1996 opened a new pull request, #12567: [sample](flink-connector) add function

2022-09-13 Thread GitBox
liwenqi1996 opened a new pull request, #12567: URL: https://github.com/apache/doris/pull/12567 # Proposed changes ## Problem summary Describe your changes. add doris date delete function ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] dujl opened a new pull request, #12568: fix ut errors when cherry-pick pr "add tablet erros when close_wait return error"

2022-09-13 Thread GitBox
dujl opened a new pull request, #12568: URL: https://github.com/apache/doris/pull/12568 # Proposed changes Issue Number: close #xxx when cherry-pick https://github.com/apache/doris/commit/75b3707a28a19c20d3b79604dfa80e5803fd59a0 to branch dev-1.1.2, It has some merge confl

[GitHub] [doris] github-actions[bot] commented on pull request #12564: [fix](doc) fix upgrade doc description

2022-09-13 Thread GitBox
github-actions[bot] commented on PR #12564: URL: https://github.com/apache/doris/pull/12564#issuecomment-1245366185 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] dataalive commented on issue #12561: [Bug]be can't start

2022-09-13 Thread GitBox
dataalive commented on issue #12561: URL: https://github.com/apache/doris/issues/12561#issuecomment-1245370225 kernel version? -- 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 commen

[GitHub] [doris] dujl commented on pull request #12566: [thirdparty](lib) Add xxhash lib

2022-09-13 Thread GitBox
dujl commented on PR #12566: URL: https://github.com/apache/doris/pull/12566#issuecomment-1245383007 Is there any test data for performance improvement? -- 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] JNSimba commented on a diff in pull request #12567: [sample](flink-connector) add function

2022-09-13 Thread GitBox
JNSimba commented on code in PR #12567: URL: https://github.com/apache/doris/pull/12567#discussion_r969621841 ## samples/doris-demo/flink-demo-v1.1/src/main/java/org/apache/doris/demo/flink/dbsync/DatabaseFullDelSync.java: ## @@ -0,0 +1,238 @@ +// Licensed to the Apache Software

[GitHub] [doris] zenoyang commented on a diff in pull request #10084: [feature](vectorized) Support block aggregate in scanner

2022-09-13 Thread GitBox
zenoyang commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r969622110 ## be/src/vec/olap/block_aggregator.cpp: ## @@ -0,0 +1,234 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements.

  1   2   3   >