Re: [PR] [fix](Nereids) simplify decimal comparison wrong when cast to smaller scale (#41151) [doris]

2024-10-30 Thread via GitHub
morrySnow commented on PR #42871: URL: https://github.com/apache/doris/pull/42871#issuecomment-2446000317 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] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42895: URL: https://github.com/apache/doris/pull/42895#issuecomment-2446391144 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.0) [doris]

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

(doris) branch master updated: [feature](function)support url domain functions (#42488)

2024-10-30 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 8843efc1a3d [feature](function)support url

[PR] [fix] do not test "set global sessionVar" on multi-fe cluster [doris]

2024-10-30 Thread via GitHub
englefly opened a new pull request, #42922: URL: https://github.com/apache/doris/pull/42922 ## Proposed changes fix unstable rt case: test_statistic_global_variable Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [fix] do not test "set global sessionVar" on multi-fe cluster [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42922: URL: https://github.com/apache/doris/pull/42922#issuecomment-2446439436 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] [feature](function)support url domain functions [doris]

2024-10-30 Thread via GitHub
zhangstar333 merged PR #42488: URL: https://github.com/apache/doris/pull/42488 -- 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] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42921: URL: https://github.com/apache/doris/pull/42921#issuecomment-2446445296 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](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42921: URL: https://github.com/apache/doris/pull/42921#issuecomment-2446445138 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

[PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
Jibing-Li opened a new pull request, #42921: URL: https://github.com/apache/doris/pull/42921 Add log for estimating hive table row count logic to help investigate user issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [refactor](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42909: URL: https://github.com/apache/doris/pull/42909#issuecomment-2446413465 TeamCity be ut coverage result: Function Coverage: 37.92% (9846/25962) Line Coverage: 29.17% (81973/281040) Region Coverage: 28.53% (42286/148207) Branch Coverage: 25.0

Re: [PR] [fix] do not test "set global sessionVar" on multi-fe cluster [doris]

2024-10-30 Thread via GitHub
englefly commented on PR #42922: URL: https://github.com/apache/doris/pull/42922#issuecomment-2446440214 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](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446415603 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
morrySnow commented on code in PR #42921: URL: https://github.com/apache/doris/pull/42921#discussion_r1822285071 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSExternalTable.java: ## @@ -525,7 +525,7 @@ public long fetchRowCount() { long rowCount = getR

Re: [PR] [feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.0) [doris]

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

Re: [PR] [Improment]add internal workload group [doris]

2024-10-30 Thread via GitHub
wangbo commented on PR #42006: URL: https://github.com/apache/doris/pull/42006#issuecomment-2446381050 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] [opt](merge-on-write) optimize delete bitmap contains cost while lookup rowkey [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42919: URL: https://github.com/apache/doris/pull/42919#issuecomment-2446382088 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] [chore](profile) add task state in profile [doris]

2024-10-30 Thread via GitHub
yiguolei commented on code in PR #42895: URL: https://github.com/apache/doris/pull/42895#discussion_r188362 ## be/src/pipeline/exec/scan_operator.cpp: ## @@ -1284,6 +1284,7 @@ Status ScanOperatorX::get_block(RuntimeState* state, vectorized: if (*eos) { // reac

Re: [I] [Enhancement] (nereids)implement RecoverCommand in nereids [doris]

2024-10-30 Thread via GitHub
starocean999 commented on issue #42550: URL: https://github.com/apache/doris/issues/42550#issuecomment-2446431555 @Vallishp Thanks, you need replay to the all 3 issues, then I can assign them to you one by one -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [improvement](jdbc catalog) Optimize JDBC driver property settings [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42923: URL: https://github.com/apache/doris/pull/42923#issuecomment-2446462404 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: [I] [Enhancement] (nereids)implement RecoverDatabaseCommand in nereids [doris]

2024-10-30 Thread via GitHub
Vallishp commented on issue #42544: URL: https://github.com/apache/doris/issues/42544#issuecomment-2446466436 @starocean999 pls assign to me -- 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 sp

[PR] [improvement](jdbc catalog) Optimize JDBC driver property settings [doris]

2024-10-30 Thread via GitHub
zy-kkk opened a new pull request, #42923: URL: https://github.com/apache/doris/pull/42923 Abstract JDBC Driver property settings into methods for easier management -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [feat](nereids)disable join reorder if column stats is invalid (#41790) (branch-3.0) [doris]

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

Re: [PR] [improvement](jdbc catalog) Optimize JDBC driver property settings [doris]

2024-10-30 Thread via GitHub
zy-kkk commented on PR #42923: URL: https://github.com/apache/doris/pull/42923#issuecomment-2446462534 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](heartbeat) fix heartbeat editlog no persist hbTime [doris]

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

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42921: URL: https://github.com/apache/doris/pull/42921#issuecomment-2446411215 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] [feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.0) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42913: URL: https://github.com/apache/doris/pull/42913#issuecomment-2446467389 ClickBench: Total hot run time: 30.44 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42921: URL: https://github.com/apache/doris/pull/42921#issuecomment-2446414466 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] [cherry-pick](branch-21) cherry-pick pr about (#42488) (#42099) (#42055) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42916: URL: https://github.com/apache/doris/pull/42916#issuecomment-2446468342 TeamCity be ut coverage result: Function Coverage: 35.97% (9369/26045) Line Coverage: 27.55% (76988/279461) Region Coverage: 26.33% (39521/150078) Branch Coverage: 23.1

Re: [PR] [Enhancement](MS) Add fix tablet data size api for meta service [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #41782: URL: https://github.com/apache/doris/pull/41782#issuecomment-2446098998 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](rowset meta) Fix rowset meta size relation [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #41022: URL: https://github.com/apache/doris/pull/41022#issuecomment-2446471156 TeamCity be ut coverage result: Function Coverage: 37.94% (9849/25957) Line Coverage: 29.18% (81974/280897) Region Coverage: 28.54% (42284/148138) Branch Coverage: 25.0

Re: [PR] [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei commented on PR #42905: URL: https://github.com/apache/doris/pull/42905#issuecomment-2446172792 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] [refactor](scanner) Delete unused metrics and refactor scan operators [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42857: URL: https://github.com/apache/doris/pull/42857#issuecomment-2446177622 ClickBench: Total hot run time: 32.47 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) Add more log for backend and disable cloud cluster status [doris]

2024-10-30 Thread via GitHub
gavinchou merged PR #42442: URL: https://github.com/apache/doris/pull/42442 -- 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] [fix](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446180656 TeamCity be ut coverage result: Function Coverage: 37.94% (9846/25952) Line Coverage: 29.22% (81995/280645) Region Coverage: 28.56% (42284/148055) Branch Coverage: 25.0

Re: [PR] [fix](rowset meta) Fix rowset meta size relation [doris]

2024-10-30 Thread via GitHub
Yukang-Lian commented on PR #41022: URL: https://github.com/apache/doris/pull/41022#issuecomment-2446177472 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] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
yagagagaga commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446185421 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](rowset meta) Fix rowset meta size relation [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #41022: URL: https://github.com/apache/doris/pull/41022#issuecomment-2446181220 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
yagagagaga commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446194102 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

(doris) branch master updated: [fix](regression) fix txn_insert (#42885)

2024-10-30 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 5791f092298 [fix](regression) fix txn_insert

Re: [PR] [fix](regression) fix txn_insert [doris]

2024-10-30 Thread via GitHub
dataroaring merged PR #42885: URL: https://github.com/apache/doris/pull/42885 -- 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](cloud) support BE http action: list_cache and clear [doris]

2024-10-30 Thread via GitHub
gavinchou commented on PR #41037: URL: https://github.com/apache/doris/pull/41037#issuecomment-2446109763 list what has been cleared, a file list with size -- 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

Re: [PR] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446171785 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](agg) Refactor agg-related metrics [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42898: URL: https://github.com/apache/doris/pull/42898#issuecomment-2446205468 TeamCity be ut coverage result: Function Coverage: 37.95% (9845/25945) Line Coverage: 29.21% (81951/280591) Region Coverage: 28.56% (42273/148020) Branch Coverage: 25.0

Re: [PR] [fix](rowset meta) Fix rowset meta size relation [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #41022: URL: https://github.com/apache/doris/pull/41022#issuecomment-2446194059 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](hive)fix hive catalog miss partition that have special characters. [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42906: URL: https://github.com/apache/doris/pull/42906#issuecomment-2446209559 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](be) Fix creating hdfs connection coredump within bthread [doris]

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

Re: [PR] [env](compile)open compile check in data type serde files [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42888: URL: https://github.com/apache/doris/pull/42888#discussion_r1822069374 ## be/src/util/jsonb_writer.h: ## @@ -415,11 +414,11 @@ class JsonbWriterT { if (!stack_.empty() && stack_.top().state == WS_Object && kvState_ ==

Re: [PR] [feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.1) [doris]

2024-10-30 Thread via GitHub
englefly commented on PR #42902: URL: https://github.com/apache/doris/pull/42902#issuecomment-2446136931 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] [fi](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers [doris]

2024-10-30 Thread via GitHub
924060929 commented on code in PR #42897: URL: https://github.com/apache/doris/pull/42897#discussion_r1822038414 ## regression-test/suites/nereids_syntax_p0/slow_fold_constant_case_when.groovy: ## @@ -0,0 +1,824 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

Re: [PR] [refactor](scanner) Delete unused metrics and refactor scan operators [doris]

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

[PR] [feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.1) [doris]

2024-10-30 Thread via GitHub
englefly opened a new pull request, #42902: URL: https://github.com/apache/doris/pull/42902 ## Proposed changes pick #41790 Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] [env](compile)open compile check in data type serde files [doris]

2024-10-30 Thread via GitHub
zhangstar333 commented on PR #42888: URL: https://github.com/apache/doris/pull/42888#issuecomment-2446133899 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] [env](compile)open compile check in data type serde files [doris]

2024-10-30 Thread via GitHub
zhangstar333 commented on code in PR #42888: URL: https://github.com/apache/doris/pull/42888#discussion_r1822082887 ## be/src/vec/data_types/serde/data_type_bitmap_serde.cpp: ## @@ -52,17 +53,17 @@ Status DataTypeBitMapSerDe::deserialize_one_cell_from_json(IColumn& column, Slic

Re: [PR] [env](compile)open compile check in data type serde files [doris]

2024-10-30 Thread via GitHub
zhangstar333 commented on code in PR #42888: URL: https://github.com/apache/doris/pull/42888#discussion_r1822083654 ## be/src/vec/data_types/serde/data_type_datetimev2_serde.cpp: ## @@ -162,7 +166,7 @@ void DataTypeDateTimeV2SerDe::read_column_from_arrow(IColumn& column,

Re: [PR] [Enhancement](log) Make query relative BE log more reasonable [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42900: URL: https://github.com/apache/doris/pull/42900#issuecomment-2446154767 TeamCity be ut coverage result: Function Coverage: 37.95% (9847/25949) Line Coverage: 29.22% (82000/280631) Region Coverage: 28.56% (42293/148083) Branch Coverage: 25.0

Re: [PR] [env](compile)open compile check in data type serde files [doris]

2024-10-30 Thread via GitHub
zhangstar333 commented on code in PR #42888: URL: https://github.com/apache/doris/pull/42888#discussion_r1822084453 ## be/src/vec/data_types/serde/data_type_array_serde.cpp: ## @@ -220,19 +221,19 @@ Status DataTypeArraySerDe::serialize_one_cell_to_hive_text( void DataTypeArr

Re: [PR] [refactor](scanner) Delete unused metrics and refactor scan operators [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42857: URL: https://github.com/apache/doris/pull/42857#issuecomment-2446155928 TeamCity be ut coverage result: Function Coverage: 37.96% (9847/25940) Line Coverage: 29.22% (81969/280563) Region Coverage: 28.57% (42293/148029) Branch Coverage: 25.0

Re: [PR] [fi](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers [doris]

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

[PR] branch-3.0: [fix](cloud) Add more log for backend and disable cloud cluster status [doris]

2024-10-30 Thread via GitHub
github-actions[bot] opened a new pull request, #42901: URL: https://github.com/apache/doris/pull/42901 PR Body: api request from non-master ## Proposed changes Issue Number: close #xxx Cherry-picked from #42442 -- This is an automated message from the Apa

Re: [PR] branch-3.0: [fix](cloud) Add more log for backend and disable cloud cluster status [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42901: URL: https://github.com/apache/doris/pull/42901#issuecomment-2446082939 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 comme

Re: [PR] [feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.1) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42902: URL: https://github.com/apache/doris/pull/42902#issuecomment-2446136618 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

[PR] [fix](cloud) Fix incorrect DCHECK in txn lazy commit `convert_tmp_rowset` [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #42903: URL: https://github.com/apache/doris/pull/42903 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [fix](cloud) Fix incorrect DCHECK in txn lazy commit `convert_tmp_rowset` [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42903: URL: https://github.com/apache/doris/pull/42903#issuecomment-2446161769 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](cloud) Fix incorrect DCHECK in txn lazy commit `convert_tmp_rowset` [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei commented on PR #42903: URL: https://github.com/apache/doris/pull/42903#issuecomment-2446162241 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] [test](doc) add job-scheduler example in doris's doc to regression test [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42904: URL: https://github.com/apache/doris/pull/42904#issuecomment-2446166817 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](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446122649 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](cloud) Fix incorrect DCHECK in txn lazy commit `convert_tmp_rowset` [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42903: URL: https://github.com/apache/doris/pull/42903#issuecomment-2446169443 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [test](move memtable) fix move memtable injection case fail (#42639) [doris]

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

[PR] [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #42905: URL: https://github.com/apache/doris/pull/42905 * when recycler and ms convert tmp rowsets at the same times, and finish convert task with different partitions severally, may cause tablet_id variable is zero ## Proposed changes

Re: [PR] [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42905: URL: https://github.com/apache/doris/pull/42905#issuecomment-2446172132 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) simplify decimal comparison wrong when cast to smaller scale (#41151) [doris]

2024-10-30 Thread via GitHub
morrySnow commented on PR #42871: URL: https://github.com/apache/doris/pull/42871#issuecomment-2446171185 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

Re: [PR] Mv user workload group [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42924: URL: https://github.com/apache/doris/pull/42924#issuecomment-2446492297 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](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42909: URL: https://github.com/apache/doris/pull/42909#issuecomment-2446614220 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](metrics) Refactor metrics for some operators [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42909: URL: https://github.com/apache/doris/pull/42909#issuecomment-2446614346 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](ddl) support force_enable_feature_binlog #41796 [doris]

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

Re: [PR] [fix](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers (#42897) [doris]

2024-10-30 Thread via GitHub
924060929 commented on PR #42910: URL: https://github.com/apache/doris/pull/42910#issuecomment-2446619386 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] Should block memtable only when buffer limit reached [doris]

2024-10-30 Thread via GitHub
yiguolei opened a new pull request, #42927: URL: https://github.com/apache/doris/pull/42927 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[PR] [Chinese] Update inverted-index.md [doris-website]

2024-10-30 Thread via GitHub
intelligentfu8 opened a new pull request, #1246: URL: https://github.com/apache/doris-website/pull/1246 drop index response delete index not construct index # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English

Re: [PR] Should block memtable only when buffer limit reached [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42927: URL: https://github.com/apache/doris/pull/42927#issuecomment-2446641362 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](hive)fix hive catalog miss partition that have special characters. [doris]

2024-10-30 Thread via GitHub
hubgeter commented on PR #42906: URL: https://github.com/apache/doris/pull/42906#issuecomment-2446644955 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](array) fix add_array_null_value for inverted index_builder [doris]

2024-10-30 Thread via GitHub
yiguolei merged PR #42899: URL: https://github.com/apache/doris/pull/42899 -- 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] Should block memtable only when buffer limit reached [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on PR #42927: URL: https://github.com/apache/doris/pull/42927#issuecomment-2446660860 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](be) Fix creating hdfs connection coredump within bthread [doris]

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

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42921: URL: https://github.com/apache/doris/pull/42921#issuecomment-2446717338 run performance -- 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] [chore](ddl) support force_enable_feature_binlog #41796 [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42925: URL: https://github.com/apache/doris/pull/42925#issuecomment-2446715600 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit a669ac1c14fe8705609891bd2de976bf3ff1ff16 with default session variables Stream

Re: [PR] [fix](cloud) Fix tablet_id is zero when txn lazy commit (#42043) [doris]

2024-10-30 Thread via GitHub
SWJTU-ZhangLei commented on PR #42905: URL: https://github.com/apache/doris/pull/42905#issuecomment-2446172615 pick #42043 -- 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.

(doris) branch master updated: [test](doc) add table design example in doris's doc to regression test (#42444)

2024-10-30 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou 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 051128f172a [test](doc) add table design examp

Re: [PR] [Refactor](pipeline) Remove some unused code in pipeline query engine [doris]

2024-10-30 Thread via GitHub
github-actions[bot] commented on code in PR #42929: URL: https://github.com/apache/doris/pull/42929#discussion_r1822428026 ## be/src/pipeline/dependency.h: ## @@ -17,6 +17,7 @@ #pragma once +#include Review Comment: warning: 'concurrentqueue.h' file not found [clang-di

Re: [PR] Should block memtable only when buffer limit reached [doris]

2024-10-30 Thread via GitHub
yiguolei merged PR #42927: URL: https://github.com/apache/doris/pull/42927 -- 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](be) Fix creating hdfs connection coredump within bthread [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42629: URL: https://github.com/apache/doris/pull/42629#issuecomment-2446742038 TeamCity be ut coverage result: Function Coverage: 37.90% (9848/25987) Line Coverage: 29.16% (81985/281137) Region Coverage: 28.54% (42316/148258) Branch Coverage: 25.0

Re: [PR] [fi](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42897: URL: https://github.com/apache/doris/pull/42897#issuecomment-2445961194 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](heartbeat) fix heartbeat editlog no persist hbTime [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42653: URL: https://github.com/apache/doris/pull/42653#issuecomment-2446675383 run performance -- 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] [opt](merge-on-write) optimize delete bitmap contains cost while lookup rowkey [doris]

2024-10-30 Thread via GitHub
zhannngchen commented on PR #42919: URL: https://github.com/apache/doris/pull/42919#issuecomment-2446678255 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 spill_and_reserve updated: Should block memtable only when buffer limit reached (#42927)

2024-10-30 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new ed81651430a Should block

Re: [PR] [Improment]add internal workload group [doris]

2024-10-30 Thread via GitHub
doris-robot commented on PR #42006: URL: https://github.com/apache/doris/pull/42006#issuecomment-2446787118 TeamCity be ut coverage result: Function Coverage: 37.89% (9848/25992) Line Coverage: 29.15% (81987/281218) Region Coverage: 28.54% (42316/148283) Branch Coverage: 25.0

Re: [PR] [improvement](statistics)Add log for estimating hive table row count logic. (#42921) [doris]

2024-10-30 Thread via GitHub
Jibing-Li commented on PR #42931: URL: https://github.com/apache/doris/pull/42931#issuecomment-2446786719 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](heartbeat) fix heartbeat editlog no persist hbTime [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42653: URL: https://github.com/apache/doris/pull/42653#issuecomment-2446938591 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](decommission) decommission skip leaky tablets [doris]

2024-10-30 Thread via GitHub
yujun777 commented on PR #42401: URL: https://github.com/apache/doris/pull/42401#issuecomment-2446939462 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] Update audit-plugin.md [doris-website]

2024-10-30 Thread via GitHub
wangtianyi2004 opened a new pull request, #1250: URL: https://github.com/apache/doris-website/pull/1250 add code label # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English -- This is an automated message fro

<    1   2   3   4   5   6   7   8   9   >