[PR] [feature](Nereids): Pushdown LimitDistinct Through Join [doris]

2023-10-07 Thread via GitHub
jackwener opened a new pull request, #25113: URL: https://github.com/apache/doris/pull/25113 ## Proposed changes Push down limit-distinct through left/right outer join or cross join. such as select * from t1 left join t2 on t1.c1 = t2.c1 order by t1.c1 limit 1; #

Re: [PR] [Enhancement](Column) Support int default value to int type column [doris]

2023-10-07 Thread via GitHub
waywtdcc commented on PR #23594: URL: https://github.com/apache/doris/pull/23594#issuecomment-1751941167 Hi everyone, any questions? Can it be merged? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] [doc](grant) add the grant command to general user executes fresh catalog [doris]

2023-10-07 Thread via GitHub
smallhibiscus closed pull request #23839: [doc](grant) add the grant command to general user executes fresh catalog URL: https://github.com/apache/doris/pull/23839 -- 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] [Feature] one click case conversion [doris-flink-connector]

2023-10-07 Thread via GitHub
sdhzwc commented on code in PR #199: URL: https://github.com/apache/doris-flink-connector/pull/199#discussion_r1349637136 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/DatabaseSync.java: ## @@ -41,18 +42,23 @@ import java.sql.SQLException; import jav

Re: [PR] [feature](pipelineX) add node id and profilev2 in pipelineX [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on code in PR #25084: URL: https://github.com/apache/doris/pull/25084#discussion_r1349637656 ## be/src/util/runtime_profile.h: ## @@ -368,6 +368,15 @@ class RuntimeProfile { bool is_set_metadata() const { return _is_set_metadata; } +voi

Re: [PR] [feature](pipelineX) add node id and profilev2 in pipelineX [doris]

2023-10-07 Thread via GitHub
Mryange commented on PR #25084: URL: https://github.com/apache/doris/pull/25084#issuecomment-1751939306 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] one click case conversion [doris-flink-connector]

2023-10-07 Thread via GitHub
sdhzwc commented on code in PR #199: URL: https://github.com/apache/doris-flink-connector/pull/199#discussion_r1349637136 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/DatabaseSync.java: ## @@ -41,18 +42,23 @@ import java.sql.SQLException; import jav

Re: [PR] [Feature] one click case conversion [doris-flink-connector]

2023-10-07 Thread via GitHub
JNSimba commented on code in PR #199: URL: https://github.com/apache/doris-flink-connector/pull/199#discussion_r1349636591 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/DatabaseSync.java: ## @@ -41,18 +42,23 @@ import java.sql.SQLException; import ja

[doris] branch master updated (934e9d5617d -> 541f48a754b)

2023-10-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 934e9d5617d [typo](docs) Add example for create sql block rule (#24754) add 541f48a754b [feature](es-catalog)

Re: [PR] [feature](es-catalog) add `include_hidden_index`in order to get the hidden index. [doris]

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

[doris] branch rest-api-plan-tablename-case updated (3a6368d87f9 -> 7bd61a86aa0)

2023-10-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch rest-api-plan-tablename-case in repository https://gitbox.apache.org/repos/asf/doris.git from 3a6368d87f9 2 add 7bd61a86aa0 3 No new revisions were added by this update. Summary

Re: [PR] [bug] fix buffer memory grow bug [doris-flink-connector]

2023-10-07 Thread via GitHub
zy-kkk merged PR #203: URL: https://github.com/apache/doris-flink-connector/pull/203 -- 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-flink-connector] branch master updated: fix buffer memory grow bug (#203)

2023-10-07 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new c94c331 fix buffer memory grow bu

Re: [PR] [refactor](mysql compatibility) An abstract class for all databases created for mysql compatibility [doris]

2023-10-07 Thread via GitHub
zhiqiang- commented on PR #25109: URL: https://github.com/apache/doris/pull/25109#issuecomment-1751936722 > The title is invalid Fixed -- 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 t

[doris-flink-connector] branch master updated: [improve] add auto redirect and uniq default open 2pc (#202)

2023-10-07 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 8aaaded [improve] add auto redire

Re: [PR] [improve] add auto redirect and uniq default open 2pc [doris-flink-connector]

2023-10-07 Thread via GitHub
zy-kkk merged PR #202: URL: https://github.com/apache/doris-flink-connector/pull/202 -- 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...

Re: [PR] [feature](es-catalog) add `include_hidden_index`in order to get the hidden index. [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24826: URL: https://github.com/apache/doris/pull/24826#issuecomment-1751936181 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 rest-api-plan-tablename-case updated (d341773a7fc -> 3a6368d87f9)

2023-10-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch rest-api-plan-tablename-case in repository https://gitbox.apache.org/repos/asf/doris.git from d341773a7fc 1 add 3a6368d87f9 2 No new revisions were added by this update. Summary

Re: [PR] [Feature] one click case conversion [doris-flink-connector]

2023-10-07 Thread via GitHub
sdhzwc commented on code in PR #199: URL: https://github.com/apache/doris-flink-connector/pull/199#discussion_r1349634534 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/DatabaseSync.java: ## @@ -41,18 +42,23 @@ import java.sql.SQLException; import jav

Re: [PR] [typo](doc)hot and cold stratification increases FAQ [doris]

2023-10-07 Thread via GitHub
caoliang-web commented on PR #24974: URL: https://github.com/apache/doris/pull/24974#issuecomment-1751934409 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 comm

[PR] [fix](fe rest api)api gets execution plan, table name case problem [doris]

2023-10-07 Thread via GitHub
hf200012 opened a new pull request, #25112: URL: https://github.com/apache/doris/pull/25112 ## Proposed changes The user has configured the parameter lower_case_table_names, which ignores the case of the table name. When executed on the SQL client, the table name can be queried in both c

[doris] branch rest-api-plan-tablename-case updated: 1

2023-10-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch rest-api-plan-tablename-case in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/rest-api-plan-tablename-case by this push: ne

Re: [PR] [fix](catalog)hive catalog do not support array type to avoid BE coredump or lose mysql connection [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25105: URL: https://github.com/apache/doris/pull/25105#issuecomment-1751934330 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](catalog)hive catalog do not support array type to avoid BE coredump or lose mysql connection [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25105: URL: https://github.com/apache/doris/pull/25105#issuecomment-1751934321 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 (d517d7ab699 -> 934e9d5617d)

2023-10-07 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 d517d7ab699 [Fix](point query) Not allow subquery for point query optimization (#25085) add 934e9d5617d [typo]

Re: [PR] [typo](docs) Add example for create sql block rule [doris]

2023-10-07 Thread via GitHub
morrySnow merged PR #24754: URL: https://github.com/apache/doris/pull/24754 -- 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 rest-api-plan-tablename-case created (now bbe2c6d37ed)

2023-10-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch rest-api-plan-tablename-case in repository https://gitbox.apache.org/repos/asf/doris.git at bbe2c6d37ed [fix](fe rest api)api gets execution plan, table name case problem This branc

[doris] 01/01: [fix](fe rest api)api gets execution plan, table name case problem

2023-10-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch rest-api-plan-tablename-case in repository https://gitbox.apache.org/repos/asf/doris.git commit bbe2c6d37ed3f51a5ff86664bd81b04fd5672715 Author: jiafeng.zhang AuthorDate: Sun Oct 8 14:14:46

Re: [PR] [Feature] one click case conversion [doris-flink-connector]

2023-10-07 Thread via GitHub
JNSimba commented on code in PR #199: URL: https://github.com/apache/doris-flink-connector/pull/199#discussion_r1349633863 ## flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/DatabaseSync.java: ## @@ -41,18 +42,23 @@ import java.sql.SQLException; import ja

Re: [PR] [fix](mysqldb) Fix mysqldb upgrade [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25111: URL: https://github.com/apache/doris/pull/25111#issuecomment-1751933487 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](mysqldb) Fix mysqldb upgrade [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25111: URL: https://github.com/apache/doris/pull/25111#issuecomment-1751933482 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](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

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

Re: [PR] [refactor](mysql compatibility) An abstract class for all databases c… [doris]

2023-10-07 Thread via GitHub
SWJTU-ZhangLei commented on PR #25109: URL: https://github.com/apache/doris/pull/25109#issuecomment-1751932819 The title is invalid -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[doris] branch master updated: [Fix](point query) Not allow subquery for point query optimization (#25085)

2023-10-07 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 d517d7ab699 [Fix](point query) Not allow sub

Re: [PR] [Fix](point query) Not allow subquery for point query optimization [doris]

2023-10-07 Thread via GitHub
qidaye merged PR #25085: URL: https://github.com/apache/doris/pull/25085 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

Re: [PR] [fix](doc) fix broken link in README.md [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25055: URL: https://github.com/apache/doris/pull/25055#issuecomment-1751931578 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](doc) fix broken link in README.md [doris]

2023-10-07 Thread via GitHub
DongLiang-0 commented on PR #25055: URL: https://github.com/apache/doris/pull/25055#issuecomment-1751931337 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](scanner) fix load cannot end when set exec_mem_limit [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25090: URL: https://github.com/apache/doris/pull/25090#issuecomment-1751930493 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] [bugfix](thirdpartu) Upgrade aws s3 sdk to prevent mem leak [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25106: URL: https://github.com/apache/doris/pull/25106#issuecomment-1751930334 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](Export) delete useless code of Export [doris]

2023-10-07 Thread via GitHub
wsjz commented on PR #24953: URL: https://github.com/apache/doris/pull/24953#issuecomment-1751929461 这是来自QQ邮箱的假期自动回复邮件。 好,我最近正在休假中   您,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[doris] branch master updated (737124aaef9 -> f3b15d859b8)

2023-10-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 737124aaef9 [fix](auth)fix use regex verify mysql password may cause backtracking (#24900) add f3b15d859b8 [R

Re: [PR] [Refactor](Export) delete useless code of Export [doris]

2023-10-07 Thread via GitHub
morningman merged PR #24953: URL: https://github.com/apache/doris/pull/24953 -- 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] [refactor](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #25110: URL: https://github.com/apache/doris/pull/25110#issuecomment-1751929168 TeamCity be ut coverage result: Function Coverage: 36.29% (8149/22454) Line Coverage: 28.43% (65185/229316) Region Coverage: 27.34% (33767/123487) Branch Coverage: 24.0

Re: [PR] [feature](merge-cloud) Abstract BaseTablet for CloudTablet [doris]

2023-10-07 Thread via GitHub
platoneko commented on PR #24929: URL: https://github.com/apache/doris/pull/24929#issuecomment-1751927987 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](mysqldb) Fix mysqldb upgrade [doris]

2023-10-07 Thread via GitHub
zhiqiang- commented on PR #25111: URL: https://github.com/apache/doris/pull/25111#issuecomment-1751927958 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](mysqldb) Fix mysqldb upgrade [doris]

2023-10-07 Thread via GitHub
zhiqiang- commented on PR #25111: URL: https://github.com/apache/doris/pull/25111#issuecomment-1751927731 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](mysqldb) Fix mysqldb upgrade [doris]

2023-10-07 Thread via GitHub
zhiqiang- commented on PR #25111: URL: https://github.com/apache/doris/pull/25111#issuecomment-1751927364 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](mysqldb) Fix mysqldb upgrade [doris]

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

[PR] [fix](mysqldb) Fix mysqldb upgrade [doris]

2023-10-07 Thread via GitHub
zhiqiang- opened a new pull request, #25111: URL: https://github.com/apache/doris/pull/25111 If user has database with same name mysql, will introduce problem when doing checkpoint. Solution: 1. Add check for this situation, if duplicate, exit and print log info to prevent dam

Re: [PR] [fix](catalog)fix when modifying comments in property, it will modify the comments in the catalog [doris]

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

Re: [PR] [Fix](point query) Not allow subquery for point query optimization [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25085: URL: https://github.com/apache/doris/pull/25085#issuecomment-1751923845 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](point query) Not allow subquery for point query optimization [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25085: URL: https://github.com/apache/doris/pull/25085#issuecomment-1751923836 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] [Improvement](join) some improvement of hash join [doris]

2023-10-07 Thread via GitHub
BiteThet commented on PR #23972: URL: https://github.com/apache/doris/pull/23972#issuecomment-1751922760 Do not merge this pr to 2.0 -- 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 specif

Re: [PR] [fix](catalog)fix use regex parse partition may cause backtracking [doris]

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

Re: [PR] [refactor](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25110: URL: https://github.com/apache/doris/pull/25110#issuecomment-1751920352 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](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25110: URL: https://github.com/apache/doris/pull/25110#issuecomment-1751920347 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](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25110: URL: https://github.com/apache/doris/pull/25110#issuecomment-1751920238 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](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

2023-10-07 Thread via GitHub
yiguolei commented on PR #25110: URL: https://github.com/apache/doris/pull/25110#issuecomment-1751919620 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] [Improvement](hash) refactor of hash map context [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #24966: URL: https://github.com/apache/doris/pull/24966#issuecomment-1751919536 TeamCity be ut coverage result: Function Coverage: 36.35% (8138/22387) Line Coverage: 28.50% (65137/228559) Region Coverage: 27.39% (33750/123241) Branch Coverage: 24.0

Re: [PR] [fix](catalog)fix when modifying comments in property, it will modify the comments in the catalog [doris]

2023-10-07 Thread via GitHub
zddr commented on PR #24857: URL: https://github.com/apache/doris/pull/24857#issuecomment-1751919513 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

[PR] [refactor](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself [doris]

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

[doris] 01/01: [refactor](columndecimal) is_decimal_v2 member is useless because column decimal could detect by itself

2023-10-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch remove_is_decimal_v2 in repository https://gitbox.apache.org/repos/asf/doris.git commit 60a8ac3d7e6812139c8ce1d9eeeb66bf6749cf3f Author: yiguolei AuthorDate: Sun Oct 8 12:08:43 2023 +0800

[doris] branch remove_is_decimal_v2 created (now 60a8ac3d7e6)

2023-10-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch remove_is_decimal_v2 in repository https://gitbox.apache.org/repos/asf/doris.git at 60a8ac3d7e6 [refactor](columndecimal) is_decimal_v2 member is useless because column decimal could det

Re: [PR] [fix](ES catalog)Doris cannot parse ES date field without time zone [doris]

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

Re: [PR] [enhancement](nereids)add eliminate filter on one row relation rule [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24980: URL: https://github.com/apache/doris/pull/24980#issuecomment-1751917340 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] [enhancement](nereids)add eliminate filter on one row relation rule [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24980: URL: https://github.com/apache/doris/pull/24980#issuecomment-1751917332 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](Nerids) fix error when the view has lambda functions [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25067: URL: https://github.com/apache/doris/pull/25067#issuecomment-1751917172 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](Nerids) fix error when the view has lambda functions [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25067: URL: https://github.com/apache/doris/pull/25067#issuecomment-1751917168 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](fs) fix remove error log failed [doris]

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

Re: [PR] [fix](ES catalog)Doris cannot parse ES date field without time zone [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #24864: URL: https://github.com/apache/doris/pull/24864#issuecomment-1751916169 TeamCity be ut coverage result: Function Coverage: 36.29% (8151/22458) Line Coverage: 28.42% (65188/229339) Region Coverage: 27.35% (33781/123500) Branch Coverage: 24.0

Re: [PR] [fix](fs) fix remove error log failed [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #25108: URL: https://github.com/apache/doris/pull/25108#issuecomment-1751915759 TeamCity be ut coverage result: Function Coverage: 36.29% (8149/22458) Line Coverage: 28.41% (65162/229326) Region Coverage: 27.34% (33764/123497) Branch Coverage: 24.0

Re: [PR] [Refactor](Export) delete useless code of Export [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24953: URL: https://github.com/apache/doris/pull/24953#issuecomment-1751915757 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](Export) delete useless code of Export [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24953: URL: https://github.com/apache/doris/pull/24953#issuecomment-1751915745 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: [fix](auth)fix use regex verify mysql password may cause backtracking (#24900)

2023-10-07 Thread zykkk
This is an automated email from the ASF dual-hosted git repository. zykkk 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 737124aaef9 [fix](auth)fix use regex verify mysql

Re: [PR] [fix](auth)fix use regex verify mysql password may cause backtracking [doris]

2023-10-07 Thread via GitHub
zy-kkk merged PR #24900: URL: https://github.com/apache/doris/pull/24900 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

Re: [PR] [fix](catalog)fix use regex parse partition may cause backtracking [doris]

2023-10-07 Thread via GitHub
DongLiang-0 commented on PR #24876: URL: https://github.com/apache/doris/pull/24876#issuecomment-1751915382 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](load)fix use regex split partition may cause backtracking [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24903: URL: https://github.com/apache/doris/pull/24903#issuecomment-1751914464 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] [refactor](mysql compatibility) An abstract class for all databases c… [doris]

2023-10-07 Thread via GitHub
zhiqiang- opened a new pull request, #25109: URL: https://github.com/apache/doris/pull/25109 …reated for mysql compatibility (#23087) Better code structure for mysql compatibility databases. ## Proposed changes Issue Number: close #xxx ## Further commen

Re: [PR] Test pipelinex [doris]

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

Re: [PR] [feature](system) support decommission disk for doris [doris]

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

Re: [PR] [fix](load)fix use regex split partition may cause backtracking [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #24903: URL: https://github.com/apache/doris/pull/24903#issuecomment-1751913194 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](ES catalog)Doris cannot parse ES date field without time zone [doris]

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

2023-10-07 Thread via GitHub
doris-robot commented on PR #24871: URL: https://github.com/apache/doris/pull/24871#issuecomment-1751912797 TeamCity be ut coverage result: Function Coverage: 36.29% (8149/22458) Line Coverage: 28.41% (65156/229326) Region Coverage: 27.34% (33759/123497) Branch Coverage: 24.0

Re: [PR] [fix](fs) fix remove error log failed [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25108: URL: https://github.com/apache/doris/pull/25108#issuecomment-1751912492 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](ES catalog)Doris cannot parse ES date field without time zone [doris]

2023-10-07 Thread via GitHub
qidaye commented on PR #24864: URL: https://github.com/apache/doris/pull/24864#issuecomment-1751911902 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](mark join) mark join column should be nullable [doris]

2023-10-07 Thread via GitHub
HappenLee commented on code in PR #24910: URL: https://github.com/apache/doris/pull/24910#discussion_r1349617888 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -651,20 +663,19 @@ Status ProcessHashTableProbe::do_other_join_conjuncts( } if (is

Re: [PR] [fix](httpserver) fix creating this cookie without the "secure" flag and enabling cross-origin resource safe [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25107: URL: https://github.com/apache/doris/pull/25107#issuecomment-1751911444 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](fs) fix remove error log failed [doris]

2023-10-07 Thread via GitHub
HHoflittlefish777 commented on PR #25108: URL: https://github.com/apache/doris/pull/25108#issuecomment-1751911441 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

[PR] [fix](fs) fix remove error log failed [doris]

2023-10-07 Thread via GitHub
HHoflittlefish777 opened a new pull request, #25108: URL: https://github.com/apache/doris/pull/25108 ## Proposed changes Warning log: failed to delete /data/doris/doris_data/storage/error_log/__shard_16/error_log_insert_stmt_32406c24c096c352-9cc0a99e1b586f98_32406c24c096c352_9cc0a9

Re: [PR] [bugfix](thirdpartu) Upgrade aws s3 sdk to prevent mem leak [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25106: URL: https://github.com/apache/doris/pull/25106#issuecomment-1751911203 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](scanner) fix load cannot end when set exec_mem_limit [doris]

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

Re: [PR] [Enhancement](Load) stream tvf support two phase commit [doris]

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

[PR] [fix](httpserver) fix creating this cookie without the "secure" flag and enabling cross-origin resource safe [doris]

2023-10-07 Thread via GitHub
vinlee19 opened a new pull request, #25107: URL: https://github.com/apache/doris/pull/25107 ## Proposed changes 1. creating this cookie without the "secure" flag 2. enabling CORS is safe:The Access-Control-Allow-Origin header should be set only for a trusted origin and for specific

Re: [PR] [Enhancement](Load) stream tvf support two phase commit [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #23800: URL: https://github.com/apache/doris/pull/23800#issuecomment-1751910940 TeamCity be ut coverage result: Function Coverage: 36.29% (8149/22458) Line Coverage: 28.41% (65162/229346) Region Coverage: 27.34% (33761/123507) Branch Coverage: 24.0

Re: [PR] [fix](scanner) fix load cannot end when set exec_mem_limit [doris]

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

Re: [PR] [fix](scanner) fix load cannot end when set exec_mem_limit [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #25090: URL: https://github.com/apache/doris/pull/25090#issuecomment-1751910859 TeamCity be ut coverage result: Function Coverage: 36.29% (8149/22458) Line Coverage: 28.42% (65168/229339) Region Coverage: 27.34% (33766/123499) Branch Coverage: 24.0

Re: [PR] [fix](scanner) fix load cannot end when set exec_mem_limit [doris]

2023-10-07 Thread via GitHub
doris-robot commented on PR #25090: URL: https://github.com/apache/doris/pull/25090#issuecomment-1751910847 TeamCity be ut coverage result: Function Coverage: 36.29% (8149/22458) Line Coverage: 28.41% (65162/229339) Region Coverage: 27.34% (33761/123499) Branch Coverage: 24.0

Re: [PR] [Improvement](hash) refactor of hash map context [doris]

2023-10-07 Thread via GitHub
BiteThet commented on PR #24966: URL: https://github.com/apache/doris/pull/24966#issuecomment-1751910599 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] [chore](workflow) auto trigger "License Check" and "BE Code Formatter" instead… [doris]

2023-10-07 Thread via GitHub
github-actions[bot] commented on PR #25101: URL: https://github.com/apache/doris/pull/25101#issuecomment-1751910318 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] [bugfix](thirdpartu) Upgrade aws s3 sdk to prevent mem leak [doris]

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

  1   2   3   4   5   6   7   >