[GitHub] [doris] yiguolei merged pull request #19762: [Improvement](memory) faststring use Allocator

2023-05-18 Thread via GitHub
yiguolei merged PR #19762: URL: https://github.com/apache/doris/pull/19762 -- 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 #19762: [Improvement](memory) faststring use Allocator

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19762: URL: https://github.com/apache/doris/pull/19762#issuecomment-1552587148 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 #19762: [Improvement](memory) faststring use Allocator

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19762: URL: https://github.com/apache/doris/pull/19762#issuecomment-1552587210 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 (7c8b7878cd -> 068a32bc49)

2023-05-18 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 7c8b7878cd [fix](memory) Print all query/load memory before memory GC when `memory_debug=true` (#19720) add 068

Error while running github feature from .asf.yaml in doris!

2023-05-18 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

[GitHub] [doris] DongLiang-0 opened a new pull request, #19794: [typo](doc)flink and spark connector remove thrift compiled documents

2023-05-18 Thread via GitHub
DongLiang-0 opened a new pull request, #19794: URL: https://github.com/apache/doris/pull/19794 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Ha

[GitHub] [doris] xinyiZzz opened a new pull request, #19795: [fix](memory) `vm/overcommit_memory` defaults to 1 in start_be.sh

2023-05-18 Thread via GitHub
xinyiZzz opened a new pull request, #19795: URL: https://github.com/apache/doris/pull/19795 # Proposed changes Issue Number: close #xxx ## Problem summary system will no longer throw bad_alloc, memory alloc are always accepted, memory limit check is handed over to Dori

[GitHub] [doris] github-actions[bot] commented on pull request #19795: [fix](memory) `vm/overcommit_memory` defaults to 1 in start_be.sh

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19795: URL: https://github.com/apache/doris/pull/19795#issuecomment-1552596075 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5011451351";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #19795: [fix](memory) `vm/overcommit_memory` defaults to 1 in start_be.sh

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19795: URL: https://github.com/apache/doris/pull/19795#issuecomment-1552599286 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5011465337";) output. shellcheck err

[GitHub] [doris] zy-kkk opened a new pull request, #19796: [fix](jdbc catalog)fixed oceanbase catalog row limit bug

2023-05-18 Thread via GitHub
zy-kkk opened a new pull request, #19796: URL: https://github.com/apache/doris/pull/19796 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has uni

[GitHub] [doris] yiguolei commented on a diff in pull request #19789: [feature](profile)Add the filtering information of the Bloom filter in profile.

2023-05-18 Thread via GitHub
yiguolei commented on code in PR #19789: URL: https://github.com/apache/doris/pull/19789#discussion_r1197481595 ## be/src/olap/bloom_filter_predicate.h: ## @@ -30,15 +30,27 @@ namespace doris { // only use in runtime filter and segment v2 + +class BloomFilterColumnHleper : p

[GitHub] [doris] yiguolei merged pull request #19753: [Chore](build) fix some undefined behavior about incomplete type vector

2023-05-18 Thread via GitHub
yiguolei merged PR #19753: URL: https://github.com/apache/doris/pull/19753 -- 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 (068a32bc49 -> a2c9ed7be8)

2023-05-18 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 068a32bc49 [Improvement](memory) faststring use Allocator #19762 add a2c9ed7be8 [Chore](build) fix some undefine

Error while running github feature from .asf.yaml in doris!

2023-05-18 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

[GitHub] [doris] bobhan1 commented on pull request #19793: [refactor-WIP](TaskWorkerPool) add DropTableTaskPool for DROP_TABLE task

2023-05-18 Thread via GitHub
bobhan1 commented on PR #19793: URL: https://github.com/apache/doris/pull/19793#issuecomment-1552617781 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] deadlinefen opened a new pull request, #19797: [test](client-cache) dcheck-test

2023-05-18 Thread via GitHub
deadlinefen opened a new pull request, #19797: URL: https://github.com/apache/doris/pull/19797 ONLY FOR TEST -- 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] deadlinefen closed pull request #19797: [test](client-cache) dcheck-test

2023-05-18 Thread via GitHub
deadlinefen closed pull request #19797: [test](client-cache) dcheck-test URL: https://github.com/apache/doris/pull/19797 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] github-actions[bot] commented on pull request #19797: [test](client-cache) dcheck-test

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19797: URL: https://github.com/apache/doris/pull/19797#issuecomment-1552631675 clang-tidy review says "All clean, LGTM! :+1:" -- 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] GoGoWen commented on a diff in pull request #19413: [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1

2023-05-18 Thread via GitHub
GoGoWen commented on code in PR #19413: URL: https://github.com/apache/doris/pull/19413#discussion_r1197494256 ## be/src/vec/data_types/data_type_hll.cpp: ## @@ -126,4 +126,30 @@ void DataTypeHLL::to_string(const class doris::vectorized::IColumn& column, size ostr.write(re

[GitHub] [doris] GoGoWen commented on a diff in pull request #19413: [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1

2023-05-18 Thread via GitHub
GoGoWen commented on code in PR #19413: URL: https://github.com/apache/doris/pull/19413#discussion_r1197494870 ## be/src/vec/exec/vjdbc_connector.cpp: ## @@ -648,6 +724,8 @@ Status JdbcConnector::_register_func_id(JNIEnv* env) { RETURN_IF_ERROR(register_id(_executor_clazz

[GitHub] [doris] Kikyou1997 commented on pull request #19729: [fix](test) Comment unstable stats test

2023-05-18 Thread via GitHub
Kikyou1997 commented on PR #19729: URL: https://github.com/apache/doris/pull/19729#issuecomment-1552647761 run buildall -- 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 u

[GitHub] [doris] deadlinefen opened a new pull request, #19798: [test](client-cache) Reopen dcheck

2023-05-18 Thread via GitHub
deadlinefen opened a new pull request, #19798: URL: https://github.com/apache/doris/pull/19798 ONLY FOR TEST -- 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] Kikyou1997 commented on pull request #19716: [refactor](statistics) refactor the related code of analysis info.

2023-05-18 Thread via GitHub
Kikyou1997 commented on PR #19716: URL: https://github.com/apache/doris/pull/19716#issuecomment-1552652022 I've told you many and many times that DO NOT mix the pipeline fix to a big PR like this -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] zy-kkk commented on pull request #19796: [fix](jdbc catalog)fixed oceanbase catalog row limit bug

2023-05-18 Thread via GitHub
zy-kkk commented on PR #19796: URL: https://github.com/apache/doris/pull/19796#issuecomment-1552653449 run buildall -- 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19251: URL: https://github.com/apache/doris/pull/19251#issuecomment-1552653899 clang-tidy review says "All clean, LGTM! :+1:" -- 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] weizhengte opened a new pull request, #19799: [regression-test](p0) temporarily comment out unstable stats p0

2023-05-18 Thread via GitHub
weizhengte opened a new pull request, #19799: URL: https://github.com/apache/doris/pull/19799 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] github-actions[bot] commented on pull request #19798: [test](client-cache) Reopen dcheck

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19798: URL: https://github.com/apache/doris/pull/19798#issuecomment-1552654767 clang-tidy review says "All clean, LGTM! :+1:" -- 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] weizhengte commented on pull request #19799: [regression-test](p0) temporarily comment out unstable stats p0

2023-05-18 Thread via GitHub
weizhengte commented on PR #19799: URL: https://github.com/apache/doris/pull/19799#issuecomment-1552654911 run buildall -- 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 u

[GitHub] [doris] deadlinefen commented on pull request #19798: [test](client-cache) Reopen dcheck

2023-05-18 Thread via GitHub
deadlinefen commented on PR #19798: URL: https://github.com/apache/doris/pull/19798#issuecomment-1552656000 run buildall -- 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] HappenLee commented on pull request #19783: [Bug](pipeline) RegressionTest failed release resouce cause DCHECK failed

2023-05-18 Thread via GitHub
HappenLee commented on PR #19783: URL: https://github.com/apache/doris/pull/19783#issuecomment-1552656257 run buildall -- 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. T

[GitHub] [doris] zhengshiJ commented on pull request #19650: [Feature](Nereids) support advance mv

2023-05-18 Thread via GitHub
zhengshiJ commented on PR #19650: URL: https://github.com/apache/doris/pull/19650#issuecomment-1552660097 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #19783: [Bug](pipeline) RegressionTest failed release resouce cause DCHECK failed

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19783: URL: https://github.com/apache/doris/pull/19783#issuecomment-1552660148 clang-tidy review says "All clean, LGTM! :+1:" -- 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] zclllyybb commented on pull request #19072: [optimization](be)eliminate virtual calls when write mysql results

2023-05-18 Thread via GitHub
zclllyybb commented on PR #19072: URL: https://github.com/apache/doris/pull/19072#issuecomment-1552661843 run buildall -- 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 un

[GitHub] [doris] zclllyybb commented on pull request #19630: [chore](stacktrace) Make crash information clearer

2023-05-18 Thread via GitHub
zclllyybb commented on PR #19630: URL: https://github.com/apache/doris/pull/19630#issuecomment-1552664743 run build all -- 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 u

[GitHub] [doris] zclllyybb commented on pull request #19630: [chore](stacktrace) Make crash information clearer

2023-05-18 Thread via GitHub
zclllyybb commented on PR #19630: URL: https://github.com/apache/doris/pull/19630#issuecomment-1552665139 run build all -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #19072: [optimization](be)eliminate virtual calls when write mysql results

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19072: URL: https://github.com/apache/doris/pull/19072#issuecomment-155214 clang-tidy review says "All clean, LGTM! :+1:" -- 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] zclllyybb commented on pull request #19633: [chore](LOG) fix ambiguous start time log

2023-05-18 Thread via GitHub
zclllyybb commented on PR #19633: URL: https://github.com/apache/doris/pull/19633#issuecomment-1552668414 run buildall -- 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 un

[GitHub] [doris] zclllyybb commented on pull request #19647: [fix](fuzzy) make fuzzy config of BE really take effect

2023-05-18 Thread via GitHub
zclllyybb commented on PR #19647: URL: https://github.com/apache/doris/pull/19647#issuecomment-1552669632 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #19630: [chore](stacktrace) Make crash information clearer

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19630: URL: https://github.com/apache/doris/pull/19630#issuecomment-1552671266 clang-tidy review says "All clean, LGTM! :+1:" -- 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] zclllyybb commented on pull request #19669: [chore](build) Support specifying output path

2023-05-18 Thread via GitHub
zclllyybb commented on PR #19669: URL: https://github.com/apache/doris/pull/19669#issuecomment-1552671181 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #19647: [fix](fuzzy) make fuzzy config of BE really take effect

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19647: URL: https://github.com/apache/doris/pull/19647#issuecomment-1552676060 clang-tidy review says "All clean, LGTM! :+1:" -- 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] Kikyou1997 commented on pull request #19729: [fix](test) Comment unstable stats test

2023-05-18 Thread via GitHub
Kikyou1997 commented on PR #19729: URL: https://github.com/apache/doris/pull/19729#issuecomment-1552677960 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19099: URL: https://github.com/apache/doris/pull/19099#issuecomment-1552679735 clang-tidy review says "All clean, LGTM! :+1:" -- 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] adonis0147 opened a new pull request, #19800: [bug](MTMV) Fix the wrong interpretation for NEVER REFRESH

2023-05-18 Thread via GitHub
adonis0147 opened a new pull request, #19800: URL: https://github.com/apache/doris/pull/19800 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] stalary closed issue #18781: [Bug] doris-1.2.2 hive catalog 不能自动同步表信息

2023-05-18 Thread via GitHub
stalary closed issue #18781: [Bug] doris-1.2.2 hive catalog 不能自动同步表信息 URL: https://github.com/apache/doris/issues/18781 -- 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 unsub

[GitHub] [doris] adonis0147 commented on pull request #19800: [bug](MTMV) Fix the wrong interpretation for NEVER REFRESH

2023-05-18 Thread via GitHub
adonis0147 commented on PR #19800: URL: https://github.com/apache/doris/pull/19800#issuecomment-1552680138 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19099: URL: https://github.com/apache/doris/pull/19099#issuecomment-1552683256 clang-tidy review says "All clean, LGTM! :+1:" -- 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] yongjinhou commented on issue #19784: [Bug] Query TVF failed

2023-05-18 Thread via GitHub
yongjinhou commented on issue #19784: URL: https://github.com/apache/doris/issues/19784#issuecomment-1552683481 Bug fixing -- 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. T

[GitHub] [doris] Gabriel39 opened a new pull request, #19801: [Bug](DecimalV3) fix decimalv3 functions

2023-05-18 Thread via GitHub
Gabriel39 opened a new pull request, #19801: URL: https://github.com/apache/doris/pull/19801 # Proposed changes fix decimalv3 functions ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has u

[GitHub] [doris] Gabriel39 commented on pull request #19801: [Bug](DecimalV3) fix decimalv3 functions

2023-05-18 Thread via GitHub
Gabriel39 commented on PR #19801: URL: https://github.com/apache/doris/pull/19801#issuecomment-1552683766 run buildall -- 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 un

[GitHub] [doris] github-actions[bot] commented on pull request #19641: [DRAFT](decimalv3) test auto conversion

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19641: URL: https://github.com/apache/doris/pull/19641#issuecomment-1552684953 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19099: URL: https://github.com/apache/doris/pull/19099#issuecomment-1552685795 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on pull request #19801: [Bug](DecimalV3) fix decimalv3 functions

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19801: URL: https://github.com/apache/doris/pull/19801#issuecomment-1552686909 clang-tidy review says "All clean, LGTM! :+1:" -- 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] github-actions[bot] commented on pull request #19795: [fix](memory) `vm/overcommit_memory` defaults to 1 in start_be.sh

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19795: URL: https://github.com/apache/doris/pull/19795#issuecomment-1552687646 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5011824541";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #19262: [Feature](planner) use partial update in update from & delete from

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19262: URL: https://github.com/apache/doris/pull/19262#issuecomment-1552688425 clang-tidy review says "All clean, LGTM! :+1:" -- 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] luozenglin opened a new pull request, #19802: [feature-wip](resouce-group) Supports memory soft isolation of resource group

2023-05-18 Thread via GitHub
luozenglin opened a new pull request, #19802: URL: https://github.com/apache/doris/pull/19802 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ]

[GitHub] [doris] englefly commented on pull request #19673: [feature](nereids) set proper min/max value for column stats when minExpr/maxExpr is not avialable

2023-05-18 Thread via GitHub
englefly commented on PR #19673: URL: https://github.com/apache/doris/pull/19673#issuecomment-1552691017 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] DongLiang-0 commented on pull request #19794: [typo](doc)flink and spark connector remove thrift compiled documents

2023-05-18 Thread via GitHub
DongLiang-0 commented on PR #19794: URL: https://github.com/apache/doris/pull/19794#issuecomment-1552691669 run buildall -- 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 #19802: [feature-wip](resouce-group) Supports memory soft isolation of resource group

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19802: URL: https://github.com/apache/doris/pull/19802#issuecomment-1552692902 clang-tidy review says "All clean, LGTM! :+1:" -- 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] englefly commented on pull request #19742: [improve](nereids) check be status when column stats is unknown

2023-05-18 Thread via GitHub
englefly commented on PR #19742: URL: https://github.com/apache/doris/pull/19742#issuecomment-1552693427 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] LemonLiTree opened a new pull request, #19803: [bug](date_format)fix date_format parameter contains %v result error

2023-05-18 Thread via GitHub
LemonLiTree opened a new pull request, #19803: URL: https://github.com/apache/doris/pull/19803 # Proposed changes Issue Number: close [#19761](https://github.com/apache/doris/issues/19761) ## Problem summary ```sql mysql> select date_format ('2023-05-07',"%x-%v"); +

[GitHub] [doris] luozenglin commented on pull request #19802: [feature-wip](resouce-group) Supports memory soft isolation of resource group

2023-05-18 Thread via GitHub
luozenglin commented on PR #19802: URL: https://github.com/apache/doris/pull/19802#issuecomment-1552696682 run buildall -- 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 u

[GitHub] [doris] airborne12 commented on pull request #19352: [Update](build) change clucene from thirdparty to git module

2023-05-18 Thread via GitHub
airborne12 commented on PR #19352: URL: https://github.com/apache/doris/pull/19352#issuecomment-1552701316 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #19352: [Update](build) change clucene from thirdparty to git module

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19352: URL: https://github.com/apache/doris/pull/19352#issuecomment-1552704164 clang-tidy review says "All clean, LGTM! :+1:" -- 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] englefly commented on pull request #19717: [feature](nereids) merge in predicates

2023-05-18 Thread via GitHub
englefly commented on PR #19717: URL: https://github.com/apache/doris/pull/19717#issuecomment-1552706581 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[doris] branch master updated (a2c9ed7be8 -> 294599ee45)

2023-05-18 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 a2c9ed7be8 [Chore](build) fix some undefined behavior about incomplete type vector #19753 add 294599ee45 [featu

Error while running github feature from .asf.yaml in doris!

2023-05-18 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

[GitHub] [doris] yiguolei merged pull request #19774: [feature](jsonb) rename JSONB type name and function name to JSON

2023-05-18 Thread via GitHub
yiguolei merged PR #19774: URL: https://github.com/apache/doris/pull/19774 -- 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 #19800: [bug](MTMV) Fix the wrong interpretation for NEVER REFRESH

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19800: URL: https://github.com/apache/doris/pull/19800#issuecomment-1552709054 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 #19800: [bug](MTMV) Fix the wrong interpretation for NEVER REFRESH

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19800: URL: https://github.com/apache/doris/pull/19800#issuecomment-1552709097 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 pull request #19673: [feature](nereids) set proper min/max value for column stats when minExpr/maxExpr is not avialable

2023-05-18 Thread via GitHub
englefly commented on PR #19673: URL: https://github.com/apache/doris/pull/19673#issuecomment-1552709774 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] luozenglin opened a new pull request, #19804: [fix](tracing) fix the issue that a trace may track multiple queries

2023-05-18 Thread via GitHub
luozenglin opened a new pull request, #19804: URL: https://github.com/apache/doris/pull/19804 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] qidaye merged pull request #19691: [Optimize](row store) optimize serialization and deserialization

2023-05-18 Thread via GitHub
qidaye merged PR #19691: URL: https://github.com/apache/doris/pull/19691 -- 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.apach

[doris] branch master updated (294599ee45 -> fd4fa5c64e)

2023-05-18 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 294599ee45 [feature](jsonb) rename JSONB type name and function name to JSON (#19774) add fd4fa5c64e [Optimi

Error while running github feature from .asf.yaml in doris!

2023-05-18 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

[GitHub] [doris] englefly commented on pull request #19640: [fix](nereids) avoid 0 row count in stats derive

2023-05-18 Thread via GitHub
englefly commented on PR #19640: URL: https://github.com/apache/doris/pull/19640#issuecomment-1552713751 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] yiguolei commented on pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-18 Thread via GitHub
yiguolei commented on PR #19251: URL: https://github.com/apache/doris/pull/19251#issuecomment-1552713765 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] adonis0147 opened a new issue, #19805: [Bug] NPE when creating a materialized view with multiple tables which never refreshes

2023-05-18 Thread via GitHub
adonis0147 opened a new issue, #19805: URL: https://github.com/apache/doris/issues/19805 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### Wha

[GitHub] [doris] englefly commented on pull request #19717: [feature](nereids) merge in predicates

2023-05-18 Thread via GitHub
englefly commented on PR #19717: URL: https://github.com/apache/doris/pull/19717#issuecomment-1552716880 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] Gabriel39 commented on pull request #19641: [DRAFT](decimalv3) test auto conversion

2023-05-18 Thread via GitHub
Gabriel39 commented on PR #19641: URL: https://github.com/apache/doris/pull/19641#issuecomment-1552718132 run buildall -- 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 un

[GitHub] [doris] Gabriel39 opened a new pull request, #19806: [decimalv3](function) support function width_bucket

2023-05-18 Thread via GitHub
Gabriel39 opened a new pull request, #19806: URL: https://github.com/apache/doris/pull/19806 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] github-actions[bot] commented on pull request #19806: [decimalv3](function) support function width_bucket

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19806: URL: https://github.com/apache/doris/pull/19806#issuecomment-1552723060 clang-tidy review says "All clean, LGTM! :+1:" -- 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] ZhangYu0123 commented on pull request #19622: [enhence](memory) gc inverted index cache when there is not enough memory

2023-05-18 Thread via GitHub
ZhangYu0123 commented on PR #19622: URL: https://github.com/apache/doris/pull/19622#issuecomment-1552725763 run p1 -- 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] Level1Accelerator commented on issue #8446: 复制现有doris环境整个目录,在新环境启动导致原环境的be服务宕机

2023-05-18 Thread via GitHub
Level1Accelerator commented on issue #8446: URL: https://github.com/apache/doris/issues/8446#issuecomment-1552727543 +1,先升级fe,再升级be的过程会碰到这个问题 -- 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] github-actions[bot] commented on pull request #19622: [enhence](memory) gc inverted index cache when there is not enough memory

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19622: URL: https://github.com/apache/doris/pull/19622#issuecomment-1552733056 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] xinyiZzz merged pull request #19622: [enhence](memory) gc inverted index cache when there is not enough memory

2023-05-18 Thread via GitHub
xinyiZzz merged PR #19622: URL: https://github.com/apache/doris/pull/19622 -- 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] yixiutt commented on pull request #19262: [Feature](planner) use partial update in update from & delete from

2023-05-18 Thread via GitHub
yixiutt commented on PR #19262: URL: https://github.com/apache/doris/pull/19262#issuecomment-1552733868 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[doris] branch master updated (fd4fa5c64e -> 07bbf741fb)

2023-05-18 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fd4fa5c64e [Optimize](row store) optimize serialization and deserialization (#19691) add 07bbf741fb [enhence](m

Error while running github feature from .asf.yaml in doris!

2023-05-18 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

[GitHub] [doris] github-actions[bot] commented on pull request #19413: [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19413: URL: https://github.com/apache/doris/pull/19413#issuecomment-1552733754 clang-tidy review says "All clean, LGTM! :+1:" -- 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] LiBinfeng-01 opened a new pull request, #19807: [Fix](Nereids) Fix bitmap type in compare operator bug

2023-05-18 Thread via GitHub
LiBinfeng-01 opened a new pull request, #19807: URL: https://github.com/apache/doris/pull/19807 # Proposed changes ## Problem summary When using nereids, if we use compare operator of bitmap type, an analyze exception need to be throwed. like: select id from (select BITMAP_E

[GitHub] [doris] yongjinhou opened a new pull request, #19808: [Fix](tvf) Fix select resource groups bug

2023-05-18 Thread via GitHub
yongjinhou opened a new pull request, #19808: URL: https://github.com/apache/doris/pull/19808 # Proposed changes Issue Number: close #19784 ## Problem summary fix select resource groups bug. ## Checklist(Required) * [x] Does it affect the original behavior

[GitHub] [doris] zy-kkk opened a new pull request, #19809: [improvement](jdbc catalog) Add adaptation to Oracle special character `/` table names

2023-05-18 Thread via GitHub
zy-kkk opened a new pull request, #19809: URL: https://github.com/apache/doris/pull/19809 # Proposed changes Issue Number: close #xxx ## Problem summary 在Oracle数据库中,我们可以创建带有 `/` 字符的表名,正常情况下我们需要加双引号来适配,但是在java的Metadata database中,加双引号是无效的,所以这里我做了模糊匹配,经过测试是可以的 ```sql

[GitHub] [doris] yongjinhou commented on pull request #19808: [Fix](tvf) Fix select resource groups bug

2023-05-18 Thread via GitHub
yongjinhou commented on PR #19808: URL: https://github.com/apache/doris/pull/19808#issuecomment-1552741840 run buildall -- 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 u

[GitHub] [doris-website] luzhijing opened a new pull request, #231: update 404 link of 'more' in homepage

2023-05-18 Thread via GitHub
luzhijing opened a new pull request, #231: URL: https://github.com/apache/doris-website/pull/231 (no comment) -- 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] zy-kkk commented on pull request #19809: [improvement](jdbc catalog) Add adaptation to Oracle special character `/` table names

2023-05-18 Thread via GitHub
zy-kkk commented on PR #19809: URL: https://github.com/apache/doris/pull/19809#issuecomment-1552745962 run buildall -- 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 unsub

[GitHub] [doris] nextdreamblue commented on pull request #19326: [feature-wip](duplicate-no-keys) schame change support for duplicate no keys

2023-05-18 Thread via GitHub
nextdreamblue commented on PR #19326: URL: https://github.com/apache/doris/pull/19326#issuecomment-1552746500 run buildall -- 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. T

[GitHub] [doris] luozenglin commented on pull request #19804: [fix](tracing) fix the issue that a trace may track multiple queries

2023-05-18 Thread via GitHub
luozenglin commented on PR #19804: URL: https://github.com/apache/doris/pull/19804#issuecomment-1552751221 run buildall -- 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 u

[GitHub] [doris] github-actions[bot] commented on pull request #19795: [fix](memory) Remind log if `vm/overcommit_memory`=2 when be start

2023-05-18 Thread via GitHub
github-actions[bot] commented on PR #19795: URL: https://github.com/apache/doris/pull/19795#issuecomment-1552752898 clang-tidy review says "All clean, LGTM! :+1:" -- 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] GoGoWen commented on a diff in pull request #19413: [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1

2023-05-18 Thread via GitHub
GoGoWen commented on code in PR #19413: URL: https://github.com/apache/doris/pull/19413#discussion_r1197579738 ## regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy: ## @@ -0,0 +1,174 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

  1   2   3   4   5   6   >