Re: [PR] branch-2.1: [Fix](show-stmt) Raise an error when show partitions with complex predicate #45257 [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45519: URL: https://github.com/apache/doris/pull/45519#issuecomment-2547679780 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] [regression](minio) test minio as doris storage vault [doris]

2024-12-16 Thread via GitHub
yagagagaga commented on PR #45417: URL: https://github.com/apache/doris/pull/45417#issuecomment-2547688431 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](fold) fixed an issue with be computing constants [doris]

2024-12-16 Thread via GitHub
felixwluo commented on PR #43410: URL: https://github.com/apache/doris/pull/43410#issuecomment-2547693416 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](fold) fixed an issue with be computing constants [doris]

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

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

[PR] [fix](readme) Fix wrong docs uri [doris]

2024-12-16 Thread via GitHub
Kekdeng opened a new pull request, #45520: URL: https://github.com/apache/doris/pull/45520 ### What problem does this PR solve? The document links in the README.md were broken, and I have updated them to the latest URIs from the official website in this PR. Issue Number: close

Re: [PR] [fix](readme) Fix wrong docs uri [doris]

2024-12-16 Thread via GitHub
Thearas commented on PR #45520: URL: https://github.com/apache/doris/pull/45520#issuecomment-2547682520 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](fold) fixed an issue with be computing constants [doris]

2024-12-16 Thread via GitHub
github-actions[bot] commented on PR #43410: URL: https://github.com/apache/doris/pull/43410#issuecomment-2547698623 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](fold) fixed an issue with be computing constants [doris]

2024-12-16 Thread via GitHub
LiBinfeng-01 commented on code in PR #43410: URL: https://github.com/apache/doris/pull/43410#discussion_r1832312927 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/FoldConstantRuleOnBE.java: ## @@ -486,9 +486,27 @@ public static List getResultExpressi

Re: [PR] [fix](nereids) fix bug when sum0 distinct appear in cte [doris]

2024-12-16 Thread via GitHub
feiniaofeiafei commented on code in PR #45447: URL: https://github.com/apache/doris/pull/45447#discussion_r1888047465 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/implementation/AggregateStrategies.java: ## @@ -2076,7 +2079,8 @@ private boolean couldConvertToMulti(

Re: [PR] [revert](memory) Revert disable Jemalloc Hook [doris]

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

Re: [PR] [revert](memory) Revert disable Jemalloc Hook [doris]

2024-12-16 Thread via GitHub
xinyiZzz closed pull request #45507: [revert](memory) Revert disable Jemalloc Hook URL: https://github.com/apache/doris/pull/45507 -- 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] [fix](tvf) Tvf supports to parse the enclose character in csv files [doris]

2024-12-16 Thread via GitHub
doris-robot commented on PR #45407: URL: https://github.com/apache/doris/pull/45407#issuecomment-2547707840 TeamCity be ut coverage result: Function Coverage: 38.86% (10128/26064) Line Coverage: 29.77% (85122/285913) Region Coverage: 28.83% (43673/151495) Branch Coverage: 25.

Re: [PR] [cases](array)first commit for array cases [doris]

2024-12-16 Thread via GitHub
py023 commented on code in PR #45435: URL: https://github.com/apache/doris/pull/45435#discussion_r1888033971 ## regression-test/data/nereids_function_p0/array/test_array_double.csv: ## @@ -0,0 +1,17 @@ +// this is data case file for array type, contains normal, corner, exceptio

Re: [PR] [revert](memory) Revert disable Jemalloc Hook [doris]

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

[PR] [fix](multicatalog) fix table not found error after catalog creation [doris]

2024-12-16 Thread via GitHub
liutang123 opened a new pull request, #45521: URL: https://github.com/apache/doris/pull/45521 If we set lower_case_table_names to 2, and then create a catalog with meta cache. The `lowerCaseToTableName` in `ExternalDatabse` will be empty because `listTableNames` method is invoked in meta ca

Re: [PR] [fix](multicatalog) fix table not found error after catalog creation [doris]

2024-12-16 Thread via GitHub
hello-stephen commented on PR #45521: URL: https://github.com/apache/doris/pull/45521#issuecomment-2547716246 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+pro

Re: [PR] branch-3.0: [fix](restore) Add restore_reset_index_id config #45283 [doris]

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

Re: [PR] [Fix](function) fix coredump of function StDistanceSphere and StAngleSphere [doris]

2024-12-16 Thread via GitHub
BiteThet merged PR #45508: URL: https://github.com/apache/doris/pull/45508 -- 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 auto-pick-45508-branch-3.0 created (now 0444e6c6e1d)

2024-12-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45508-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 0444e6c6e1d branch-3.0: [fix](nereids) fix compare with long min for simplify comparison rule

(doris) branch master updated: [Fix](function) fix coredump of function StDistanceSphere and StAngleSphere (#45508)

2024-12-16 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 06034959a64 [Fix](function) fix coredump of f

[I] [Bug] Compilation failed [doris]

2024-12-16 Thread via GitHub
zxealous opened a new issue, #45522: URL: https://github.com/apache/doris/issues/45522 ### 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 3.0.3-rc04 ### W

<    2   3   4   5   6   7