[GitHub] [doris] BiteTheDDDDt opened a new pull request, #24856: Dev 0925 2

2023-09-25 Thread via GitHub
BiteThet opened a new pull request, #24856: URL: https://github.com/apache/doris/pull/24856 ## 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](ma

[GitHub] [doris] BiteTheDDDDt commented on pull request #24856: Dev 0925 2

2023-09-25 Thread via GitHub
BiteThet commented on PR #24856: URL: https://github.com/apache/doris/pull/24856#issuecomment-1733043825 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

[GitHub] [doris] github-actions[bot] commented on pull request #24855: [Fix](HttpServer) Refactor API Endpoints to Only Allow GET Requests for Enhanced Security

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24855: URL: https://github.com/apache/doris/pull/24855#issuecomment-1733043902 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] CalvinKirs commented on a diff in pull request #24855: [Fix](HttpServer) Refactor API Endpoints to Only Allow GET Requests for Enhanced Security

2023-09-25 Thread via GitHub
CalvinKirs commented on code in PR #24855: URL: https://github.com/apache/doris/pull/24855#discussion_r1335466066 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/MetricsAction.java: ## @@ -41,7 +42,7 @@ public class MetricsAction extends RestBaseController { privat

[GitHub] [doris] doris-robot commented on pull request #24549: [enhancement](delete) add column id to delete push task

2023-09-25 Thread via GitHub
doris-robot commented on PR #24549: URL: https://github.com/apache/doris/pull/24549#issuecomment-1733046291 TeamCity be ut coverage result: Function Coverage: 36.16% (8022/22182) Line Coverage: 28.49% (64446/226191) Region Coverage: 27.37% (33475/122310) Branch Coverage: 24.0

[GitHub] [doris] doris-robot commented on pull request #24792: [Fix](Planner) disable bitmap type in compare expression

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

[GitHub] [doris] jackwener commented on pull request #24854: [fix](Nereids): round microsecond when specify scale of microsecond

2023-09-25 Thread via GitHub
jackwener commented on PR #24854: URL: https://github.com/apache/doris/pull/24854#issuecomment-1733054990 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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24856: Dev 0925 2

2023-09-25 Thread via GitHub
github-actions[bot] commented on code in PR #24856: URL: https://github.com/apache/doris/pull/24856#discussion_r1335475734 ## be/src/vec/common/columns_hashing.h: ## @@ -91,25 +88,31 @@ struct HashMethodString : public columns_hashing_impl::HashMethodBase< const IColumn:

[GitHub] [doris] doris-robot commented on pull request #23053: [feature](insert) Support wal for group commit insert

2023-09-25 Thread via GitHub
doris-robot commented on PR #23053: URL: https://github.com/apache/doris/pull/23053#issuecomment-1733057660 TeamCity be ut coverage result: Function Coverage: 36.27% (8063/22232) Line Coverage: 28.62% (64891/226758) Region Coverage: 27.47% (33671/122590) Branch Coverage: 24.1

[GitHub] [doris] github-actions[bot] commented on pull request #24830: [improvement](fe and broker) support specify broker to getSplits, check isSplitable, file scan for HMS Multi-catalog

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24830: URL: https://github.com/apache/doris/pull/24830#issuecomment-1733058081 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] zddr commented on pull request #24857: [fix](catalog)fix when modifying comments in property, it will modify the comments in the catalog

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

[GitHub] [doris] zddr opened a new pull request, #24857: [fix](catalog)fix when modifying comments in property, it will modify the comments in the catalog

2023-09-25 Thread via GitHub
zddr opened a new pull request, #24857: URL: https://github.com/apache/doris/pull/24857 ## Proposed changes Issue Number: close #xxx - fix when modifying comments in property, it will modify the comments in the catalog - change ut - change doc ## Further comments

[GitHub] [doris] doris-robot commented on pull request #24549: [enhancement](delete) add column id to delete push task

2023-09-25 Thread via GitHub
doris-robot commented on PR #24549: URL: https://github.com/apache/doris/pull/24549#issuecomment-1733065758 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.56 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

[GitHub] [doris] bigben0204 opened a new issue, #24858: [Bug] query profile api of fe cann't get result if non-root user query on the other fe

2023-09-25 Thread via GitHub
bigben0204 opened a new issue, #24858: URL: https://github.com/apache/doris/issues/24858 ### 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 2.0.1 ### What

[GitHub] [doris] xzj7019 opened a new pull request, #24859: [fix](nereids) support cte rf pushdown for exttable for 2.0

2023-09-25 Thread via GitHub
xzj7019 opened a new pull request, #24859: URL: https://github.com/apache/doris/pull/24859 ## Proposed changes Currently, cte inside rf pushdown doesn't support external table, this pr open this restriction. ## Further comments If this is a relatively large or complex ch

[GitHub] [doris] xzj7019 commented on pull request #24859: [fix](nereids) support cte rf pushdown for exttable for 2.0

2023-09-25 Thread via GitHub
xzj7019 commented on PR #24859: URL: https://github.com/apache/doris/pull/24859#issuecomment-1733074469 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

[GitHub] [doris] doris-robot commented on pull request #24613: [Feature](StreamLoad2PC) Support commit and abort streamload2PC by label

2023-09-25 Thread via GitHub
doris-robot commented on PR #24613: URL: https://github.com/apache/doris/pull/24613#issuecomment-1733079468 TeamCity be ut coverage result: Function Coverage: 36.16% (8022/22182) Line Coverage: 28.48% (64412/226168) Region Coverage: 27.37% (33479/122302) Branch Coverage: 24.0

[GitHub] [doris] doris-robot commented on pull request #24856: Dev 0925 2

2023-09-25 Thread via GitHub
doris-robot commented on PR #24856: URL: https://github.com/apache/doris/pull/24856#issuecomment-1733082644 TeamCity be ut coverage result: Function Coverage: 36.16% (8021/22180) Line Coverage: 28.54% (64442/225778) Region Coverage: 27.41% (33485/122155) Branch Coverage: 24.0

[GitHub] [doris] zy-kkk opened a new pull request, #24860: [fix](multi-catalog) SecureRandom is used to replace Random in FederationBackendPolicy to enhance security

2023-09-25 Thread via GitHub
zy-kkk opened a new pull request, #24860: URL: https://github.com/apache/doris/pull/24860 ## 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:d

[GitHub] [doris] englefly commented on a diff in pull request #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

2023-09-25 Thread via GitHub
englefly commented on code in PR #24835: URL: https://github.com/apache/doris/pull/24835#discussion_r1335510095 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/cascades/ApplyRuleJob.java: ## @@ -82,11 +83,24 @@ public void execute() throws AnalysisException {

[GitHub] [doris] github-actions[bot] commented on pull request #24860: [fix](multi-catalog) SecureRandom is used to replace Random in FederationBackendPolicy to enhance security

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24860: URL: https://github.com/apache/doris/pull/24860#issuecomment-1733105764 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] zhangstar333 commented on pull request #24457: [feature](javaudf)support no input java udf

2023-09-25 Thread via GitHub
zhangstar333 commented on PR #24457: URL: https://github.com/apache/doris/pull/24457#issuecomment-1733106598 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

[GitHub] [doris] github-actions[bot] commented on pull request #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24835: URL: https://github.com/apache/doris/pull/24835#issuecomment-1733108414 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 #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24835: URL: https://github.com/apache/doris/pull/24835#issuecomment-1733108487 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] doris-robot commented on pull request #24854: [fix](Nereids): round microsecond when specify scale of microsecond

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

[GitHub] [doris] doris-robot commented on pull request #24856: Dev 0925 2

2023-09-25 Thread via GitHub
doris-robot commented on PR #24856: URL: https://github.com/apache/doris/pull/24856#issuecomment-1733110717 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.61 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

[GitHub] [doris] CalvinKirs commented on pull request #24860: [fix](multi-catalog) SecureRandom is used to replace Random in FederationBackendPolicy to enhance security

2023-09-25 Thread via GitHub
CalvinKirs commented on PR #24860: URL: https://github.com/apache/doris/pull/24860#issuecomment-1733111427 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

[GitHub] [doris] XieJiann commented on pull request #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

2023-09-25 Thread via GitHub
XieJiann commented on PR #24835: URL: https://github.com/apache/doris/pull/24835#issuecomment-1733115688 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

[GitHub] [doris] hello-stephen commented on pull request #24859: [fix](nereids) support cte rf pushdown for exttable for 2.0

2023-09-25 Thread via GitHub
hello-stephen commented on PR #24859: URL: https://github.com/apache/doris/pull/24859#issuecomment-1733124595 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.53 seconds stream load tsv: 578 seconds loaded 74807831229 Bytes

[GitHub] [doris] TangSiyang2001 commented on pull request #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-25 Thread via GitHub
TangSiyang2001 commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1733138142 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.

[GitHub] [doris] TangSiyang2001 commented on pull request #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-25 Thread via GitHub
TangSiyang2001 commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1733139288 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.

[GitHub] [doris] zy-kkk commented on pull request #24855: [Fix](HttpServer) Refactor API Endpoints to Only Allow GET Requests for Enhanced Security

2023-09-25 Thread via GitHub
zy-kkk commented on PR #24855: URL: https://github.com/apache/doris/pull/24855#issuecomment-1733139678 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

[GitHub] [doris] TangSiyang2001 commented on pull request #24549: [enhancement](delete) add column id to delete push task

2023-09-25 Thread via GitHub
TangSiyang2001 commented on PR #24549: URL: https://github.com/apache/doris/pull/24549#issuecomment-1733145176 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.

[GitHub] [doris] zy-kkk opened a new pull request, #24861: [Enhancement](log) Improve Safety and Robustness of Log4j Configuration

2023-09-25 Thread via GitHub
zy-kkk opened a new pull request, #24861: URL: https://github.com/apache/doris/pull/24861 ## 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:d

[GitHub] [doris] github-actions[bot] commented on pull request #24851: [pipelineX](node)support jdbc scan operator

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24851: URL: https://github.com/apache/doris/pull/24851#issuecomment-1733149825 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 #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1733150427 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 #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1733151009 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] zhangstar333 commented on pull request #24851: [pipelineX](node)support jdbc scan operator

2023-09-25 Thread via GitHub
zhangstar333 commented on PR #24851: URL: https://github.com/apache/doris/pull/24851#issuecomment-1733153320 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

[GitHub] [doris] Gabriel39 opened a new pull request, #24862: [pipelineX](fix) Fix BE crash caused by join and constant expr

2023-09-25 Thread via GitHub
Gabriel39 opened a new pull request, #24862: URL: https://github.com/apache/doris/pull/24862 ## 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](mailt

[GitHub] [doris] HHoflittlefish777 commented on pull request #24613: [Feature](StreamLoad2PC) Support commit and abort streamload2PC by label

2023-09-25 Thread via GitHub
HHoflittlefish777 commented on PR #24613: URL: https://github.com/apache/doris/pull/24613#issuecomment-1733155281 run clickbench -- 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 c

[GitHub] [doris] github-actions[bot] commented on pull request #24549: [enhancement](delete) add column id to delete push task

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24549: URL: https://github.com/apache/doris/pull/24549#issuecomment-1733158158 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] Gabriel39 commented on pull request #24862: [pipelineX](fix) Fix BE crash caused by join and constant expr

2023-09-25 Thread via GitHub
Gabriel39 commented on PR #24862: URL: https://github.com/apache/doris/pull/24862#issuecomment-1733159119 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

[GitHub] [doris] doris-robot commented on pull request #24860: [fix](multi-catalog) SecureRandom is used to replace Random in FederationBackendPolicy to enhance security

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

[GitHub] [doris] ryanzryu commented on issue #24477: [Bug] query where conditions do not take effect in some cases including dense_rank()

2023-09-25 Thread via GitHub
ryanzryu commented on issue #24477: URL: https://github.com/apache/doris/issues/24477#issuecomment-1733160997 > > lineitem_uni > > https://user-images.githubusercontent.com/49646212/269849042-27c915a3-c758-43c7-8e5c-67fb2b6323e2.png";> very stranger,i try again to use 1.2-lts ne

[GitHub] [doris] jackwener commented on pull request #24854: [fix](Nereids): round microsecond when specify scale of microsecond

2023-09-25 Thread via GitHub
jackwener commented on PR #24854: URL: https://github.com/apache/doris/pull/24854#issuecomment-1733164484 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

[GitHub] [doris] doris-robot commented on pull request #24457: [feature](javaudf)support no input java udf

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

[GitHub] [doris] github-actions[bot] commented on pull request #24851: [pipelineX](node)support jdbc scan operator

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24851: URL: https://github.com/apache/doris/pull/24851#issuecomment-1733165638 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] HappenLee commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
HappenLee commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1335560533 ## be/src/vec/common/columns_hashing.h: ## @@ -91,25 +88,31 @@ struct HashMethodString : public columns_hashing_impl::HashMethodBase< const IColumn::Offset* o

[GitHub] [doris] github-actions[bot] commented on pull request #24862: [pipelineX](fix) Fix BE crash caused by join and constant expr

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24862: URL: https://github.com/apache/doris/pull/24862#issuecomment-1733169787 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] doris-robot commented on pull request #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

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

[GitHub] [doris] BePPPower commented on pull request #24812: [fix](Outfile) Use data_type_serde to export data to orc file format

2023-09-25 Thread via GitHub
BePPPower commented on PR #24812: URL: https://github.com/apache/doris/pull/24812#issuecomment-1733174625 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

[GitHub] [doris] HappenLee commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
HappenLee commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1335566202 ## be/src/vec/exec/vset_operation_node.cpp: ## @@ -82,16 +82,23 @@ struct HashTableBuild { key_getter.set_serialized_keys(hash_table_ctx.keys.data());

[GitHub] [doris] doris-robot commented on pull request #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-25 Thread via GitHub
doris-robot commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1733180490 TeamCity be ut coverage result: Function Coverage: 36.16% (8022/22183) Line Coverage: 28.49% (64440/226175) Region Coverage: 27.37% (33474/122302) Branch Coverage: 24.0

[GitHub] [doris] HappenLee commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
HappenLee commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1335569104 ## be/src/vec/exec/vpartition_sort_node.cpp: ## @@ -112,20 +112,12 @@ void VPartitionSortNode::_emplace_into_hash_table(const ColumnRawPtrs& key_colum

[GitHub] [doris] HappenLee commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
HappenLee commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1335569361 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -982,21 +982,11 @@ void AggregationNode::_find_in_hash_table(AggregateDataPtr* places, ColumnRawPtr

[GitHub] [doris] HappenLee commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
HappenLee commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1335569682 ## be/src/vec/exec/join/vhash_join_node.h: ## @@ -215,19 +215,20 @@ struct ProcessHashTableBuild { inserted_rows.reserve(_batch_size); } +

[GitHub] [doris] github-actions[bot] commented on pull request #24810: [feature](jni) support complex types in jni framework

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24810: URL: https://github.com/apache/doris/pull/24810#issuecomment-1733183921 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] qidaye opened a new issue, #24863: [Bug] es catalog parse field error

2023-09-25 Thread via GitHub
qidaye opened a new issue, #24863: URL: https://github.com/apache/doris/issues/24863 ### 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 master ### What's

[GitHub] [doris] doris-robot commented on pull request #24549: [enhancement](delete) add column id to delete push task

2023-09-25 Thread via GitHub
doris-robot commented on PR #24549: URL: https://github.com/apache/doris/pull/24549#issuecomment-1733185863 TeamCity be ut coverage result: Function Coverage: 36.17% (8024/22182) Line Coverage: 28.50% (64467/226191) Region Coverage: 27.39% (33495/122310) Branch Coverage: 24.0

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24812: [fix](Outfile) Use data_type_serde to export data to orc file format

2023-09-25 Thread via GitHub
github-actions[bot] commented on code in PR #24812: URL: https://github.com/apache/doris/pull/24812#discussion_r1335573511 ## be/src/vec/data_types/serde/data_type_number_serde.cpp: ## @@ -239,6 +239,72 @@ Status DataTypeNumberSerDe::write_column_to_mysql(const IColumn& column,

[GitHub] [doris] doris-robot commented on pull request #24862: [pipelineX](fix) Fix BE crash caused by join and constant expr

2023-09-25 Thread via GitHub
doris-robot commented on PR #24862: URL: https://github.com/apache/doris/pull/24862#issuecomment-1733191737 TeamCity be ut coverage result: Function Coverage: 36.19% (8028/22182) Line Coverage: 28.50% (64474/226185) Region Coverage: 27.38% (33495/122318) Branch Coverage: 24.0

[GitHub] [doris] qidaye opened a new pull request, #24864: [fix](ES catalog)Doris cannot parse ES date field without time zone

2023-09-25 Thread via GitHub
qidaye opened a new pull request, #24864: URL: https://github.com/apache/doris/pull/24864 ## Proposed changes Issue Number: close #24863 1. Add support for Doris to parse ES date field without time zone info. eg: `2023-04-17T23:01:18.151`, this time will be treated as UTC time, si

[GitHub] [doris] doris-robot commented on pull request #24851: [pipelineX](node)support jdbc scan operator

2023-09-25 Thread via GitHub
doris-robot commented on PR #24851: URL: https://github.com/apache/doris/pull/24851#issuecomment-1733193955 TeamCity be ut coverage result: Function Coverage: 36.17% (8024/22185) Line Coverage: 28.50% (64465/226207) Region Coverage: 27.38% (33497/122329) Branch Coverage: 24.0

[GitHub] [doris] qidaye commented on pull request #24864: [fix](ES catalog)Doris cannot parse ES date field without time zone

2023-09-25 Thread via GitHub
qidaye commented on PR #24864: URL: https://github.com/apache/doris/pull/24864#issuecomment-1733201918 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

[GitHub] [doris] jackwener opened a new pull request, #24865: [test](Nereids): add test for SimplifyComparisonPredicate

2023-09-25 Thread via GitHub
jackwener opened a new pull request, #24865: URL: https://github.com/apache/doris/pull/24865 ## 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](mailt

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24864: [fix](ES catalog)Doris cannot parse ES date field without time zone

2023-09-25 Thread via GitHub
github-actions[bot] commented on code in PR #24864: URL: https://github.com/apache/doris/pull/24864#discussion_r1335587990 ## be/src/exec/es/es_scroll_parser.cpp: ## @@ -187,21 +187,42 @@ Status get_int_value(const rapidjson::Value& col, PrimitiveType type, void* slot templa

[GitHub] [doris] jackwener commented on pull request #24865: [test](Nereids): add test for SimplifyComparisonPredicate

2023-09-25 Thread via GitHub
jackwener commented on PR #24865: URL: https://github.com/apache/doris/pull/24865#issuecomment-1733209180 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

[GitHub] [doris] doris-robot commented on pull request #24855: [Fix](HttpServer) Refactor API Endpoints to Only Allow GET Requests for Enhanced Security

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

[GitHub] [doris] doris-robot commented on pull request #24549: [enhancement](delete) add column id to delete push task

2023-09-25 Thread via GitHub
doris-robot commented on PR #24549: URL: https://github.com/apache/doris/pull/24549#issuecomment-1733211191 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.11 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24613: [Feature](StreamLoad2PC) Support commit and abort streamload2PC by label

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

[GitHub] [doris] doris-robot commented on pull request #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-25 Thread via GitHub
doris-robot commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1733213780 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.55 seconds stream load tsv: 577 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24854: [fix](Nereids): round microsecond when specify scale of microsecond

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

[GitHub] [doris] xutaoustc commented on pull request #24444: [fix](planner): do not use == to compare encapsulate type, use equals instead.

2023-09-25 Thread via GitHub
xutaoustc commented on PR #2: URL: https://github.com/apache/doris/pull/2#issuecomment-1733229678 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

[GitHub] [doris] zy-kkk opened a new pull request, #24866: [fix](auth) Remove printing passwords in the log

2023-09-25 Thread via GitHub
zy-kkk opened a new pull request, #24866: URL: https://github.com/apache/doris/pull/24866 ## 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:d

[GitHub] [doris] qidaye commented on pull request #24864: [fix](ES catalog)Doris cannot parse ES date field without time zone

2023-09-25 Thread via GitHub
qidaye commented on PR #24864: URL: https://github.com/apache/doris/pull/24864#issuecomment-1733230799 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

[GitHub] [doris] github-actions[bot] commented on pull request #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24835: URL: https://github.com/apache/doris/pull/24835#issuecomment-1733231423 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] doris-robot commented on pull request #24864: [fix](ES catalog)Doris cannot parse ES date field without time zone

2023-09-25 Thread via GitHub
doris-robot commented on PR #24864: URL: https://github.com/apache/doris/pull/24864#issuecomment-1733233904 TeamCity be ut coverage result: Function Coverage: 36.17% (8024/22182) Line Coverage: 28.50% (64459/226178) Region Coverage: 27.39% (33494/122303) Branch Coverage: 24.0

[GitHub] [doris] github-actions[bot] commented on pull request #24866: [fix](auth) Remove printing passwords in the log

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24866: URL: https://github.com/apache/doris/pull/24866#issuecomment-1733234469 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] doris-robot commented on pull request #24862: [pipelineX](fix) Fix BE crash caused by join and constant expr

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

[GitHub] [doris] JackDrogon opened a new pull request, #24868: [feature](binlog) Add truncate table binlog support

2023-09-25 Thread via GitHub
JackDrogon opened a new pull request, #24868: URL: https://github.com/apache/doris/pull/24868 ## Proposed changes Add truncate table binlog support ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

[GitHub] [doris] JackDrogon commented on pull request #24868: [feature](binlog) Add truncate table binlog support

2023-09-25 Thread via GitHub
JackDrogon commented on PR #24868: URL: https://github.com/apache/doris/pull/24868#issuecomment-1733239444 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

[GitHub] [doris] HHoflittlefish777 commented on pull request #24396: [Improvement](regression-test) add stream load case

2023-09-25 Thread via GitHub
HHoflittlefish777 commented on PR #24396: URL: https://github.com/apache/doris/pull/24396#issuecomment-1733241699 run p0 -- 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

[GitHub] [doris] yz-jayhua opened a new pull request, #24869: [fix](analysis) MessageDigest Algorithms is used SHA-256 in CreateFunctionStmt to replace MD5

2023-09-25 Thread via GitHub
yz-jayhua opened a new pull request, #24869: URL: https://github.com/apache/doris/pull/24869 …ctionStmt to replace MD5 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion

[GitHub] [doris] jackwener merged pull request #24835: [enhancement](Nereids) remove deriveStats jobs for some groupExpression

2023-09-25 Thread via GitHub
jackwener merged PR #24835: URL: https://github.com/apache/doris/pull/24835 -- 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 master updated: [enhancement](Nereids) remove deriveStats jobs for some groupExpression (#24835)

2023-09-25 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 60af62b41e [enhancement](Nereids) remove deriveS

[GitHub] [doris] starocean999 merged pull request #24630: [fix](nereids)fix bug of exists subquery with limit clause

2023-09-25 Thread via GitHub
starocean999 merged PR #24630: URL: https://github.com/apache/doris/pull/24630 -- 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 master updated: [fix](nereids)fix bug of exists subquery with limit clause (#24630)

2023-09-25 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 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 90791f0b19 [fix](nereids)fix bug of exists

[GitHub] [doris-thirdparty] zzzxl1993 opened a new pull request, #126: [optimize](chinese) fix debug compiler error

2023-09-25 Thread via GitHub
zzzxl1993 opened a new pull request, #126: URL: https://github.com/apache/doris-thirdparty/pull/126 (no comment) -- 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #24502: [feature](debug) support debug point used in debug code

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24502: URL: https://github.com/apache/doris/pull/24502#issuecomment-1733248954 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 #24502: [feature](debug) support debug point used in debug code

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24502: URL: https://github.com/apache/doris/pull/24502#issuecomment-1733248822 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] BiteTheDDDDt commented on pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
BiteThet commented on PR #24461: URL: https://github.com/apache/doris/pull/24461#issuecomment-1733250304 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

[GitHub] [doris] github-actions[bot] commented on pull request #24868: [feature](binlog) Add truncate table binlog support

2023-09-25 Thread via GitHub
github-actions[bot] commented on PR #24868: URL: https://github.com/apache/doris/pull/24868#issuecomment-1733253500 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] englefly commented on pull request #24764: [feature](nereids)support stats estimation for is-null predicate

2023-09-25 Thread via GitHub
englefly commented on PR #24764: URL: https://github.com/apache/doris/pull/24764#issuecomment-1733256740 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

[GitHub] [doris] xzj7019 commented on pull request #24859: [fix](nereids) support cte rf pushdown for exttable for 2.0

2023-09-25 Thread via GitHub
xzj7019 commented on PR #24859: URL: https://github.com/apache/doris/pull/24859#issuecomment-1733259325 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

[GitHub] [doris] zy-kkk commented on pull request #24866: [fix](auth) Remove printing passwords in the log

2023-09-25 Thread via GitHub
zy-kkk commented on PR #24866: URL: https://github.com/apache/doris/pull/24866#issuecomment-1733262433 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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-25 Thread via GitHub
github-actions[bot] commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1335627258 ## be/src/vec/common/columns_hashing.h: ## @@ -151,9 +154,7 @@ return KeyHolderType {key, pool}; } -std::span get_keys(size_t rows_numbe

[GitHub] [doris] XieJiann opened a new pull request, #24870: [enhancement] remove stats derived in `CostAndEnforce` job

2023-09-25 Thread via GitHub
XieJiann opened a new pull request, #24870: URL: https://github.com/apache/doris/pull/24870 ## 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

[GitHub] [doris] XieJiann commented on pull request #24870: [enhancement] remove stats derived in `CostAndEnforce` job

2023-09-25 Thread via GitHub
XieJiann commented on PR #24870: URL: https://github.com/apache/doris/pull/24870#issuecomment-1733294887 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

[GitHub] [doris] doris-robot commented on pull request #24812: [fix](Outfile) Use data_type_serde to export data to orc file format

2023-09-25 Thread via GitHub
doris-robot commented on PR #24812: URL: https://github.com/apache/doris/pull/24812#issuecomment-1733302855 TeamCity be ut coverage result: Function Coverage: 36.14% (8022/22197) Line Coverage: 28.49% (64439/226168) Region Coverage: 27.44% (33473/121968) Branch Coverage: 24.1

[GitHub] [doris] Gabriel39 commented on pull request #24862: [pipelineX](fix) Fix BE crash caused by join and constant expr

2023-09-25 Thread via GitHub
Gabriel39 commented on PR #24862: URL: https://github.com/apache/doris/pull/24862#issuecomment-1733304347 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

  1   2   3   4   5   6   >