[PR] [feature](executor)Show query queue info [doris]

2023-10-29 Thread via GitHub
wangbo opened a new pull request, #26100: URL: https://github.com/apache/doris/pull/26100 ## Proposed changes ``` mysql [(none)]>select * from workload_groups() where item in ('running_query_num','waiting_query_num'); ++---+---+---+ | I

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
BePPPower commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784586597 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

[I] [Bug] broker load failed,looks like data is truncated . [doris]

2023-10-29 Thread via GitHub
xuwei0912 opened a new issue, #26099: URL: https://github.com/apache/doris/issues/26099 ### 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.2 ### What'

Re: [PR] [fix](Export) fix timeout property not work for export job [doris]

2023-10-29 Thread via GitHub
BePPPower commented on PR #26032: URL: https://github.com/apache/doris/pull/26032#issuecomment-1784583394 run feut, external -- 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] [opt](nereids) use rowcount to compute runtime filter size if ndv is not available [doris]

2023-10-29 Thread via GitHub
englefly commented on PR #26022: URL: https://github.com/apache/doris/pull/26022#issuecomment-1784583146 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](meta) update killed query state [doris]

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

Re: [PR] [enhancement-wip](schema-change) make agent batch tasks cancelable in BE [doris]

2023-10-29 Thread via GitHub
TangSiyang2001 closed pull request #18691: [enhancement-wip](schema-change) make agent batch tasks cancelable in BE URL: https://github.com/apache/doris/pull/18691 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784578476 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](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on code in PR #26078: URL: https://github.com/apache/doris/pull/26078#discussion_r1375738080 ## be/src/pipeline/pipeline_x/dependency.cpp: ## @@ -326,4 +330,107 @@ return Status::OK(); } +bool RuntimeFilterTimer::has_ready() { +std::uniq

Re: [PR] [feature](nereids) Support group commit insert [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26075: URL: https://github.com/apache/doris/pull/26075#issuecomment-1784570864 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.04 seconds stream load tsv: 550 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](compile) BE compile fix on macos [doris]

2023-10-29 Thread via GitHub
englefly commented on PR #25724: URL: https://github.com/apache/doris/pull/25724#issuecomment-1784570652 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] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
JackDrogon commented on code in PR #26013: URL: https://github.com/apache/doris/pull/26013#discussion_r1375726261 ## be/src/util/doris_metrics.cpp: ## @@ -341,59 +341,51 @@ void DorisMetrics::_update() { } // get num of thread of doris_be process -// from /proc/pid/task +//

Re: [PR] [test](Nereids) check memo plan of q64 [doris]

2023-10-29 Thread via GitHub
XieJiann commented on PR #26012: URL: https://github.com/apache/doris/pull/26012#issuecomment-1784568060 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](pipelineX) Use dependency instead of block queue in the runtime filter [doris]

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

(doris) branch master updated (0d956e90cf9 -> 3a954cd1aa9)

2023-10-29 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0d956e90cf9 [Performance](Nereids): optimize GroupExpressionMatching (#26084) add 3a954cd1aa9 [fix](function)retu

Re: [PR] [fix](function)return NULL rather than 'null' if path not found [doris]

2023-10-29 Thread via GitHub
xy720 merged PR #25880: URL: https://github.com/apache/doris/pull/25880 -- 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.apache

Re: [PR] [chore](style) Refactor is_acting_on_a_slot [doris]

2023-10-29 Thread via GitHub
JackDrogon commented on PR #25950: URL: https://github.com/apache/doris/pull/25950#issuecomment-1784555306 Merge in https://github.com/apache/doris/pull/25953 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [chore](style) Refactor is_acting_on_a_slot [doris]

2023-10-29 Thread via GitHub
JackDrogon closed pull request #25950: [chore](style) Refactor is_acting_on_a_slot URL: https://github.com/apache/doris/pull/25950 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] [Feature](update) Support `update on current_timestamp` [doris]

2023-10-29 Thread via GitHub
bobhan1 commented on PR #25884: URL: https://github.com/apache/doris/pull/25884#issuecomment-1784554879 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

[I] [Bug] [doris]

2023-10-29 Thread via GitHub
Larborator opened a new issue, #26098: URL: https://github.com/apache/doris/issues/26098 ### 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.2 ### What

Re: [PR] [cases](regression-test) Add backup & restore with multi tables test [doris]

2023-10-29 Thread via GitHub
w41ter commented on PR #26040: URL: https://github.com/apache/doris/pull/26040#issuecomment-1784547270 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] [fix](meta) update killed query state [doris]

2023-10-29 Thread via GitHub
Nitin-Kashyap commented on PR #25917: URL: https://github.com/apache/doris/pull/25917#issuecomment-1784544950 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

(doris) branch branch-2.0-var updated: [Fix](variant) fix groupby multi variant columns leading to error (#26023)

2023-10-29 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.0-var in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0-var by this push: new 35b9cd5a422 [Fix](variant) fix

Re: [PR] [Fix](variant) fix groupby multi variant columns leading to error [doris]

2023-10-29 Thread via GitHub
eldenmoon merged PR #26023: URL: https://github.com/apache/doris/pull/26023 -- 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

Re: [PR] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26080: URL: https://github.com/apache/doris/pull/26080#issuecomment-1784539225 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] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26080: URL: https://github.com/apache/doris/pull/26080#issuecomment-1784539192 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 (eb2cbae6e3b -> 0d956e90cf9)

2023-10-29 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from eb2cbae6e3b [Fix](MySqlLoad) Fix meaningless thread creation every time checkpoint mysql load (#26031) add 0d956

Re: [PR] [Performance](Nereids): optimize GroupExpressionMatching [doris]

2023-10-29 Thread via GitHub
jackwener merged PR #26084: URL: https://github.com/apache/doris/pull/26084 -- 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

Re: [PR] [regression](s3load) Add regression testing and modify description text for s3load [doris]

2023-10-29 Thread via GitHub
Zhiyu-h commented on PR #25947: URL: https://github.com/apache/doris/pull/25947#issuecomment-1784534641 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] [feature](nereids) Support group commit insert [doris]

2023-10-29 Thread via GitHub
dataroaring commented on PR #26075: URL: https://github.com/apache/doris/pull/26075#issuecomment-1784531453 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

(doris) branch master updated: [Fix](MySqlLoad) Fix meaningless thread creation every time checkpoint mysql load (#26031)

2023-10-29 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 eb2cbae6e3b [Fix](MySqlLoad) Fix meaningless

Re: [PR] [Fix](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

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

[I] Doris单机版查询特别慢 [doris]

2023-10-29 Thread via GitHub
glow-worm opened a new issue, #26097: URL: https://github.com/apache/doris/issues/26097 ### 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 刚搭建的单机版Doris,4万多条数

Re: [PR] [Fix](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784528009 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](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784528040 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] [coverage](test) improve test coverage [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26096: URL: https://github.com/apache/doris/pull/26096#issuecomment-1784524950 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] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784522267 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](planner)add IP type to compatibilityMatrix [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26095: URL: https://github.com/apache/doris/pull/26095#issuecomment-1784519098 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.27 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes,

Re: [PR] [coverage](test) improve test coverage [doris]

2023-10-29 Thread via GitHub
Gabriel39 commented on PR #26096: URL: https://github.com/apache/doris/pull/26096#issuecomment-1784518905 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] [coverage](test) improve test coverage [doris]

2023-10-29 Thread via GitHub
Gabriel39 opened a new pull request, #26096: URL: https://github.com/apache/doris/pull/26096 ## 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] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784507802 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](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784504099 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.47 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
kaka11chen commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784500380 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](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784491855 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.25 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](planner)add IP type to compatibilityMatrix [doris]

2023-10-29 Thread via GitHub
starocean999 commented on PR #26095: URL: https://github.com/apache/doris/pull/26095#issuecomment-1784489257 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] [fix](planner)add IP type to compatibilityMatrix [doris]

2023-10-29 Thread via GitHub
starocean999 opened a new pull request, #26095: URL: https://github.com/apache/doris/pull/26095 ## 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] [fix](function)return NULL rather than 'null' if path not found [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25880: URL: https://github.com/apache/doris/pull/25880#issuecomment-1784483741 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](function)return NULL rather than 'null' if path not found [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #25880: URL: https://github.com/apache/doris/pull/25880#issuecomment-1784483700 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](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
kaka11chen commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784482944 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](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1784477385 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.99 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes,

(doris) branch master updated: [test](jdbc) fix unstable group_concat distinct case (#26076)

2023-10-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 bddb6b6ddc1 [test](jdbc) fix unstable group_c

Re: [PR] [test](jdbc) fix unstable group_concat distinct case [doris]

2023-10-29 Thread via GitHub
morningman merged PR #26076: URL: https://github.com/apache/doris/pull/26076 -- 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: [PR] [Fix](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
CalvinKirs commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784471516 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] [compatibility](stats) Read table stats in JournalEntity [doris]

2023-10-29 Thread via GitHub
morningman commented on code in PR #26070: URL: https://github.com/apache/doris/pull/26070#discussion_r1375664116 ## fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java: ## @@ -844,6 +846,21 @@ public void readFields(DataInput in) throws IOException {

Re: [PR] [Fix](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
CalvinKirs commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784466768 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] [Performance](Nereids): optimize GroupExpressionMatching [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26084: URL: https://github.com/apache/doris/pull/26084#issuecomment-1784464990 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] [Performance](Nereids): optimize GroupExpressionMatching [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26084: URL: https://github.com/apache/doris/pull/26084#issuecomment-1784464962 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](MySqlLoad)Fixed the MySqlLoad will create a new thread every time checkpoint is made [doris]

2023-10-29 Thread via GitHub
CalvinKirs commented on PR #26031: URL: https://github.com/apache/doris/pull/26031#issuecomment-1784459187 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] [case](rm) rm be/test/io/fs/s3_file_writer_test.cpp, plan to re-add i… [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26092: URL: https://github.com/apache/doris/pull/26092#issuecomment-1784455210 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.83 seconds stream load tsv: 557 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](Cooldown) Quit cooldown task when remote fs attached to policy id is not found [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26091: URL: https://github.com/apache/doris/pull/26091#issuecomment-1784455113 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.44 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](load) opt row_distribution performance in load (part II) [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25979: URL: https://github.com/apache/doris/pull/25979#issuecomment-1784455035 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.21 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](nereids) Support where, group by, having, order by clause without from clause in query statement [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25852: URL: https://github.com/apache/doris/pull/25852#issuecomment-1784454941 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.1 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes, a

Re: [PR] [Fix](from_unixtime) Keep consistent with MySQL & bug fix [doris]

2023-10-29 Thread via GitHub
zhiqiang- commented on PR #25966: URL: https://github.com/apache/doris/pull/25966#issuecomment-1784451713 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

(doris-website) branch master updated: add blog xiaoe-tech (#332)

2023-10-29 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new b44ce6d2135 add blog xiaoe-tech (#332)

Re: [PR] add blog xiaoe-tech [doris-website]

2023-10-29 Thread via GitHub
luzhijing merged PR #332: URL: https://github.com/apache/doris-website/pull/332 -- 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

[PR] add blog xiaoe-tech [doris-website]

2023-10-29 Thread via GitHub
httpshirley opened a new pull request, #332: URL: https://github.com/apache/doris-website/pull/332 (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 unsubscri

Re: [PR] [fix](Cooldown) Quit cooldown task when remote fs attached to policy id is not found [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26091: URL: https://github.com/apache/doris/pull/26091#issuecomment-1784445764 TeamCity be ut coverage result: Function Coverage: 37.38% (8474/22669) Line Coverage: 29.67% (68516/230951) Region Coverage: 28.23% (35574/126003) Branch Coverage: 25.1

Re: [PR] [case](rm) rm be/test/io/fs/s3_file_writer_test.cpp, plan to re-add i… [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26092: URL: https://github.com/apache/doris/pull/26092#issuecomment-1784446339 TeamCity be ut coverage result: Function Coverage: 37.09% (8407/22669) Line Coverage: 29.43% (67964/230945) Region Coverage: 28.02% (35309/126001) Branch Coverage: 24.9

Re: [PR] [case](rm) rm be/test/io/fs/s3_file_writer_test.cpp, plan to re-add i… [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26092: URL: https://github.com/apache/doris/pull/26092#issuecomment-1784431217 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](Cooldown) Quit cooldown task when remote fs attached to policy id is not found [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26091: URL: https://github.com/apache/doris/pull/26091#issuecomment-1784430936 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] [Enhancement](planner) enbale read data opt on origin planner [doris]

2023-10-29 Thread via GitHub
eldenmoon commented on PR #26093: URL: https://github.com/apache/doris/pull/26093#issuecomment-1784430672 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

[I] [Feature] [Doris][Schema Change] Return job-id when submit alter table statement. [doris]

2023-10-29 Thread via GitHub
hk-lrzy opened a new issue, #26094: URL: https://github.com/apache/doris/issues/26094 ### 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 No we want to enhanc

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784429195 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.64 seconds stream load tsv: 559 seconds loaded 74807831229 Bytes,

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784429391 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](Export) fix timeout property not work for export job [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26032: URL: https://github.com/apache/doris/pull/26032#issuecomment-1784428887 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.46 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

[PR] [Enhancement](planner) enbale read data opt on origin planner [doris]

2023-10-29 Thread via GitHub
airborne12 opened a new pull request, #26093: URL: https://github.com/apache/doris/pull/26093 ## 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] [case](rm) rm be/test/io/fs/s3_file_writer_test.cpp, plan to re-add i… [doris]

2023-10-29 Thread via GitHub
hello-stephen commented on PR #26092: URL: https://github.com/apache/doris/pull/26092#issuecomment-1784428164 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] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784427173 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](rm) rm be/test/io/fs/s3_file_writer_test.cpp, plan to re-add i… [doris]

2023-10-29 Thread via GitHub
hello-stephen opened a new pull request, #26092: URL: https://github.com/apache/doris/pull/26092 …t after it ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@

Re: [PR] [improvement](nereids) Support where, group by, having, order by clause without from clause in query statement [doris]

2023-10-29 Thread via GitHub
seawinde commented on PR #25852: URL: https://github.com/apache/doris/pull/25852#issuecomment-1784426182 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](Cooldown) Quit cooldown task when remote fs attached to policy id is not found [doris]

2023-10-29 Thread via GitHub
ByteYue commented on PR #26091: URL: https://github.com/apache/doris/pull/26091#issuecomment-1784425069 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

[PR] [fix](Cooldown) Quit cooldown task when remote fs attached to policy id is not found [doris]

2023-10-29 Thread via GitHub
ByteYue opened a new pull request, #26091: URL: https://github.com/apache/doris/pull/26091 ## Proposed changes Issue Number: close #xxx If the user has dropped the storage policy, the corresponding cooldown task should correctly quit the following procedure instead of limitless ret

Re: [PR] [fix](function)return NULL rather than 'null' if path not found [doris]

2023-10-29 Thread via GitHub
Yulei-Yang commented on PR #25880: URL: https://github.com/apache/doris/pull/25880#issuecomment-1784422880 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] [opt](load) opt row_distribution performance in load (part II) [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25979: URL: https://github.com/apache/doris/pull/25979#issuecomment-1784421088 TeamCity be ut coverage result: Function Coverage: 37.38% (8474/22669) Line Coverage: 29.67% (68529/230959) Region Coverage: 28.25% (35593/126005) Branch Coverage: 25.1

Re: [PR] [fix](nereids)only push down subquery in non-window agg functions [doris]

2023-10-29 Thread via GitHub
starocean999 merged PR #26034: URL: https://github.com/apache/doris/pull/26034 -- 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: [fix](nereids)only push down subquery in non-window agg functions (#26034)

2023-10-29 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 00c30f075ff [fix](nereids)only push down su

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
JackDrogon commented on code in PR #26013: URL: https://github.com/apache/doris/pull/26013#discussion_r1375632247 ## be/src/util/doris_metrics.cpp: ## @@ -341,59 +341,55 @@ void DorisMetrics::_update() { } // get num of thread of doris_be process -// from /proc/pid/task +//

Re: [PR] [branch-2.0][fix](outfile) Fix parquet writer wrong result issue [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26027: URL: https://github.com/apache/doris/pull/26027#issuecomment-1784415675 TeamCity be ut coverage result: Function Coverage: 38.24% (7930/20738) Line Coverage: 30.04% (64101/213381) Region Coverage: 29.26% (33210/113504) Branch Coverage: 25.0

Re: [PR] Join rewrite [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on code in PR #26089: URL: https://github.com/apache/doris/pull/26089#discussion_r1375628496 ## be/src/vec/columns/column_struct.cpp: ## @@ -233,6 +233,15 @@ void ColumnStruct::insert_indices_from(const IColumn& src, const int* indices_be } }

[I] [Feature] support group commit in stream load 2PC [doris]

2023-10-29 Thread via GitHub
DarvenDuan opened a new issue, #26090: URL: https://github.com/apache/doris/issues/26090 ### 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 In some cases, su

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
kaka11chen commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784414275 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] [test](Nereids) check memo plan of q64 [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #26012: URL: https://github.com/apache/doris/pull/26012#issuecomment-1784411920 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.2 seconds stream load tsv: 571 seconds loaded 74807831229 Bytes, a

Re: [PR] [Enhancement](metrics) Avoid update_process_fd_num reporting no such file error indiscriminately. [doris]

2023-10-29 Thread via GitHub
github-actions[bot] commented on PR #26013: URL: https://github.com/apache/doris/pull/26013#issuecomment-1784411786 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

(doris) branch master updated (4d3dbf1b3b0 -> f6a2faf967f)

2023-10-29 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 4d3dbf1b3b0 [fix](function) fix EXPLODE_JSON_ARRAY_STRING function (#25519) add f6a2faf967f [fix](partial u

Re: [PR] [fix](partial update) fix a ASAN core, caused by release SegmentCacheHandle too early [doris]

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

Re: [PR] [enhancement](regression) fault injection for segcompaction test [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25709: URL: https://github.com/apache/doris/pull/25709#issuecomment-1784410157 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.18 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes,

Re: [PR] [enhancement](regression) fault injection for segcompaction test [doris]

2023-10-29 Thread via GitHub
doris-robot commented on PR #25709: URL: https://github.com/apache/doris/pull/25709#issuecomment-1784407859 TeamCity be ut coverage result: Function Coverage: 37.39% (8476/22670) Line Coverage: 29.68% (68544/230969) Region Coverage: 28.25% (35602/126018) Branch Coverage: 25.1

Re: [PR] [Improvement](inverted index) delay inverted index col read to reduce IO [doris]

2023-10-29 Thread via GitHub
xiaokang commented on code in PR #26080: URL: https://github.com/apache/doris/pull/26080#discussion_r1375623431 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -1040,6 +1043,55 @@ Status SegmentIterator::_apply_inverted_index() { } } } + +

[PR] Join rewrite [doris]

2023-10-29 Thread via GitHub
HappenLee opened a new pull request, #26089: URL: https://github.com/apache/doris/pull/26089 ## 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] [typo](doc)Modify error parameter settings in tpch-doc [doris]

2023-10-29 Thread via GitHub
ixzc commented on PR #26088: URL: https://github.com/apache/doris/pull/26088#issuecomment-1784407398 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 unsubsc

  1   2   3   >