[GitHub] [doris] zhengshubin opened a new issue, #16142: [Bug] be dead when execute hive catalog dml

2023-01-25 Thread via GitHub
zhengshubin opened a new issue, #16142: URL: https://github.com/apache/doris/issues/16142 ### 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 hive 3.1.3 doris 1.

[GitHub] [doris] hello-stephen commented on pull request #16141: [refactor](remove non vec code) remove json functions string functions match functions and some code

2023-01-25 Thread via GitHub
hello-stephen commented on PR #16141: URL: https://github.com/apache/doris/pull/16141#issuecomment-1404607050 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.87 seconds load time: 499 seconds storage size: 17119089161 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16141: [refactor](remove non vec code) remove json functions string functions match functions and some code

2023-01-25 Thread github-actions
github-actions[bot] commented on code in PR #16141: URL: https://github.com/apache/doris/pull/16141#discussion_r1087455603 ## be/src/vec/functions/function_string.h: ## @@ -1949,6 +1949,45 @@ class FunctionMoneyFormat : public IFunction { } }; +namespace MoneyFormat { +

[GitHub] [doris] github-actions[bot] commented on pull request #16141: [refactor](remove non vec code) remove json functions string functions match functions and some code

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16141: URL: https://github.com/apache/doris/pull/16141#issuecomment-1404585593 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

[GitHub] [doris] github-actions[bot] commented on pull request #16141: [refactor](remove non vec code) remove json functions string functions match functions and some code

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16141: URL: https://github.com/apache/doris/pull/16141#issuecomment-1404585581 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

[GitHub] [doris] github-actions[bot] commented on pull request #16140: [fix](metric) fix be down when set enable_system_metrics to false

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16140: URL: https://github.com/apache/doris/pull/16140#issuecomment-1404581529 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

[GitHub] [doris] yiguolei opened a new pull request, #16141: [refactor](remove non vec code) remove json functions string functions match functions and some code

2023-01-25 Thread via GitHub
yiguolei opened a new pull request, #16141: URL: https://github.com/apache/doris/pull/16141 # Proposed changes 1. remove json functions code 2. remove string functions code 3. remove math functions code 4. move MatchPredicate to olap since it is only used in storage predicate

[GitHub] [doris] github-actions[bot] commented on pull request #16055: [feature](Load)Suppot skip specific lines number for csv stream load

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16055: URL: https://github.com/apache/doris/pull/16055#issuecomment-1404540626 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-website] branch asf-site updated: Automated deployment with doris branch @ b23415240f271a80a5c49f0a5562218102d45567

2023-01-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 604a68a0727 Automated deployment

[GitHub] [doris] zddr closed pull request #16091: [wip](auth)Implementing privilege management with rbac model

2023-01-25 Thread via GitHub
zddr closed pull request #16091: [wip](auth)Implementing privilege management with rbac model URL: https://github.com/apache/doris/pull/16091 -- 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 spec

[GitHub] [doris] github-actions[bot] commented on pull request #15937: [fix](array) fix array(datetimev2) and array(decimalv3) returning wrong result

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #15937: URL: https://github.com/apache/doris/pull/15937#issuecomment-1404003041 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

[GitHub] [doris] hello-stephen commented on pull request #16140: [fix](metric) fix be down when enable_system_metrics is false

2023-01-25 Thread via GitHub
hello-stephen commented on PR #16140: URL: https://github.com/apache/doris/pull/16140#issuecomment-1403639411 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.23 seconds load time: 531 seconds storage size: 17122302421 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #16140: [fix](metric) fix be down when enable_system_metrics is false

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16140: URL: https://github.com/apache/doris/pull/16140#issuecomment-1403592527 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

[GitHub] [doris] github-actions[bot] commented on pull request #16140: [fix](metric) fix be down when enable_system_metrics is false

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16140: URL: https://github.com/apache/doris/pull/16140#issuecomment-1403564542 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

[GitHub] [doris] caiconghui opened a new pull request, #16140: [fix](metric) fix be down when enable_system_metrics is false

2023-01-25 Thread via GitHub
caiconghui opened a new pull request, #16140: URL: https://github.com/apache/doris/pull/16140 # Proposed changes Issue Number: close #xxx ## Problem summary if we set enable_system_metrics to false, we will see be down with following message "enable metric calculator fai

[GitHub] [doris] github-actions[bot] commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1403401085 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

[GitHub] [doris] github-actions[bot] commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1403395977 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

[GitHub] [doris] TangSiyang2001 commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-25 Thread via GitHub
TangSiyang2001 commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1403377434 > Is there a way to keep http port unchanged but using brpc implemented http server? Yes, doris has now got a brpc port for internal service and has established a brpc serve

[GitHub] [doris] github-actions[bot] commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1403344287 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

[GitHub] [doris] github-actions[bot] commented on pull request #16123: [enhancement-wip](BE http)Support BE http service with brpc

2023-01-25 Thread github-actions
github-actions[bot] commented on PR #16123: URL: https://github.com/apache/doris/pull/16123#issuecomment-1403340814 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

[GitHub] [doris] ByteYue commented on a diff in pull request #16107: [Chore](EditLog) refine error output on edit log

2023-01-25 Thread via GitHub
ByteYue commented on code in PR #16107: URL: https://github.com/apache/doris/pull/16107#discussion_r1086313255 ## fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java: ## @@ -994,9 +994,10 @@ public static void loadJournal(Env env, JournalEntity journal) {