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

2023-01-20 Thread github-actions
github-actions[bot] commented on code in PR #16123: URL: https://github.com/apache/doris/pull/16123#discussion_r1083256275 ## be/src/service/brpc_http_service.h: ## @@ -0,0 +1,105 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] github-actions[bot] commented on pull request #16121: [refactor](remoe non vec code) remove non vectorized conjunctx from scanner

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

[GitHub] [doris] github-actions[bot] commented on pull request #16121: [refactor](remoe non vec code) remove non vectorized conjunctx from scanner

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

[GitHub] [doris] github-actions[bot] commented on pull request #16127: [deps](libhdfs3) update to 2.3.6 to fix kms aes 256 bug

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

[GitHub] [doris] github-actions[bot] commented on pull request #16127: [deps](libhdfs3) update to 2.3.6 to fix kms aes 256 bug

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

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

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

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #15925: [Refactor]Merged string_value into string_ref

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

[GitHub] [doris] github-actions[bot] commented on pull request #16128: [refactor](remove broker scan node) it is not useful any more

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

[GitHub] [doris] github-actions[bot] commented on pull request #15925: [Refactor]Merged string_value into string_ref

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

[GitHub] [doris] github-actions[bot] commented on pull request #15925: [Refactor]Merged string_value into string_ref

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

[GitHub] [doris] github-actions[bot] commented on pull request #11144: [Optimize](page cache): bypass page cache during compaction

2023-01-21 Thread github-actions
github-actions[bot] commented on PR #11144: URL: https://github.com/apache/doris/pull/11144#issuecomment-1399362155 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of

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

2023-01-22 Thread github-actions
github-actions[bot] commented on code in PR #16123: URL: https://github.com/apache/doris/pull/16123#discussion_r1083432080 ## be/src/http/action/checksum_action.h: ## @@ -25,11 +25,11 @@ namespace doris { class ExecEnv; -class ChecksumAction : public HttpHandler { +class

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #16111: [fix](multi catalog)Support parquet and orc upper case column name.

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #16111: [fix](multi catalog)Support parquet and orc upper case column name.

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

[GitHub] [doris] github-actions[bot] closed pull request #11144: [Optimize](page cache): bypass page cache during compaction

2023-01-22 Thread github-actions
github-actions[bot] closed pull request #11144: [Optimize](page cache): bypass page cache during compaction URL: https://github.com/apache/doris/pull/11144 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #16128: [refactor](remove broker scan node) it is not useful any more

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #15339: [feature-wip](aggregate-function) support funtion group_uniq_array

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #16128: [refactor](remove broker scan node) it is not useful any more

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

[GitHub] [doris] github-actions[bot] commented on pull request #16128: [refactor](remove broker scan node) it is not useful any more

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

[GitHub] [doris] github-actions[bot] commented on pull request #16133: [fix](icebergv2) fix bug that delete file reader is not opened

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

[GitHub] [doris] github-actions[bot] commented on pull request #16133: [fix](icebergv2) fix bug that delete file reader is not opened

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16136: [refactor](remove expr) remove non vectorized Expr and ExprContext related codes

2023-01-23 Thread github-actions
github-actions[bot] commented on code in PR #16136: URL: https://github.com/apache/doris/pull/16136#discussion_r1084169844 ## be/src/exprs/cast_functions.h: ## @@ -24,6 +24,20 @@ namespace doris { +using doris_udf::FunctionContext; +using doris_udf::BooleanVal; +using

[GitHub] [doris] github-actions[bot] commented on pull request #16136: [refactor](remove expr) remove non vectorized Expr and ExprContext related codes

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

[GitHub] [doris] github-actions[bot] commented on pull request #16136: [refactor](remove expr) remove non vectorized Expr and ExprContext related codes

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

[GitHub] [doris] github-actions[bot] commented on pull request #16137: [refactor](remove unused code) remove storage buffer and orc reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #16137: [refactor](remove unused code) remove storage buffer and orc reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #16137: [refactor](remove unused code) remove storage buffer and orc reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #16137: [refactor](remove unused code) remove storage buffer and orc reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #16137: [refactor](remove unused code) remove storage buffer and orc reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #16138: [refactor](remove non vec code) remove non vec functions and AggregateInfo

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

[GitHub] [doris] github-actions[bot] commented on pull request #16111: [fix](multi catalog)Support parquet and orc upper case column name.

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

[GitHub] [doris] github-actions[bot] commented on pull request #16138: [refactor](remove non vec code) remove non vec functions and AggregateInfo

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

[GitHub] [doris] github-actions[bot] commented on pull request #16138: [refactor](remove non vec code) remove non vec functions and AggregateInfo

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

[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 a

[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 a

[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 a

[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 a

[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 a

[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 a

[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 a

[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 a

[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 a

[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

[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

[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 #16132: [fix](datetimev2) fix cast to datetimev2 and array(datetimev2) return wrong result

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datetimev2) fix cast to datetimev2 and array(datetimev2) return wrong result

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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16143: [refactor](remove unused code) remove many xxxVal structure

2023-01-26 Thread github-actions
github-actions[bot] commented on code in PR #16143: URL: https://github.com/apache/doris/pull/16143#discussion_r1087616927 ## be/src/udf/udf.h: ## @@ -853,82 +488,9 @@ struct DecimalV2Val : public AnyVal { bool operator!=(const DecimalV2Val& other) const { return !(*

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16144: [fix](object) fix bitmap/hll data size

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

[GitHub] [doris] github-actions[bot] commented on pull request #16144: [fix](object) fix bitmap/hll data size

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

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

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

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16036: [feature] Support mutable property for partition

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

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #16143: [refactor](remove unused code) remove many xxxVal structure

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

[GitHub] [doris] github-actions[bot] commented on pull request #16143: [refactor](remove unused code) remove many xxxVal structure

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16145: [bugfix](compaction) fix segment writer finalize footer twice

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

[GitHub] [doris] github-actions[bot] commented on pull request #16114: [ehancement](nereids) Enhancement for limit clause.

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

[GitHub] [doris] github-actions[bot] commented on pull request #16114: [ehancement](nereids) Enhancement for limit clause.

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

[GitHub] [doris] github-actions[bot] commented on pull request #16034: [enhancement](load) avoid schema copy to reduce cpu usage

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

[GitHub] [doris] github-actions[bot] commented on pull request #16034: [enhancement](load) avoid schema copy to reduce cpu usage

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

[GitHub] [doris] github-actions[bot] commented on pull request #16083: [improvement](memory) load support overcommit memory

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

[GitHub] [doris] github-actions[bot] commented on pull request #16145: [bugfix](compaction) fix segment writer finalize footer twice

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

[GitHub] [doris] github-actions[bot] commented on pull request #16145: [bugfix](compaction) fix segment writer finalize footer twice

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

[GitHub] [doris] github-actions[bot] commented on pull request #16146: [enhancement](FE)shut down fast throw JVM might do when throwing exception

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

[GitHub] [doris] github-actions[bot] commented on pull request #16146: [enhancement](FE)shut down fast throw JVM might do when throwing exception

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

[GitHub] [doris] github-actions[bot] commented on pull request #15837: [Feature](Materialized-View) support duplicate base column for diffrent aggregate function

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

[GitHub] [doris] github-actions[bot] commented on pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

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

[GitHub] [doris] github-actions[bot] commented on pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

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

[GitHub] [doris] github-actions[bot] commented on pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

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

[GitHub] [doris] github-actions[bot] commented on pull request #16102: [Bug](runtimefilter) Fix wrong runtime filter on datetime

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16148: [bugfix](metareader) meta reader could not load image

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

[GitHub] [doris] github-actions[bot] commented on pull request #16148: [bugfix](metareader) meta reader could not load image

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

[GitHub] [doris] github-actions[bot] commented on pull request #16152: [Bug](decimalv3) fix BE crash for function `if`

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

[GitHub] [doris] github-actions[bot] commented on pull request #16152: [Bug](decimalv3) fix BE crash for function `if`

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

[GitHub] [doris] github-actions[bot] commented on pull request #16157: [Bug](exec) enable warning on ignoring function return value for vctx

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

[GitHub] [doris] github-actions[bot] commented on pull request #16132: [fix](datatype) fix some bugs about data type array datetimev2 and decimalv3

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

[GitHub] [doris] github-actions[bot] commented on pull request #16161: [fix](inverted index) fulltext match query should not prune by zone map

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

[GitHub] [doris] github-actions[bot] commented on pull request #16161: [fix](inverted index) fulltext match query should not prune by zone map

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

[GitHub] [doris] github-actions[bot] commented on pull request #16158: [deps](http)Upgrade springboot version to 2.7.8

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

[GitHub] [doris] github-actions[bot] commented on pull request #16158: [deps](http)Upgrade springboot version to 2.7.8

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

[GitHub] [doris] github-actions[bot] commented on pull request #16162: [refactor](remove unused code) remove partition info from datastream sender

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

[GitHub] [doris] github-actions[bot] commented on pull request #16162: [refactor](remove unused code) remove partition info from datastream sender

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

[GitHub] [doris] github-actions[bot] commented on pull request #16162: [refactor](remove unused code) remove partition info from datastream sender

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

[GitHub] [doris] github-actions[bot] commented on pull request #16129: [cleanup](fe) cleanup useless code.

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

  1   2   3   4   5   >