Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-16 Thread via GitHub
Yukang-Lian commented on PR #27726: URL: https://github.com/apache/doris/pull/27726#issuecomment-1858763699 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] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #27726: URL: https://github.com/apache/doris/pull/27726#discussion_r1428745164 ## be/src/olap/wal_manager.cpp: ## @@ -75,11 +99,49 @@ Status WalManager::init() { } RETURN_IF_ERROR(scan_wals(wal_dir)); } +RETU

Re: [PR] [fix](planner) choice wrong length of string type output of union [doris]

2023-12-16 Thread via GitHub
morrySnow commented on PR #28514: URL: https://github.com/apache/doris/pull/28514#issuecomment-1858767787 run feut -- 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

[PR] [fix](planner) varchar should be cast if length is not same [doris]

2023-12-16 Thread via GitHub
morrySnow opened a new pull request, #28515: URL: https://github.com/apache/doris/pull/28515 [fix](planner) choice wrong length of string type output of union ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or

Re: [PR] [fix](planner) varchar should be cast if length is not same [doris]

2023-12-16 Thread via GitHub
morrySnow commented on PR #28515: URL: https://github.com/apache/doris/pull/28515#issuecomment-1858768914 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] [Enhancement](Wal)Support dynamic wal space limit [doris]

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

[PR] [fix](doc) Updated Analyze syntax as per code [doris]

2023-12-16 Thread via GitHub
Nitin-Kashyap opened a new pull request, #28516: URL: https://github.com/apache/doris/pull/28516 ## Proposed changes Updated the Anlyze page syntax as per code changes refered from :18880 20264 23978 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [feature](scan) parallel scan on dup/mow mode [doris]

2023-12-16 Thread via GitHub
mrhhsg commented on PR #28103: URL: https://github.com/apache/doris/pull/28103#issuecomment-1858773143 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

Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

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

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #28493: URL: https://github.com/apache/doris/pull/28493#discussion_r1428753865 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -186,14 +186,13 @@ void ScannerScheduler::_schedule_thread(int queue_id) { } } -[[maybe_unused]

Re: [PR] [feature](scan) parallel scan on dup/mow mode [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #28103: URL: https://github.com/apache/doris/pull/28103#discussion_r1428755873 ## be/src/olap/parallel_scanner_builder.cpp: ## @@ -0,0 +1,455 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

Re: [PR] [docker][regregression]update routine load cases [doris]

2023-12-16 Thread via GitHub
zhangstar333 merged PR #28450: URL: https://github.com/apache/doris/pull/28450 -- 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: [docker][regregression]update routine load cases #28450

2023-12-16 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 608baae001a [docker][regregression]update r

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

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

Re: [PR] [refactor](cluster)(step-4) remove cluster related to Database [doris]

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

Re: [I] [Refactor] Remove `default_cluster` [doris]

2023-12-16 Thread via GitHub
morningman closed issue #19897: [Refactor] Remove `default_cluster` URL: https://github.com/apache/doris/issues/19897 -- 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 unsubsc

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

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

Re: [PR] [fix](Nereids) simplify range produce true when reference is nullable (#28386) [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28470: URL: https://github.com/apache/doris/pull/28470 -- 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-2.0 updated: [fix](Nereids) simplify range produce true when reference is nullable (#28386) (#28470)

2023-12-16 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 4849ebc3ad0 [fix](Nereids) simplify range

Re: [PR] [feature](scan) parallel scan on dup/mow mode [doris]

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

(doris) branch branch-2.0 updated: [fix](truncate table) truncate skip empty partition #28229 (#28295)

2023-12-16 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 743ff3e9fc2 [fix](truncate table) truncate

Re: [PR] [branch-2.0](truncate table) truncate skip empty partition #28229 [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28295: URL: https://github.com/apache/doris/pull/28295 -- 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] [fix](statistics)Fix column stats trigger info bug. [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28304: URL: https://github.com/apache/doris/pull/28304 -- 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-2.0 updated: [fix](statistics)Fix column stats trigger info bug #28303 (#28304)

2023-12-16 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 82fde10f22c [fix](statistics)Fix column st

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
yiguolei commented on PR #28493: URL: https://github.com/apache/doris/pull/28493#issuecomment-1858787224 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] [fix](Planner): branch-2.0 pick (#28432) (#28434) [doris]

2023-12-16 Thread via GitHub
xiaokang commented on PR #28499: URL: https://github.com/apache/doris/pull/28499#issuecomment-1858787559 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](scan) parallel scan on dup/mow mode [doris]

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

Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-16 Thread via GitHub
Yukang-Lian commented on PR #27726: URL: https://github.com/apache/doris/pull/27726#issuecomment-1858788824 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](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #28493: URL: https://github.com/apache/doris/pull/28493#discussion_r1428773960 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -186,14 +186,13 @@ void ScannerScheduler::_schedule_thread(int queue_id) { } } -[[maybe_unused]

Re: [PR] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on PR #28300: URL: https://github.com/apache/doris/pull/28300#issuecomment-1858789687 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] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

2023-12-16 Thread via GitHub
morningman commented on PR #28300: URL: https://github.com/apache/doris/pull/28300#issuecomment-1858789722 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] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

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

[I] [Feature] Support `kill query_id` [doris]

2023-12-16 Thread via GitHub
morningman opened a new issue, #28517: URL: https://github.com/apache/doris/issues/28517 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Support new stmt

Re: [I] [Feature] catalog 以后可以支持tdengine吗? [doris]

2023-12-16 Thread via GitHub
morningman commented on issue #28439: URL: https://github.com/apache/doris/issues/28439#issuecomment-1858791060 Will not support in near future. We are trying to make catalog pluggable, after that, it will be more easy to connect to other catalog -- This is an automated message from th

Re: [I] [Bug] 读aws glue数据不支持国内版 [doris]

2023-12-16 Thread via GitHub
morningman commented on issue #28335: URL: https://github.com/apache/doris/issues/28335#issuecomment-1858791280 I will try to fix this next week -- 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 th

Re: [I] [Feature] Support `kill query_id` [doris]

2023-12-16 Thread via GitHub
nanfeng1999 commented on issue #28517: URL: https://github.com/apache/doris/issues/28517#issuecomment-1858791692 i will try it -- 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: [I] [Feature] catalog 以后可以支持tdengine吗? [doris]

2023-12-16 Thread via GitHub
tcsll commented on issue #28439: URL: https://github.com/apache/doris/issues/28439#issuecomment-1858792691 ok ,thank you very much! -- 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 co

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #28493: URL: https://github.com/apache/doris/pull/28493#discussion_r1428778628 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -227,72 +226,74 @@ void ScannerScheduler::_schedule_scanners(ScannerContext* ctx) { // TODO(cmy):

Re: [I] [Feature] catalog 以后可以支持tdengine吗? [doris]

2023-12-16 Thread via GitHub
tcsll commented on issue #28439: URL: https://github.com/apache/doris/issues/28439#issuecomment-1858793193 > Will not support in near future. We are trying to make catalog pluggable, after that, it will be more easy to connect to other catalog ok, thank you very much ! -- This

Re: [PR] [WIP] relay wal p0 test [doris]

2023-12-16 Thread via GitHub
hust-hhb commented on PR #28299: URL: https://github.com/apache/doris/pull/28299#issuecomment-1858794145 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] [fix](nereids)cast string to integer type use wrong datatype's valueOf method [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28403: URL: https://github.com/apache/doris/pull/28403 -- 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-2.0 updated: [fix](nereids)cast string to integer type use wrong datatype's valueOf method #28174 (#28403)

2023-12-16 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 be45d3c4f42 [fix](nereids)cast string to i

Re: [PR] [fix](Nereids): support Chinese characters set (#28256) into Branch-2.0 [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28357: URL: https://github.com/apache/doris/pull/28357 -- 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-2.0 updated: [fix](Nereids): support Chinese characters set (#28256) (#28357)

2023-12-16 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 5e1fd2ff35f [fix](Nereids): support Chines

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28466: URL: https://github.com/apache/doris/pull/28466 -- 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-2.0 updated: [Fix](table property) Fix table property disable_auto_compaction #27853 (#28466)

2023-12-16 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 7a061c59281 [Fix](table property) Fix tabl

Re: [PR] [branch-2.0] Pick "[fix](partial update) Fix missing rowsets during doing alignment when flushing memtable due to compaction #28062" [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28468: URL: https://github.com/apache/doris/pull/28468 -- 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-2.0 updated: [fix](partial update) Fix missing rowsets during doing alignment when flushing memtable due to compaction #28062 (#28468)

2023-12-16 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 8c8f322574d [fix](partial update) Fix miss

[PR] [Fix](transactional-hive) Fix hive transactional table return empty result. [doris]

2023-12-16 Thread via GitHub
kaka11chen opened a new pull request, #28518: URL: https://github.com/apache/doris/pull/28518 ## Proposed changes [Fix] (transactional-hive) Fix hive transactional table return empty result. ## Further comments If this is a relatively large or complex change, kick off the

Re: [PR] [Fix](transactional-hive) Fix hive transactional table return empty result. [doris]

2023-12-16 Thread via GitHub
kaka11chen commented on PR #28518: URL: https://github.com/apache/doris/pull/28518#issuecomment-1858797275 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] [branch-2.0] Picks "[fix](full compaction) Full compaction should hold meta lock when modifying tablet's meta data #28449" [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28490: URL: https://github.com/apache/doris/pull/28490 -- 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-2.0 updated: [fix](full compaction) Full compaction should hold meta lock when modifying tablet's meta data #28449 (#28490)

2023-12-16 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 619bec52149 [fix](full compaction) Full co

Re: [PR] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

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

Re: [PR] [fix](planner) varchar should be cast if length is not same [doris]

2023-12-16 Thread via GitHub
morrySnow commented on PR #28515: URL: https://github.com/apache/doris/pull/28515#issuecomment-1858797620 run 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. To unsubscr

Re: [PR] [fix](planner) varchar should be cast if length is not same [doris]

2023-12-16 Thread via GitHub
morrySnow commented on PR #28515: URL: https://github.com/apache/doris/pull/28515#issuecomment-1858797610 run clickbench -- 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] [Enhancement](Wal)Support dynamic wal space limit [doris]

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

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
yiguolei commented on PR #28493: URL: https://github.com/apache/doris/pull/28493#issuecomment-1858798515 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](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

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

[PR] [pick](nereids)improve partition prune when Date function is used (#27… [doris]

2023-12-16 Thread via GitHub
englefly opened a new pull request, #28519: URL: https://github.com/apache/doris/pull/28519 pick 27960 date func in partition prune (cherry picked from commit 2b914aebb64b7e91afc8c9ef9a54174d29e48d24) ## Proposed changes Issue Number: close #xxx ## F

Re: [PR] [pick](nereids)improve partition prune when Date function is used (#27… [doris]

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

[PR] [fix](Nereids) explain graph insert-select NPE (#28007) [doris]

2023-12-16 Thread via GitHub
englefly opened a new pull request, #28520: URL: https://github.com/apache/doris/pull/28520 (cherry picked from commit bc12a059157304570bf3cc6c5191b2d49f5fbbae) pick 28007 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relative

Re: [PR] [fix](Nereids) explain graph insert-select NPE (#28007) [doris]

2023-12-16 Thread via GitHub
englefly commented on PR #28520: URL: https://github.com/apache/doris/pull/28520#issuecomment-1858800220 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](scan) parallel scan on dup/mow mode [doris]

2023-12-16 Thread via GitHub
mrhhsg commented on PR #28103: URL: https://github.com/apache/doris/pull/28103#issuecomment-1858800266 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

[PR] [Pick](Nereids)runtime filter prune skip filter like "__DORIS_DELETE_SIGN__ = 0" #28010 [doris]

2023-12-16 Thread via GitHub
englefly opened a new pull request, #28521: URL: https://github.com/apache/doris/pull/28521 ## Proposed changes if a conjunct only contains invisible column, this conjunct should not be used in runtime filter pruner (cherry picked from commit a0fee4c96ecd8ef229c2ba3dc407dc9873fe8b2

Re: [PR] [Pick](Nereids)runtime filter prune skip filter like "__DORIS_DELETE_SIGN__ = 0" #28010 [doris]

2023-12-16 Thread via GitHub
englefly commented on PR #28521: URL: https://github.com/apache/doris/pull/28521#issuecomment-1858800643 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] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

2023-12-16 Thread via GitHub
doris-robot commented on PR #28300: URL: https://github.com/apache/doris/pull/28300#issuecomment-1858800944 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 066dfa20e9ddf2c317195b02788a5e8bd97fe2f5, data reload: true

Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

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

Re: [PR] [fix](expr) fix performance problem caused by too many virtual function call [doris]

2023-12-16 Thread via GitHub
jacktengg commented on PR #28508: URL: https://github.com/apache/doris/pull/28508#issuecomment-1858802956 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](expr) fix performance problem caused by too many virtual function call [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on PR #28508: URL: https://github.com/apache/doris/pull/28508#issuecomment-1858803689 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] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

2023-12-16 Thread via GitHub
liugddx commented on PR #28300: URL: https://github.com/apache/doris/pull/28300#issuecomment-1858804342 run 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. To unsubscrib

Re: [PR] [Fix](transactional-hive) Fix hive transactional table return empty result. [doris]

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

Re: [PR] [Fix](transactional-hive) Fix hive transactional table return empty result. [doris]

2023-12-16 Thread via GitHub
doris-robot commented on PR #28518: URL: https://github.com/apache/doris/pull/28518#issuecomment-1858804374 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 33581b8f4abc0da8c43a2ebf11e6b5d31cfb5c27, data reload: false run tpc

Re: [PR] [bugfix](jdbc catalog) refresh catalog close jdbcclient [doris]

2023-12-16 Thread via GitHub
liugddx commented on PR #28300: URL: https://github.com/apache/doris/pull/28300#issuecomment-1858804325 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. To

Re: [PR] [fix](expr) fix performance problem caused by too many virtual function call [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on PR #28508: URL: https://github.com/apache/doris/pull/28508#issuecomment-1858804496 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] [fix](expr) fix performance problem caused by too many virtual function call [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on PR #28508: URL: https://github.com/apache/doris/pull/28508#issuecomment-1858804546 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](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

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

Re: [PR] [fix](planner) varchar should be cast if length is not same [doris]

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

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

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

Re: [PR] [feature](scan) parallel scan on dup/mow mode [doris]

2023-12-16 Thread via GitHub
doris-robot commented on PR #28103: URL: https://github.com/apache/doris/pull/28103#issuecomment-1858806871 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 319eed7fea479019a2225f3e557173f4ef9b57cf, data reload: false run tpc

Re: [PR] [fix](Nereids) explain graph insert-select NPE (#28007) [doris]

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

Re: [PR] [feature](scan) parallel scan on dup/mow mode [doris]

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

Re: [PR] [fix](Planner): branch-2.0 pick (#28432) (#28434) [doris]

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

Re: [PR] [feature](sql-dialect) support convert sql use sql convertor service [doris]

2023-12-16 Thread via GitHub
morningman commented on PR #27581: URL: https://github.com/apache/doris/pull/27581#issuecomment-1858811670 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](mtmv)mtmv support partition [doris]

2023-12-16 Thread via GitHub
morningman commented on code in PR #28144: URL: https://github.com/apache/doris/pull/28144#discussion_r1428172007 ## fe/fe-core/src/main/java/org/apache/doris/job/extensions/mtmv/MTMVTaskContext.java: ## @@ -0,0 +1,58 @@ +// Licensed to the Apache Software Foundation (ASF) under

[PR] [opt](task-assignment) use consistent hash as default task assigner and cache the consistent hash ring [doris]

2023-12-16 Thread via GitHub
morningman opened a new pull request, #28522: URL: https://github.com/apache/doris/pull/28522 ## Proposed changes 1. Use consistent hash algo as the default assigner for file query scan node A consistent assignment can better utilize the page cache of BE node. 2. Cache th

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #28493: URL: https://github.com/apache/doris/pull/28493#discussion_r1428805753 ## be/src/runtime/query_context.cpp: ## @@ -22,6 +22,13 @@ namespace doris { +class DelayReleaseToken : public Runnable { +public: +DelayReleaseTok

Re: [PR] [WIP] relay wal p0 test [doris]

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

[I] [Bug] optimize the collection import Lists dependency packge [doris]

2023-12-16 Thread via GitHub
LuGuangming opened a new issue, #28523: URL: https://github.com/apache/doris/issues/28523 ### 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 ### Wh

[PR] [fix](jdbc catalog) fix JdbcScanNode `NOT` CompoundPredicate filter expr handling errors (#28497) [doris]

2023-12-16 Thread via GitHub
zy-kkk opened a new pull request, #28524: URL: https://github.com/apache/doris/pull/28524 ## Proposed changes Issue Number: close #xxx pick from master #28497 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...

Re: [PR] [fix](jdbc catalog) fix JdbcScanNode `NOT` CompoundPredicate filter expr handling errors (#28497) [doris]

2023-12-16 Thread via GitHub
zy-kkk commented on PR #28524: URL: https://github.com/apache/doris/pull/28524#issuecomment-1858816674 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

Re: [PR] [WIP] relay wal p0 test [doris]

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

Re: [PR] [fix](Nereids): PPreserve "" in single quote strings and '' in double quote strings. [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28313: URL: https://github.com/apache/doris/pull/28313 -- 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-2.0 updated: [fix](Nereids): Preserve `""` in single quote strings and `''` in double quote strings. (#27959) (#28313)

2023-12-16 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 d297c7cb71f [fix](Nereids): Preserve `""`

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
yiguolei commented on PR #28493: URL: https://github.com/apache/doris/pull/28493#issuecomment-1858818690 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 branch-2.0 updated: (disk migration) disk migration skip cooldown tablets #27807 (#28310)

2023-12-16 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 f5a36e35a4c (disk migration) disk migratio

Re: [PR] [branch-2.0](disk migration) disk migration skip cooldown tablets #27807 [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28310: URL: https://github.com/apache/doris/pull/28310 -- 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] [branch-2.0](publish version) reduce publish version not exist log #27332 [doris]

2023-12-16 Thread via GitHub
xiaokang merged PR #28324: URL: https://github.com/apache/doris/pull/28324 -- 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-2.0 updated: [branch-2.0](publish version) reduce publish version not exist log #27332 (#28324)

2023-12-16 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 f51f51fd706 [branch-2.0](publish version)

Re: [PR] [refactor](scanner) use weak ptr to lock task execution context to avoid core in scanner dctor [doris]

2023-12-16 Thread via GitHub
github-actions[bot] commented on code in PR #28493: URL: https://github.com/apache/doris/pull/28493#discussion_r1428810639 ## be/src/runtime/query_context.cpp: ## @@ -22,6 +22,14 @@ namespace doris { +class DelayReleaseToken : public Runnable { +public: +DelayReleaseTok

[PR] Update flink-doris-connector.md [doris]

2023-12-16 Thread via GitHub
cjj2010 opened a new pull request, #27329: URL: https://github.com/apache/doris/pull/27329 Add String type correspondence between Doris and Flink ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex chang

  1   2   3   4   >