Re: [PR] [Feature](job)support cancel task and fix log invalid [doris]

2023-12-05 Thread via GitHub
CalvinKirs commented on PR #27703: URL: https://github.com/apache/doris/pull/27703#issuecomment-1840197627 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

[PR] [improvement](merge-on-write) Optimize publish when there are missing versions [doris]

2023-12-05 Thread via GitHub
liaoxin01 opened a new pull request, #28012: URL: https://github.com/apache/doris/pull/28012 ## Proposed changes Issue Number: close #xxx 1. Do not retry publishing on be When there are too many missing versions, just add to async publish task. 2. To reduce memor

Re: [PR] [improvement](merge-on-write) Optimize publish when there are missing versions [doris]

2023-12-05 Thread via GitHub
liaoxin01 commented on PR #28012: URL: https://github.com/apache/doris/pull/28012#issuecomment-1840210739 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

Re: [PR] [config](create tablet) add config for create tablet chose disk [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27806: URL: https://github.com/apache/doris/pull/27806#issuecomment-1840210760 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 4e0261521bf37f6e1fed3814b237cafe62e08ee8, data reload: false

Re: [PR] [minor](stats) truncate min/max if too long #27955 [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27997: URL: https://github.com/apache/doris/pull/27997#issuecomment-1840214955 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.4 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes, a

Re: [PR] [test](Nereids): add regression test [doris]

2023-12-05 Thread via GitHub
jackwener commented on PR #27985: URL: https://github.com/apache/doris/pull/27985#issuecomment-1840216253 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

[I] [Bug] flink写入异常 [doris]

2023-12-05 Thread via GitHub
zhbdesign opened a new issue, #28013: URL: https://github.com/apache/doris/issues/28013 ### 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 2.0.1-rc03 ###

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415084266 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -607,23 +607,29 @@ public void finalizeQuery() { private void handleQueryWithRetry(TUniqueI

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415083016 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -607,23 +607,29 @@ public void finalizeQuery() { private void handleQueryWithRetry(TUniqueI

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415085005 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -91,39 +94,32 @@ public String debugString() { + ", currentWa

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415085807 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -132,14 +128,29 @@ public QueueOfferToken offer() throws InterruptedException

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415086779 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueToken.java: ## @@ -0,0 +1,117 @@ +// Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] [imporvement](table property) support for alter table property disable_auto_compaction [doris]

2023-12-05 Thread via GitHub
nextdreamblue commented on PR #27961: URL: https://github.com/apache/doris/pull/27961#issuecomment-1840220148 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

Re: [PR] [improvement](merge-on-write) Optimize publish when there are missing versions [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on code in PR #28012: URL: https://github.com/apache/doris/pull/28012#discussion_r1415088370 ## be/src/olap/olap_server.cpp: ## @@ -1221,58 +1236,67 @@ int64_t StorageEngine::get_pending_publish_min_version(int64_t tablet_id) { return iter->se

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415089119 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -132,14 +128,29 @@ public QueueOfferToken offer() throws InterruptedException

Re: [PR] [refactor](Nereids) let insert into compatible with legacy planner [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27947: URL: https://github.com/apache/doris/pull/27947#issuecomment-1840222491 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 693f4528f5188ca40f0d268a4158d7735be0e2bd, data reload: false

[PR] [deps](odbc) undefined the BOOL in include/sqltypes.h [doris]

2023-12-05 Thread via GitHub
morningman opened a new pull request, #28014: URL: https://github.com/apache/doris/pull/28014 ## Proposed changes When `ENABLE_PCH = false`, this define will be conflict with BOOL in `include/arrow/type_fwd.h`. The ODBC table will be deprecated in 2.1, so I just simply undefined th

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
yiguolei commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415092401 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -132,14 +128,29 @@ public QueueOfferToken offer() throws InterruptedExcepti

Re: [PR] [deps](odbc) undefined the BOOL in include/sqltypes.h [doris]

2023-12-05 Thread via GitHub
morningman commented on PR #28014: URL: https://github.com/apache/doris/pull/28014#issuecomment-1840230720 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

Re: [PR] [refactor](Nereids) let insert into compatible with legacy planner [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27947: URL: https://github.com/apache/doris/pull/27947#issuecomment-1840232907 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.04 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

Re: [PR] [exp](load) new memtable memory limiter [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27759: URL: https://github.com/apache/doris/pull/27759#issuecomment-1840232952 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.27 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [config](create tablet) add config for create tablet chose disk [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27806: URL: https://github.com/apache/doris/pull/27806#issuecomment-1840232448 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.72 seconds stream load tsv: 554 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](nereids) runtime filter prune skip filter like "__DORIS_DELETE_SIGN__ = 0" [doris]

2023-12-05 Thread via GitHub
englefly commented on PR #28010: URL: https://github.com/apache/doris/pull/28010#issuecomment-1840233501 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

Re: [PR] [imporvement](table property) support for alter table property disable_auto_compaction [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27961: URL: https://github.com/apache/doris/pull/27961#issuecomment-1840233831 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

Re: [PR] [test](Nereids): add regression test eliminate/infer rules [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27985: URL: https://github.com/apache/doris/pull/27985#issuecomment-1840238085 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

Re: [PR] [deps](odbc) undefined the BOOL in include/sqltypes.h [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28014: URL: https://github.com/apache/doris/pull/28014#issuecomment-1840239967 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

Re: [PR] [deps](odbc) undefined the BOOL in include/sqltypes.h [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28014: URL: https://github.com/apache/doris/pull/28014#issuecomment-1840240037 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

Re: [PR] [refactor](Nereids) let insert into compatible with legacy planner [doris]

2023-12-05 Thread via GitHub
morrySnow commented on PR #27947: URL: https://github.com/apache/doris/pull/27947#issuecomment-1840246955 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

Re: [PR] [minor](optimizer) add table to slot reference [doris]

2023-12-05 Thread via GitHub
morrySnow closed pull request #27261: [minor](optimizer) add table to slot reference URL: https://github.com/apache/doris/pull/27261 -- 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 comm

Re: [PR] [p0](stats) Enable debug for stats on p0 [doris]

2023-12-05 Thread via GitHub
morrySnow closed pull request #27758: [p0](stats) Enable debug for stats on p0 URL: https://github.com/apache/doris/pull/27758 -- 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

Re: [PR] test [doris]

2023-12-05 Thread via GitHub
Gabriel39 commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1840267234 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

Re: [PR] [exp](load) new memtable memory limiter [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27759: URL: https://github.com/apache/doris/pull/27759#issuecomment-1840269202 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 350c6b74d5467654ff7175a57ac77bb273e60f3d, data reload: false

[PR] [typo](doc)Add spark load faq [doris]

2023-12-05 Thread via GitHub
caoliang-web opened a new pull request, #28015: URL: https://github.com/apache/doris/pull/28015 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27969: URL: https://github.com/apache/doris/pull/27969#issuecomment-1840276117 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-2.0 updated: [minor](stats) truncate min/max if too long #27955 (#27997)

2023-12-05 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 0b5b366e562 [minor](stats) truncate min/ma

Re: [PR] [minor](stats) truncate min/max if too long #27955 [doris]

2023-12-05 Thread via GitHub
xiaokang merged PR #27997: URL: https://github.com/apache/doris/pull/27997 -- 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

Re: [PR] [typo](doc)Add spark load faq [doris]

2023-12-05 Thread via GitHub
caoliang-web commented on PR #28015: URL: https://github.com/apache/doris/pull/28015#issuecomment-1840278326 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

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
yiguolei commented on PR #27969: URL: https://github.com/apache/doris/pull/27969#issuecomment-1840278819 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

Re: [PR] [feature](spill) support spill to disk for pipeline engine [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on code in PR #21052: URL: https://github.com/apache/doris/pull/21052#discussion_r1415148483 ## be/src/exec/data_sink.h: ## @@ -98,6 +98,10 @@ class DataSink { _query_statistics = statistics; } +virtual size_t revokable_mem_size(

Re: [PR] test [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on code in PR #27886: URL: https://github.com/apache/doris/pull/27886#discussion_r1415148697 ## be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp: ## @@ -249,40 +250,44 @@ return Status::OK(); } -Status PipelineXFragmentContext::_pl

Re: [PR] [bug](fix) intersect_count function query error fix [doris]

2023-12-05 Thread via GitHub
LemonLiTree commented on PR #27952: URL: https://github.com/apache/doris/pull/27952#issuecomment-1840284146 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.

Re: [PR] [exp](load) new memtable memory limiter [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27759: URL: https://github.com/apache/doris/pull/27759#issuecomment-1840286633 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.02 seconds stream load tsv: 574 seconds loaded 74807831229 Bytes,

Re: [I] [DRAFT] Release Note 2.0.3 [doris]

2023-12-05 Thread via GitHub
wj215318 commented on issue #27909: URL: https://github.com/apache/doris/issues/27909#issuecomment-1840287370 撒时候正式发布啊 -- 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

Re: [PR] [exp](load) new memtable memory limiter [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27759: URL: https://github.com/apache/doris/pull/27759#issuecomment-1840287512 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.76 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

Re: [PR] [test](regression) include shape cases [doris]

2023-12-05 Thread via GitHub
hello-stephen commented on PR #27747: URL: https://github.com/apache/doris/pull/27747#issuecomment-1840301434 run p0 10 -- 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

Re: [PR] [fix](nereids) runtime filter prune skip filter like "__DORIS_DELETE_SIGN__ = 0" [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28010: URL: https://github.com/apache/doris/pull/28010#issuecomment-1840305741 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

Re: [PR] [fix](nereids) runtime filter prune skip filter like "__DORIS_DELETE_SIGN__ = 0" [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28010: URL: https://github.com/apache/doris/pull/28010#issuecomment-1840305843 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

Re: [PR] [fix](hdfs) Fix hdfsExists that return staled root cause [doris]

2023-12-05 Thread via GitHub
w41ter commented on PR #27991: URL: https://github.com/apache/doris/pull/27991#issuecomment-1840306995 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

Re: [PR] [feature](nereids) Support inner join query rewrite by materialized view [doris]

2023-12-05 Thread via GitHub
seawinde commented on PR #27922: URL: https://github.com/apache/doris/pull/27922#issuecomment-1840310144 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

Re: [PR] [test](regression) include shape cases [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27747: URL: https://github.com/apache/doris/pull/27747#issuecomment-1840310662 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

Re: [PR] [feature](invert index) match_phrase_prefix feature added [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27404: URL: https://github.com/apache/doris/pull/27404#issuecomment-1840309807 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

Re: [PR] [bug](fix) intersect_count function query error fix [doris]

2023-12-05 Thread via GitHub
LemonLiTree commented on PR #27952: URL: https://github.com/apache/doris/pull/27952#issuecomment-1840320361 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

Re: [PR] [fix](hdfs) Fix hdfsExists that return staled root cause [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27991: URL: https://github.com/apache/doris/pull/27991#issuecomment-1840322708 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

[PR] [pipelineX](minor) remove unused code [doris]

2023-12-05 Thread via GitHub
Gabriel39 opened a new pull request, #28016: URL: https://github.com/apache/doris/pull/28016 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [case](regression-test) add backup recovery for inverted index and bl… [doris]

2023-12-05 Thread via GitHub
dataroaring merged PR #27616: URL: https://github.com/apache/doris/pull/27616 -- 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.

(doris) branch master updated (6074cddcf8a -> 8dc67d3be60)

2023-12-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6074cddcf8a [feature](mtmv)add Job and task tvf (#27967) add 8dc67d3be60 [case](regression-test) add backup r

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

2023-12-05 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

[PR] [DNM](test) add back canEliminate [doris]

2023-12-05 Thread via GitHub
morrySnow opened a new pull request, #28017: URL: https://github.com/apache/doris/pull/28017 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [improvement](Variant Type) Support displaying subcolumns expanded for the variant column [doris]

2023-12-05 Thread via GitHub
csun5285 commented on PR #27764: URL: https://github.com/apache/doris/pull/27764#issuecomment-1840334325 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

Re: [PR] [pipelineX](minor) remove unused code [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28016: URL: https://github.com/apache/doris/pull/28016#issuecomment-1840342177 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

Re: [PR] [improvement](Variant Type) Support displaying subcolumns expanded for the variant column [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on code in PR #27764: URL: https://github.com/apache/doris/pull/27764#discussion_r1415212517 ## be/src/service/internal_service.cpp: ## @@ -852,6 +855,114 @@ void PInternalServiceImpl::_get_column_ids_by_tablet_ids( response->mutable_status()->

Re: [PR] [regression-test](Variant) Add more cases related to schema changes [doris]

2023-12-05 Thread via GitHub
eldenmoon commented on PR #27958: URL: https://github.com/apache/doris/pull/27958#issuecomment-1840350529 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

Re: [PR] test [doris]

2023-12-05 Thread via GitHub
Gabriel39 commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1840350583 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

Re: [PR] [fix](stats) truncate min/max if too long [doris]

2023-12-05 Thread via GitHub
Kikyou1997 commented on PR #27955: URL: https://github.com/apache/doris/pull/27955#issuecomment-1840355593 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

Re: [PR] [pipelineX](minor) remove unused code [doris]

2023-12-05 Thread via GitHub
Gabriel39 commented on PR #28016: URL: https://github.com/apache/doris/pull/28016#issuecomment-1840356472 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

[PR] [fix](doc) Update upgrade.md file add mysql_ssl_default_certificate f… [doris]

2023-12-05 Thread via GitHub
chenzhx opened a new pull request, #28018: URL: https://github.com/apache/doris/pull/28018 add mysql_ssl_default_certificate folder info in en -- 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

Re: [PR] [feat](stats) Prioritize critical column for auto analyze [doris]

2023-12-05 Thread via GitHub
Kikyou1997 commented on PR #27811: URL: https://github.com/apache/doris/pull/27811#issuecomment-1840361659 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

[PR] [fix](meta) fix bug for using full name in show_full_columns stmt [doris]

2023-12-05 Thread via GitHub
Yulei-Yang opened a new pull request, #28019: URL: https://github.com/apache/doris/pull/28019 Issue: ![image](https://github.com/apache/doris/assets/28004179/6eacbc27-32f0-434f-8037-9b1ee4bfa48e) ## Proposed changes Issue Number: close #xxx ## Further comm

Re: [PR] [improvement](Variant Type) Support displaying subcolumns expanded for the variant column [doris]

2023-12-05 Thread via GitHub
csun5285 commented on code in PR #27764: URL: https://github.com/apache/doris/pull/27764#discussion_r1415226281 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -4359,9 +4359,9 @@ opt_explain_options ::= // Describe statement describe_stmt ::= -describe_command table_nam

Re: [PR] [fix](meta) fix bug for using full name in show_full_columns stmt [doris]

2023-12-05 Thread via GitHub
Yulei-Yang commented on PR #28019: URL: https://github.com/apache/doris/pull/28019#issuecomment-1840365575 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

Re: [PR] [regression-test](Variant) Add more cases related to schema changes [doris]

2023-12-05 Thread via GitHub
eldenmoon commented on PR #27958: URL: https://github.com/apache/doris/pull/27958#issuecomment-1840367250 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

Re: [PR] [regression-test](Variant) Add more cases related to schema changes [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27958: URL: https://github.com/apache/doris/pull/27958#issuecomment-1840367314 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

Re: [PR] [feat](stats) Prioritize critical column for auto analyze [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27811: URL: https://github.com/apache/doris/pull/27811#issuecomment-1840369330 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

Re: [PR] [pipelineX](minor) remove unused code [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28016: URL: https://github.com/apache/doris/pull/28016#issuecomment-1840370240 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

Re: [PR] [feat](stats) Prioritize critical column for auto analyze [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27811: URL: https://github.com/apache/doris/pull/27811#issuecomment-1840372313 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

Re: [PR] [regression-test](Variant) Add more cases related to schema changes [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27958: URL: https://github.com/apache/doris/pull/27958#issuecomment-1840373658 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

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
yiguolei commented on PR #27969: URL: https://github.com/apache/doris/pull/27969#issuecomment-1840384875 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

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415089119 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -132,14 +128,29 @@ public QueueOfferToken offer() throws InterruptedException

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
yiguolei commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1415092401 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueryQueue.java: ## @@ -132,14 +128,29 @@ public QueueOfferToken offer() throws InterruptedExcepti

Re: [I] No tables to be synchronized.The database actually has tables [doris-flink-connector]

2023-12-05 Thread via GitHub
kaiwangleo closed issue #254: No tables to be synchronized.The database actually has tables URL: https://github.com/apache/doris-flink-connector/issues/254 -- 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

Re: [I] No tables to be synchronized.The database actually has tables [doris-flink-connector]

2023-12-05 Thread via GitHub
kaiwangleo commented on issue #254: URL: https://github.com/apache/doris-flink-connector/issues/254#issuecomment-1840393136 arg format is not correct -- 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

Re: [PR] [bug](fix) intersect_count function query error fix [doris]

2023-12-05 Thread via GitHub
LemonLiTree commented on PR #27952: URL: https://github.com/apache/doris/pull/27952#issuecomment-1840399733 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

[PR] [chore](log) Add log to trace query cancel [doris]

2023-12-05 Thread via GitHub
zhiqiang- opened a new pull request, #28020: URL: https://github.com/apache/doris/pull/28020 (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

Re: [PR] test [doris]

2023-12-05 Thread via GitHub
Gabriel39 commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1840404086 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

Re: [PR] [pipelineX](minor) remove unused code [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28016: URL: https://github.com/apache/doris/pull/28016#issuecomment-1840404699 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

Re: [PR] [pipelineX](minor) remove unused code [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28016: URL: https://github.com/apache/doris/pull/28016#issuecomment-1840404800 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

Re: [PR] [chore](log) Add log to trace query cancel [doris]

2023-12-05 Thread via GitHub
zhiqiang- commented on PR #28020: URL: https://github.com/apache/doris/pull/28020#issuecomment-1840405093 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

Re: [PR] test [doris]

2023-12-05 Thread via GitHub
Gabriel39 commented on PR #27886: URL: https://github.com/apache/doris/pull/27886#issuecomment-1840405628 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

Re: [PR] [test](execute)Fix workload group regression test unstable [doris]

2023-12-05 Thread via GitHub
wangbo merged PR #28003: URL: https://github.com/apache/doris/pull/28003 -- 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

Re: [PR] [refactor](queryqueue) using a priority queue in query queue in order to implement priority management in the future [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #27969: URL: https://github.com/apache/doris/pull/27969#issuecomment-1840413503 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

(doris) branch master updated (8dc67d3be60 -> 59c0db4080c)

2023-12-05 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8dc67d3be60 [case](regression-test) add backup recovery for inverted index and bl… (#27616) add 59c0db4080c Fix w

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

2023-12-05 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

[PR] [test] clang17 format diff [doris]

2023-12-05 Thread via GitHub
morningman opened a new pull request, #28021: URL: https://github.com/apache/doris/pull/28021 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mail

Re: [PR] [feature](nereids) Support inner join query rewrite by materialized view [doris]

2023-12-05 Thread via GitHub
doris-robot commented on PR #27922: URL: https://github.com/apache/doris/pull/27922#issuecomment-1840424301 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit cdf881741916036a048bd6d2414eaa7274425f9a, data reload: false

Re: [PR] [fix](meta) fix bug for using full name in show_full_columns stmt [doris]

2023-12-05 Thread via GitHub
Yulei-Yang commented on PR #28019: URL: https://github.com/apache/doris/pull/28019#issuecomment-1840426925 run pipelinex_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 specific comment.

Re: [PR] [Bug] Fix the state compatibility problem [doris-flink-connector]

2023-12-05 Thread via GitHub
Tan-JiaLiang commented on PR #257: URL: https://github.com/apache/doris-flink-connector/pull/257#issuecomment-1840427192 @JNSimba Thanks for your help with code review, would you mind taking another look? -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [PR] [fix](reader) fix file descriptor (fd) leak issue [doris-thirdparty]

2023-12-05 Thread via GitHub
qidaye merged PR #144: URL: https://github.com/apache/doris-thirdparty/pull/144 -- 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...@dori

(doris-thirdparty) branch clucene updated: [fix](reader)fFig file descriptor (fd) leak issu. (#144)

2023-12-05 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new 3c5d1e4a [fix](reader)fFig file

Re: [PR] [test] clang17 format diff [doris]

2023-12-05 Thread via GitHub
github-actions[bot] commented on PR #28021: URL: https://github.com/apache/doris/pull/28021#issuecomment-1840434362 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

[PR] [hotfix](jdbc catalog) fix jdbcmysqlclient npe [doris]

2023-12-05 Thread via GitHub
zy-kkk opened a new pull request, #28022: URL: https://github.com/apache/doris/pull/28022 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

  1   2   3   4   5   6   7   8   >