Re: [PR] [minor](nereids): remove useless code [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35325: URL: https://github.com/apache/doris/pull/35325#issuecomment-2128719436 TPC-DS: Total hot run time: 168016 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](compression) handle exception to reuse compression context [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35338: URL: https://github.com/apache/doris/pull/35338#issuecomment-2128724361 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](txn) Fix coordidator be restart not abort txn [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35342: URL: https://github.com/apache/doris/pull/35342#issuecomment-2128727301 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] [minor](nereids): remove useless code [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35325: URL: https://github.com/apache/doris/pull/35325#issuecomment-2128727621 ClickBench: Total hot run time: 30.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](Nereids) dphyper support evaluate join that has one side condition (#33702) [doris]

2024-05-24 Thread via GitHub
XieJiann commented on PR #35268: URL: https://github.com/apache/doris/pull/35268#issuecomment-2128731063 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](txn) Fix coordidator be restart not abort txn [doris]

2024-05-24 Thread via GitHub
yujun777 commented on PR #35342: URL: https://github.com/apache/doris/pull/35342#issuecomment-2128761928 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](inverted index) add in list to fast execute logic after hit index [doris]

2024-05-24 Thread via GitHub
zzzxl1993 commented on PR #35302: URL: https://github.com/apache/doris/pull/35302#issuecomment-2128770919 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] Revert "[ui](profile) Do not do profile format in the FE (#34757)" [doris]

2024-05-24 Thread via GitHub
yiguolei merged PR #35308: URL: https://github.com/apache/doris/pull/35308 -- 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 (c53d3ed76bc -> 905c836b6b8)

2024-05-24 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 c53d3ed76bc [feat](nereids) count prefix index in CBO (#34970) add 905c836b6b8 Revert "[ui](profile) Do not do p

Re: [PR] [Chore](column) support all column method on column_fixed_object and remove some method about IColumn [doris]

2024-05-24 Thread via GitHub
BiteThet commented on PR #35136: URL: https://github.com/apache/doris/pull/35136#issuecomment-2128773883 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] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
zhangstar333 opened a new pull request, #35343: URL: https://github.com/apache/doris/pull/35343 ## Proposed changes those code could work well, but it will be report some runtime error under UBSAN, so refactor it to let's ubsan could running happy. ``` /root/doris/be/src/

Re: [PR] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35343: URL: https://github.com/apache/doris/pull/35343#issuecomment-2128773574 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
zhangstar333 commented on PR #35343: URL: https://github.com/apache/doris/pull/35343#issuecomment-2128774065 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](inverted index) add in list to fast execute logic after hit index [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35344: URL: https://github.com/apache/doris/pull/35344#issuecomment-2128777923 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](inverted index) add in list to fast execute logic after hit index [doris]

2024-05-24 Thread via GitHub
zzzxl1993 commented on PR #35344: URL: https://github.com/apache/doris/pull/35344#issuecomment-2128778040 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](trino-connector) add regression tests for trino-connector accessing Kafka. [doris]

2024-05-24 Thread via GitHub
BePPPower commented on PR #35282: URL: https://github.com/apache/doris/pull/35282#issuecomment-2128777109 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](inverted index) add in list to fast execute logic after hit index [doris]

2024-05-24 Thread via GitHub
zzzxl1993 opened a new pull request, #35344: URL: https://github.com/apache/doris/pull/35344 ## Proposed changes 1. resolve the issue where the case fails when enable_common_expr_pushdown is set to false ## Further comments If this is a relatively large or comple

Re: [PR] [fix](nereids)the preagg state for count(*) is wrong [doris]

2024-05-24 Thread via GitHub
yiguolei merged PR #35326: URL: https://github.com/apache/doris/pull/35326 -- 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.1 updated: [fix](nereids)the preagg state for count(*) is wrong (#35326)

2024-05-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new f062506b220 [fix](nereids)the preagg st

Re: [PR] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35343: URL: https://github.com/apache/doris/pull/35343#issuecomment-2128784972 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](cancel) Cancel query ctx instead of fragments/instances [doris]

2024-05-24 Thread via GitHub
yiguolei commented on code in PR #35321: URL: https://github.com/apache/doris/pull/35321#discussion_r1612988244 ## be/src/service/internal_service.cpp: ## @@ -592,19 +592,12 @@ void PInternalService::cancel_plan_fragment(google::protobuf::RpcController* /*c actual_

Re: [PR] [fix](txn) Fix coordidator be restart not abort txn [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35342: URL: https://github.com/apache/doris/pull/35342#issuecomment-2128786566 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](txn) Fix coordidator be restart not abort txn [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35342: URL: https://github.com/apache/doris/pull/35342#issuecomment-2128786617 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

[PR] [fix](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
jacktengg opened a new pull request, #35345: URL: https://github.com/apache/doris/pull/35345 ## 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](m

Re: [PR] [fix](inverted index) add in list to fast execute logic after hit index [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35344: URL: https://github.com/apache/doris/pull/35344#issuecomment-2128787782 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](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35345: URL: https://github.com/apache/doris/pull/35345#issuecomment-2128787810 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](httpapi) restore compaction/run_status api can show be's overall compaction status and refactor code [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35281: URL: https://github.com/apache/doris/pull/35281#issuecomment-2128788465 TeamCity be ut coverage result: Function Coverage: 37.78% (8076/21379) Line Coverage: 29.43% (65930/224026) Region Coverage: 28.92% (33978/117494) Branch Coverage: 24.7

[PR] [opt](inverted index) performance optimization for need_read_data in … [doris]

2024-05-24 Thread via GitHub
zzzxl1993 opened a new pull request, #35346: URL: https://github.com/apache/doris/pull/35346 …the compound process ## Proposed changes 1. performance is relatively low when there are too many query conditions ## Further comments If this is a relatively larg

Re: [PR] [opt](inverted index) performance optimization for need_read_data in … [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35346: URL: https://github.com/apache/doris/pull/35346#issuecomment-2128788593 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [opt](inverted index) performance optimization for need_read_data in … [doris]

2024-05-24 Thread via GitHub
zzzxl1993 commented on PR #35346: URL: https://github.com/apache/doris/pull/35346#issuecomment-2128788698 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](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
jacktengg commented on PR #35345: URL: https://github.com/apache/doris/pull/35345#issuecomment-2128788961 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](nereids)the preagg state for count(*) is wrong [doris]

2024-05-24 Thread via GitHub
morrySnow merged PR #35254: URL: https://github.com/apache/doris/pull/35254 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

(doris) branch master updated (905c836b6b8 -> 31529db6a7b)

2024-05-24 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 905c836b6b8 Revert "[ui](profile) Do not do profile format in the FE (#34757)" (#35308) add 31529db6a7b [fix](

[PR] [Fix]fix_partition_column_orders_issue. [doris]

2024-05-24 Thread via GitHub
kaka11chen opened a new pull request, #35347: URL: https://github.com/apache/doris/pull/35347 ## 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] [Fix]fix_partition_column_orders_issue. [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35347: URL: https://github.com/apache/doris/pull/35347#issuecomment-2128793708 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [refactor](cancel) Cancel query ctx instead of fragments/instances [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35321: URL: https://github.com/apache/doris/pull/35321#issuecomment-2128793851 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] [refactor](cancel) Cancel query ctx instead of fragments/instances [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35321: URL: https://github.com/apache/doris/pull/35321#issuecomment-2128793938 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: [I] [Bug] [StreamLoad] writing JSON has become exceptionally slow [doris]

2024-05-24 Thread via GitHub
JNSimba commented on issue #35306: URL: https://github.com/apache/doris/issues/35306#issuecomment-2128794146 Can be upgraded to 1.6.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 above to go to the specific

Re: [PR] [Fix](nereids) fix merge aggregate setting top projection bug [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35348: URL: https://github.com/apache/doris/pull/35348#issuecomment-2128794653 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix](nereids) fix merge aggregate setting top projection bug [doris]

2024-05-24 Thread via GitHub
feiniaofeiafei commented on PR #35348: URL: https://github.com/apache/doris/pull/35348#issuecomment-2128794829 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] [fix](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35345: URL: https://github.com/apache/doris/pull/35345#issuecomment-2128797327 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](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35345: URL: https://github.com/apache/doris/pull/35345#issuecomment-2128797379 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](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35345: URL: https://github.com/apache/doris/pull/35345#issuecomment-2128797451 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](pipeline) set PipelineFragmentContext::_timeout and adjust dump_pipeline_tasks infomation display [doris]

2024-05-24 Thread via GitHub
BiteThet merged PR #35328: URL: https://github.com/apache/doris/pull/35328 -- 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 (31529db6a7b -> 5747a8c69c3)

2024-05-24 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 31529db6a7b [fix](nereids) the preagg state for count(*) is wrong (#35254) add 5747a8c69c3 [Chore](pipeline)

Re: [PR] [Chore](pipeline) set PipelineFragmentContext::_timeout and adjust dump_pipeline_tasks infomation display [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35328: URL: https://github.com/apache/doris/pull/35328#issuecomment-2128798139 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] [enhancement](regression-test) Add clickhouse case for SQL Dialect Convertor [doris]

2024-05-24 Thread via GitHub
hello-stephen commented on PR #35231: URL: https://github.com/apache/doris/pull/35231#issuecomment-2128798978 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] [opt](inverted index) performance optimization for need_read_data in … [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35346: URL: https://github.com/apache/doris/pull/35346#issuecomment-2128799014 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](chore) fix DCHECK failure of BufferWritable if failed to alloc memory [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35345: URL: https://github.com/apache/doris/pull/35345#issuecomment-2128800120 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] [case](ci) fix some cases [doris]

2024-05-24 Thread via GitHub
hello-stephen opened a new pull request, #35349: URL: https://github.com/apache/doris/pull/35349 ## 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](m

Re: [PR] [case](ci) fix some cases [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35349: URL: https://github.com/apache/doris/pull/35349#issuecomment-2128806623 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix]fix_partition_column_orders_issue. [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35347: URL: https://github.com/apache/doris/pull/35347#issuecomment-2128806608 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] [fix](Nereids) fix ShowProcedureStatusCommand sendResultSet [doris]

2024-05-24 Thread via GitHub
zy-kkk opened a new pull request, #35350: URL: https://github.com/apache/doris/pull/35350 ## Proposed changes Issue Number: close #xxx Show Command should return an empty Set even if the result is empty ## Further comments If this is a relatively large or complex c

Re: [PR] [fix](Nereids) fix ShowProcedureStatusCommand sendResultSet [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35350: URL: https://github.com/apache/doris/pull/35350#issuecomment-2128811649 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix]fix_partition_column_orders_issue. [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35347: URL: https://github.com/apache/doris/pull/35347#issuecomment-2128814837 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](Status) Refactor the scanner scheduler code make return error msg means [doris]

2024-05-24 Thread via GitHub
HappenLee commented on PR #35286: URL: https://github.com/apache/doris/pull/35286#issuecomment-2128818426 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](paimon)fix paimon cache bug [doris]

2024-05-24 Thread via GitHub
suxiaogang223 commented on PR #35309: URL: https://github.com/apache/doris/pull/35309#issuecomment-2128818468 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] [fix](Nereids) fix ShowProcedureStatusCommand sendResultSet [doris]

2024-05-24 Thread via GitHub
morningman commented on PR #35350: URL: https://github.com/apache/doris/pull/35350#issuecomment-2128819263 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] [fix](Nereids) fix ShowProcedureStatusCommand sendResultSet [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35350: URL: https://github.com/apache/doris/pull/35350#issuecomment-2128820078 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) fix ShowProcedureStatusCommand sendResultSet [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35350: URL: https://github.com/apache/doris/pull/35350#issuecomment-2128820122 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](hive)fix testcase for test_hive_write_different_path [doris]

2024-05-24 Thread via GitHub
wuwenchi commented on PR #35209: URL: https://github.com/apache/doris/pull/35209#issuecomment-2128825631 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](Status) Refactor the scanner scheduler code make return error msg means [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35286: URL: https://github.com/apache/doris/pull/35286#issuecomment-2128826412 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] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35343: URL: https://github.com/apache/doris/pull/35343#issuecomment-2128827410 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](Nereids) fix ShowProcedureStatusCommand sendResultSet [doris]

2024-05-24 Thread via GitHub
zy-kkk commented on PR #35350: URL: https://github.com/apache/doris/pull/35350#issuecomment-2128828210 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] [refactor](cancel) Cancel query ctx instead of fragments/instances [doris]

2024-05-24 Thread via GitHub
yiguolei merged PR #35321: URL: https://github.com/apache/doris/pull/35321 -- 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 (5747a8c69c3 -> 5a4aca279e4)

2024-05-24 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 5747a8c69c3 [Chore](pipeline) set PipelineFragmentContext::_timeout and adjust dump_pipeline_tasks infomation displa

Re: [PR] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
zhangstar333 commented on PR #35343: URL: https://github.com/apache/doris/pull/35343#issuecomment-2128828996 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] [Improment](executor)Add downgrade scan thread num by column num [doris]

2024-05-24 Thread via GitHub
wangbo opened a new pull request, #35351: URL: https://github.com/apache/doris/pull/35351 ## Proposed changes refer #35340 -- 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] [Improment](executor)Add downgrade scan thread num by column num [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35351: URL: https://github.com/apache/doris/pull/35351#issuecomment-2128830516 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Improment](executor)Add downgrade scan thread num by column num [doris]

2024-05-24 Thread via GitHub
wangbo commented on PR #35351: URL: https://github.com/apache/doris/pull/35351#issuecomment-2128830584 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] [improve](ub) fix some runtime error of ubsan when downcast [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35343: URL: https://github.com/apache/doris/pull/35343#issuecomment-2128833606 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] [debug](auto-partition)(move-memtable) [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35287: URL: https://github.com/apache/doris/pull/35287#issuecomment-2128834558 TPC-H: Total hot run time: 41401 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

[PR] [fix](load) fix wrong assert and cancel load error [doris]

2024-05-24 Thread via GitHub
morningman opened a new pull request, #35352: URL: https://github.com/apache/doris/pull/35352 ## 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] [fix](load) fix wrong assert and cancel load error [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35352: URL: https://github.com/apache/doris/pull/35352#issuecomment-2128836779 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](short circurt) fix return default value issue [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2128837733 TPC-H: Total hot run time: 42051 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Bug](udtf) fix udtf core dump use as normal function [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35235: URL: https://github.com/apache/doris/pull/35235#issuecomment-2128837318 TPC-H: Total hot run time: 41434 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [improve](nereids) support pushdown count when scan project without any slot ref [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35162: URL: https://github.com/apache/doris/pull/35162#issuecomment-2128838333 TPC-H: Total hot run time: 41377 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment](executor)Add downgrade scan thread num by column num [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35351: URL: https://github.com/apache/doris/pull/35351#issuecomment-2128838503 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](compression) handle exception to reuse compression context [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35338: URL: https://github.com/apache/doris/pull/35338#issuecomment-2128838772 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]fix_partition_column_orders_issue. [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35347: URL: https://github.com/apache/doris/pull/35347#issuecomment-2128841213 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] [Improment](executor)Add downgrade scan thread num by column num [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35351: URL: https://github.com/apache/doris/pull/35351#issuecomment-2128842726 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](compression) handle exception to reuse compression context [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35338: URL: https://github.com/apache/doris/pull/35338#issuecomment-2128843405 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] [debug](auto-partition)(move-memtable) [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35287: URL: https://github.com/apache/doris/pull/35287#issuecomment-2128851539 TPC-DS: Total hot run time: 168916 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [only for test] open UBSAN [doris]

2024-05-24 Thread via GitHub
Mryange commented on PR #35177: URL: https://github.com/apache/doris/pull/35177#issuecomment-2128853505 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

Re: [PR] [only for test] open UBSAN [doris]

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

Re: [PR] [Bug](udtf) fix udtf core dump use as normal function [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35235: URL: https://github.com/apache/doris/pull/35235#issuecomment-2128856734 TPC-DS: Total hot run time: 172502 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](short circurt) fix return default value issue [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2128857324 TPC-DS: Total hot run time: 172250 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment](executor)Add downgrade scan thread num by column num [doris]

2024-05-24 Thread via GitHub
yiguolei commented on code in PR #35351: URL: https://github.com/apache/doris/pull/35351#discussion_r1613040629 ## be/src/vec/exec/scan/scanner_context.cpp: ## @@ -80,6 +80,28 @@ ScannerContext::ScannerContext(RuntimeState* state, const TupleDescriptor* outpu

Re: [PR] [improve](nereids) support pushdown count when scan project without any slot ref [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35162: URL: https://github.com/apache/doris/pull/35162#issuecomment-2128858063 TPC-DS: Total hot run time: 170863 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt](inverted index) performance optimization for need_read_data in … [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35346: URL: https://github.com/apache/doris/pull/35346#issuecomment-2128858431 TPC-H: Total hot run time: 42024 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [debug](auto-partition)(move-memtable) [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35287: URL: https://github.com/apache/doris/pull/35287#issuecomment-2128862106 TeamCity be ut coverage result: Function Coverage: 35.65% (9020/25304) Line Coverage: 27.31% (74604/273215) Region Coverage: 26.53% (38607/145534) Branch Coverage: 23.4

Re: [PR] [fix](short circurt) fix return default value issue [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #34186: URL: https://github.com/apache/doris/pull/34186#issuecomment-2128862530 TeamCity be ut coverage result: Function Coverage: 35.65% (9019/25296) Line Coverage: 27.31% (74584/273085) Region Coverage: 26.54% (38599/145446) Branch Coverage: 23.4

Re: [PR] [Config](Variant) make remote schema fetch rpc timeout configurable [doris]

2024-05-24 Thread via GitHub
github-actions[bot] commented on PR #35296: URL: https://github.com/apache/doris/pull/35296#issuecomment-2128862685 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](Status) Refactor the scanner scheduler code make return error msg means [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35286: URL: https://github.com/apache/doris/pull/35286#issuecomment-2128863048 TeamCity be ut coverage result: Function Coverage: 35.65% (9018/25296) Line Coverage: 27.31% (74581/273100) Region Coverage: 26.54% (38610/145453) Branch Coverage: 23.4

Re: [PR] [improve](jdbc catalog) Remove all property checks during create [doris]

2024-05-24 Thread via GitHub
zy-kkk merged PR #35194: URL: https://github.com/apache/doris/pull/35194 -- 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 (5a4aca279e4 -> 45a0d2f9bcb)

2024-05-24 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5a4aca279e4 [refactor](cancel) Cancel query ctx instead of fragments/instances (#35321) add 45a0d2f9bcb [improve](

Re: [PR] [opt](inverted index) performance optimization for need_read_data in … [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35346: URL: https://github.com/apache/doris/pull/35346#issuecomment-2128863865 TeamCity be ut coverage result: Function Coverage: 35.64% (9017/25297) Line Coverage: 27.30% (74564/273090) Region Coverage: 26.54% (38599/145444) Branch Coverage: 23.4

Re: [PR] [debug](auto-partition)(move-memtable) [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35287: URL: https://github.com/apache/doris/pull/35287#issuecomment-2128865024 ClickBench: Total hot run time: 31.17 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [improve](jdbc catalog) Remove all property checks during create [doris]

2024-05-24 Thread via GitHub
zy-kkk opened a new pull request, #35353: URL: https://github.com/apache/doris/pull/35353 ## Proposed changes Issue Number: close #xxx pick #35194 Previously, in order to prevent users from writing wrong parameters when creating a jdbc catalog, we checked all properties.

Re: [PR] [improve](jdbc catalog) Remove all property checks during create [doris]

2024-05-24 Thread via GitHub
doris-robot commented on PR #35353: URL: https://github.com/apache/doris/pull/35353#issuecomment-2128870155 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

  1   2   3   4   5   6   7   >