Re: [PR] [Coverage](merge-on-write) add concurrent partial updates case for row store table [doris]
bobhan1 commented on PR #25346: URL: https://github.com/apache/doris/pull/25346#issuecomment-1759039416 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Tvf) return empty set when tvf queries an empty file or an error uri [doris]
BePPPower commented on PR #25280: URL: https://github.com/apache/doris/pull/25280#issuecomment-1759042850 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Tvf) return empty set when tvf queries an empty file or an error uri [doris]
BePPPower commented on PR #25280: URL: https://github.com/apache/doris/pull/25280#issuecomment-1759046763 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) Split partial update infos from tablet schema [doris]
bobhan1 commented on PR #25147: URL: https://github.com/apache/doris/pull/25147#issuecomment-1759048607 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [chore](workflow) add back 'License Check' and 'Clang Formatter' [doris]
hello-stephen opened a new pull request, #25349: URL: https://github.com/apache/doris/pull/25349 ## 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...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [chore](workflow) add back 'License Check' and 'Clang Formatter' [doris]
hello-stephen commented on PR #25349: URL: https://github.com/apache/doris/pull/25349#issuecomment-1759057753 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [Enhance]add broker load case [doris]
zhangguoqiang666 opened a new pull request, #25350: URL: https://github.com/apache/doris/pull/25350 ## Proposed changes Issue Number: close #xxx add broker load case ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhance](regression)add broker load case [doris]
zhangguoqiang666 commented on PR #25350: URL: https://github.com/apache/doris/pull/25350#issuecomment-1759058389 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [docker] [fix] add kafka log collector [doris]
github-actions[bot] commented on PR #25326: URL: https://github.com/apache/doris/pull/25326#issuecomment-1759066037 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](table value funtion) Fix null pointer when using numebrs [doris]
yiguolei commented on code in PR #25345: URL: https://github.com/apache/doris/pull/25345#discussion_r1356376019 ## fe/fe-core/src/main/java/org/apache/doris/analysis/StmtRewriter.java: ## @@ -1316,6 +1316,9 @@ public static boolean rewriteByPolicy(StatementBase statementBase, Analyzer anal continue; } TableIf table = tableRef.getTable(); +if (table.getName().equals("numbers")) { Review Comment: Not use name -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [docker] [fix] add kafka log collector [doris]
BiteThet merged PR #25326: URL: https://github.com/apache/doris/pull/25326 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[doris] branch master updated (d6ff9744c9 -> 1c3ecbbae9)
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d6ff9744c9 [feature](Nereids) covert predicate to SARGABLE (#25180) add 1c3ecbbae9 [docker] [fix] add kafka log collector (#25326) No new revisions were added by this update. Summary of changes: docker/thirdparties/run-thirdparties-docker.sh| 6 ++ regression-test/pipeline/common/check-pr-if-need-run-build.sh | 1 + 2 files changed, 7 insertions(+) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement](show-backends-disks) Add show backends disks [doris]
doris-robot commented on PR #24229: URL: https://github.com/apache/doris/pull/24229#issuecomment-1759073703 TeamCity be ut coverage result: Function Coverage: 36.22% (8156/22517) Line Coverage: 28.33% (65287/230436) Region Coverage: 27.05% (33805/124991) Branch Coverage: 23.88% (17251/72238) Coverage Report: http://coverage.selectdb-in.cc/coverage/402de283dd8a8c4794a988052c85aae58328b683_402de283dd8a8c4794a988052c85aae58328b683/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [FIX] unstable case test_jdbc_query_mysql [doris]
zhangguoqiang666 commented on PR #25279: URL: https://github.com/apache/doris/pull/25279#issuecomment-1759076523 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](Nereids) parse string literal failed [doris]
morrySnow opened a new pull request, #25351: URL: https://github.com/apache/doris/pull/25351 caused by PR #25091 ## 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...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [enhancement](merge-on-write) consider version count on size-based cu compaction policy [doris]
zhannngchen opened a new pull request, #25352: URL: https://github.com/apache/doris/pull/25352 ## Proposed changes Issue Number: close #xxx For MoW table, if there's too many versions, the delete bitmap will grow to a very big size, which may cause the tablet meta too big and the `save_meta` operation too slow. If the rowset should not promotion according to it's disk size, we should also consider it's version count. ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](thrift)cancel thrift msg max size limit [doris]
github-actions[bot] commented on PR #25194: URL: https://github.com/apache/doris/pull/25194#issuecomment-1759078340 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[doris] branch branch-2.0 updated: [fix](Nereids) parse string literal failed (#25351)
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new efcc66b1e4 [fix](Nereids) parse string literal failed (#25351) efcc66b1e4 is described below commit efcc66b1e4f232e68101e75e0ed39599542b2313 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate: Thu Oct 12 15:28:40 2023 +0800 [fix](Nereids) parse string literal failed (#25351) caused by PR #25091 --- .../src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +++--- .../java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java | 8 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 b/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 index 6b1f5f742e..cd07467e1c 100644 --- a/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 +++ b/fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4 @@ -59,7 +59,7 @@ statement identifierOrText : errorCapturingIdentifier -| STRING +| STRING_LITERAL ; userIdentify @@ -435,10 +435,10 @@ specifiedPartition constant : NULL #nullLiteral | interval #intervalLiteral -| type=(DATE | DATEV2 | TIMESTAMP) STRING #typeConstructor +| type=(DATE | DATEV2 | TIMESTAMP) STRING_LITERAL #typeConstructor | number #numericLiteral | booleanValue #booleanLiteral -| STRING #stringLiteral +| STRING_LITERAL #stringLiteral ; comparisonOperator diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java index f6e0cd117d..595d7e8023 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java @@ -460,8 +460,8 @@ public class LogicalPlanBuilder extends DorisParserBaseVisitor { @Override public String visitIdentifierOrText(IdentifierOrTextContext ctx) { -if (ctx.STRING() != null) { -return ctx.STRING().getText().substring(1, ctx.STRING().getText().length() - 1); +if (ctx.STRING_LITERAL() != null) { +return ctx.STRING_LITERAL().getText().substring(1, ctx.STRING_LITERAL().getText().length() - 1); } else { return ctx.errorCapturingIdentifier().getText(); } @@ -1276,7 +1276,7 @@ public class LogicalPlanBuilder extends DorisParserBaseVisitor { @Override public Expression visitTypeConstructor(TypeConstructorContext ctx) { -String value = ctx.STRING().getText(); +String value = ctx.STRING_LITERAL().getText(); value = value.substring(1, value.length() - 1); String type = ctx.type.getText().toUpperCase(); switch (type) { @@ -1346,7 +1346,7 @@ public class LogicalPlanBuilder extends DorisParserBaseVisitor { @Override public Literal visitStringLiteral(StringLiteralContext ctx) { // TODO: add unescapeSQLString. -String txt = ctx.STRING().getText(); +String txt = ctx.STRING_LITERAL().getText(); String s = escapeBackSlash(txt.substring(1, txt.length() - 1)); return new VarcharLiteral(s); } - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Nereids) parse string literal failed [doris]
xiaokang merged PR #25351: URL: https://github.com/apache/doris/pull/25351 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
github-actions[bot] commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759081254 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
github-actions[bot] commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759081321 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 URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
github-actions[bot] commented on PR #25348: URL: https://github.com/apache/doris/pull/25348#issuecomment-1759083028 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
github-actions[bot] commented on PR #25348: URL: https://github.com/apache/doris/pull/25348#issuecomment-1759083088 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 URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](merge-on-write) Fix some bugs about sequence column [doris]
bobhan1 commented on PR #24915: URL: https://github.com/apache/doris/pull/24915#issuecomment-1759083537 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](Nereids) fix test leading random failed [doris]
LiBinfeng-01 commented on PR #23657: URL: https://github.com/apache/doris/pull/23657#issuecomment-1759083730 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](gensrc) Builtin function specification error for Branch-2.0 [doris]
hello-stephen commented on PR #25329: URL: https://github.com/apache/doris/pull/25329#issuecomment-1759085502 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.39 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes, about 126 MB/s stream load json: 19 seconds loaded 2358488459 Bytes, about 118 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 33 seconds loaded 861443392 Bytes, about 24 MB/s insert into select: 29.6 seconds inserted 1000 Rows, about 337K ops/s storage size: 17163101744 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhance](regression)add broker load case [doris]
github-actions[bot] commented on PR #25350: URL: https://github.com/apache/doris/pull/25350#issuecomment-1759086920 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhance](regression)add broker load case [doris]
github-actions[bot] commented on PR #25350: URL: https://github.com/apache/doris/pull/25350#issuecomment-1759086986 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 URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [DNM](Nereids) test disable fallback [doris]
doris-robot commented on PR #25344: URL: https://github.com/apache/doris/pull/25344#issuecomment-1759089492 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.25 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes, about 128 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 33 seconds loaded 861443392 Bytes, about 24 MB/s insert into select: 28.9 seconds inserted 1000 Rows, about 346K ops/s storage size: 17162178732 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](resource-tag) limit the default user's resource tag to 'default' [doris]
doris-robot commented on PR #25331: URL: https://github.com/apache/doris/pull/25331#issuecomment-1759089628 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.72 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes, about 129 MB/s stream load json: 21 seconds loaded 2358488459 Bytes, about 107 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 28.6 seconds inserted 1000 Rows, about 349K ops/s storage size: 17162257289 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) consider version count on size-based cu compaction policy [doris]
github-actions[bot] commented on PR #25352: URL: https://github.com/apache/doris/pull/25352#issuecomment-1759090235 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[I] [Bug] [doris]
zhiqiang- opened a new issue, #25353: URL: https://github.com/apache/doris/issues/25353 ### 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 Wrong? 2023-10-12 11:03:37,801 WARN (mysql-nio-pool-8|646) [StmtExecutor.analyze():1019] Analyze failed. stmt[41, 10dc58d8cd64094-8ca2624026596e44] java.lang.NullPointerException: null at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) ~[?:1.8.0_131] at org.apache.doris.datasource.CatalogMgr.getCatalogOrException(CatalogMgr.java:183) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.datasource.CatalogMgr.getCatalogOrAnalysisException(CatalogMgr.java:191) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.analysis.StmtRewriter.rewriteByPolicy(StmtRewriter.java:1320) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.analyzeAndGenerateQueryPlan(StmtExecutor.java:1117) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.analyze(StmtExecutor.java:1002) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.executeByLegacy(StmtExecutor.java:696) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:468) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:438) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:353) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:501) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:752) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.mysql.ReadListener.lambda$handleEvent$0(ReadListener.java:52) ~[doris-fe.jar:1.2-SNAPSHOT] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[?:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[?:1.8.0_131] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_131] 2023-10-12 11:03:37,801 WARN (mysql-nio-pool-8|646) [StmtExecutor.executeByLegacy():799] execute Exception. stmt[41, 10dc58d8cd64094-8ca2624026596e44] org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Unexpected exception: null at org.apache.doris.qe.StmtExecutor.analyze(StmtExecutor.java:1020) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.executeByLegacy(StmtExecutor.java:696) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:468) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:438) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:353) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:501) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:752) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.mysql.ReadListener.lambda$handleEvent$0(ReadListener.java:52) ~[doris-fe.jar:1.2-SNAPSHOT] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[?:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[?:1.8.0_131] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_131] ### What You Expected? Non root user could use numbers ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) consider version count on size-based cu compaction policy [doris]
zhannngchen commented on PR #25352: URL: https://github.com/apache/doris/pull/25352#issuecomment-1759091248 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](table value funtion) Fix null pointer when using numebrs [doris]
doris-robot commented on PR #25345: URL: https://github.com/apache/doris/pull/25345#issuecomment-1759091038 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.34 seconds stream load tsv: 559 seconds loaded 74807831229 Bytes, about 127 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 28.8 seconds inserted 1000 Rows, about 347K ops/s storage size: 17162338147 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement](filter) support only min/max runtime filter in BE [doris]
doris-robot commented on PR #25290: URL: https://github.com/apache/doris/pull/25290#issuecomment-1759094898 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.15 seconds stream load tsv: 563 seconds loaded 74807831229 Bytes, about 126 MB/s stream load json: 21 seconds loaded 2358488459 Bytes, about 107 MB/s stream load orc: 65 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 28.9 seconds inserted 1000 Rows, about 346K ops/s storage size: 17162349083 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) refine tablet meta_lock usage and add some trace log [doris]
zhannngchen commented on PR #25124: URL: https://github.com/apache/doris/pull/25124#issuecomment-1759092597 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement](show-backends-disks) Add show backends disks [doris]
doris-robot commented on PR #24229: URL: https://github.com/apache/doris/pull/24229#issuecomment-1759095874 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.03 seconds stream load tsv: 557 seconds loaded 74807831229 Bytes, about 128 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 33 seconds loaded 861443392 Bytes, about 24 MB/s insert into select: 29.0 seconds inserted 1000 Rows, about 344K ops/s storage size: 17162177566 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
doris-robot commented on PR #25348: URL: https://github.com/apache/doris/pull/25348#issuecomment-1759095541 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.64 seconds stream load tsv: 556 seconds loaded 74807831229 Bytes, about 128 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s insert into select: 28.9 seconds inserted 1000 Rows, about 346K ops/s storage size: 17162235972 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](compaction) record base compaction schedule time and status [doris]
zhannngchen commented on code in PR #25283: URL: https://github.com/apache/doris/pull/25283#discussion_r1356402967 ## be/src/olap/tablet.cpp: ## @@ -1752,6 +1761,7 @@ Status Tablet::prepare_compaction_and_calculate_permits(CompactionType compactio StorageEngine::instance()->create_base_compaction(tablet, _base_compaction); DorisMetrics::instance()->base_compaction_request_total->increment(1); Status res = _base_compaction->prepare_compact(); +set_last_base_compaction_status(res.to_string()); Review Comment: should also update status while `execute_compact` fail. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Tvf) return empty set when tvf queries an empty file or an error uri [doris]
doris-robot commented on PR #25280: URL: https://github.com/apache/doris/pull/25280#issuecomment-1759099014 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.9 seconds stream load tsv: 552 seconds loaded 74807831229 Bytes, about 129 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 65 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 28.8 seconds inserted 1000 Rows, about 347K ops/s storage size: 17161998075 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Tvf) return empty set when tvf queries an empty file or an error uri [doris]
doris-robot commented on PR #25280: URL: https://github.com/apache/doris/pull/25280#issuecomment-1759099236 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.98 seconds stream load tsv: 558 seconds loaded 74807831229 Bytes, about 127 MB/s stream load json: 21 seconds loaded 2358488459 Bytes, about 107 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 33 seconds loaded 861443392 Bytes, about 24 MB/s insert into select: 28.8 seconds inserted 1000 Rows, about 347K ops/s storage size: 17162202182 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
xinyiZzz commented on code in PR #23385: URL: https://github.com/apache/doris/pull/23385#discussion_r1356404432 ## be/src/runtime/memory/mem_tracker_limiter.cpp: ## @@ -257,7 +261,10 @@ std::string MemTrackerLimiter::log_process_usage_str() { detail += "\nProcess Memory Summary:\n" + MemTrackerLimiter::process_mem_log_str(); std::vector snapshots; MemTrackerLimiter::make_process_snapshots(&snapshots); -MemTrackerLimiter::make_type_snapshots(&snapshots, MemTrackerLimiter::Type::GLOBAL); +MemTrackerLimiter::make_type_snapshots(&snapshots, MemTrackerLimiter::Type::GLOBAL, false); +MemTrackerLimiter::make_type_snapshots(&snapshots, MemTrackerLimiter::Type::COMPACTION, false); +MemTrackerLimiter::make_type_snapshots(&snapshots, MemTrackerLimiter::Type::QUERY, false); +MemTrackerLimiter::make_type_snapshots(&snapshots, MemTrackerLimiter::Type::LOAD, false); Review Comment: `QUERY` and `LOAD` do not make snapshots, `GLOBAL` should be with_child=true `COMPACTION` tasks may be very many? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
doris-robot commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759103587 TeamCity be ut coverage result: Function Coverage: 36.24% (8159/22511) Line Coverage: 28.35% (65337/230457) Region Coverage: 27.05% (33823/125018) Branch Coverage: 23.88% (17257/72272) Coverage Report: http://coverage.selectdb-in.cc/coverage/790f0871e7a4651ea0cc3f0c49e6399d2e7fe7bd_790f0871e7a4651ea0cc3f0c49e6399d2e7fe7bd/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement](filter) support only min/max runtime filter in BE [doris]
doris-robot commented on PR #25290: URL: https://github.com/apache/doris/pull/25290#issuecomment-1759105080 TeamCity be ut coverage result: Function Coverage: 36.24% (8156/22508) Line Coverage: 28.33% (65301/230469) Region Coverage: 27.05% (33821/125021) Branch Coverage: 23.87% (17256/72294) Coverage Report: http://coverage.selectdb-in.cc/coverage/63ced46bae6d3481c22442e04ff6dcbfe360ad9e_63ced46bae6d3481c22442e04ff6dcbfe360ad9e/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) Split partial update infos from tablet schema [doris]
doris-robot commented on PR #25147: URL: https://github.com/apache/doris/pull/25147#issuecomment-1759105724 TeamCity be ut coverage result: Function Coverage: 36.23% (8153/22503) Line Coverage: 28.34% (65291/230365) Region Coverage: 27.06% (33817/124974) Branch Coverage: 23.87% (17249/72250) Coverage Report: http://coverage.selectdb-in.cc/coverage/8289b79c8086221d88dbc3122339d4338b832c8e_8289b79c8086221d88dbc3122339d4338b832c8e/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Nereids): fix regression test test_timestamp_arithmetic in branch 2.0 [doris]
jackwener closed pull request #25342: [fix](Nereids): fix regression test test_timestamp_arithmetic in branch 2.0 URL: https://github.com/apache/doris/pull/25342 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) consider version count on size-based cu compaction policy [doris]
hust-hhb commented on PR #25352: URL: https://github.com/apache/doris/pull/25352#issuecomment-1759118376 LGTM -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
doris-robot commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759120665 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.14 seconds stream load tsv: 561 seconds loaded 74807831229 Bytes, about 127 MB/s stream load json: 22 seconds loaded 2358488459 Bytes, about 102 MB/s stream load orc: 65 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 28.8 seconds inserted 1000 Rows, about 347K ops/s storage size: 17161923720 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
hust-hhb commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759127806 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](merge-on-write) Fix some bugs about sequence column [doris]
doris-robot commented on PR #24915: URL: https://github.com/apache/doris/pull/24915#issuecomment-1759129320 (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, about 128 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 28.8 seconds inserted 1000 Rows, about 347K ops/s storage size: 17162653533 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
CalvinKirs commented on code in PR #25348: URL: https://github.com/apache/doris/pull/25348#discussion_r1356442983 ## fe/pom.xml: ## @@ -346,7 +347,7 @@ under the License. cloudera-public - https://repository.cloudera.com/artifactory/public/ + https://repository.cloudera.com/repository/libs-release-local/ Review Comment: I didn't find the corresponding document, but this address is indeed available. Could you provide some more detailed information? In addition, maybe the address we should use is `https://repository.cloudera.com/artifactory/cloudera-repos/`, FYI https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh5_maven_repo.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Nereids) fix some case error in nereids_syntax_p0 [doris]
XieJiann commented on PR #25341: URL: https://github.com/apache/doris/pull/25341#issuecomment-1759129809 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) Split partial update infos from tablet schema [doris]
doris-robot commented on PR #25147: URL: https://github.com/apache/doris/pull/25147#issuecomment-1759132387 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.85 seconds stream load tsv: 578 seconds loaded 74807831229 Bytes, about 123 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s insert into select: 28.6 seconds inserted 1000 Rows, about 349K ops/s storage size: 17162379326 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](Nereids) count should not accept complex and json type [doris]
morrySnow opened a new pull request, #25354: URL: https://github.com/apache/doris/pull/25354 ## 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...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [opt](Nereids) count support metric types [doris]
morrySnow commented on PR #25157: URL: https://github.com/apache/doris/pull/25157#issuecomment-175911 fixed by #25354 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [opt](Nereids) count support metric types [doris]
morrySnow closed pull request #25157: [opt](Nereids) count support metric types URL: https://github.com/apache/doris/pull/25157 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Nereids) count should not accept complex and json type [doris]
morrySnow commented on PR #25354: URL: https://github.com/apache/doris/pull/25354#issuecomment-1759133561 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
zhiqiang- commented on code in PR #25348: URL: https://github.com/apache/doris/pull/25348#discussion_r1356454811 ## fe/pom.xml: ## @@ -346,7 +347,7 @@ under the License. cloudera-public - https://repository.cloudera.com/artifactory/public/ + https://repository.cloudera.com/repository/libs-release-local/ Review Comment: Problem i met: ``` sh build.sh --fe ``` prompted with https://github.com/apache/doris/assets/42906151/cf05a595-120b-412a-9833-39a8f40b2530";> ``` Plugin net. sourceforge.czt.dev:cup-maven-plugin:1.6-cdh or one of its dependencies could not be resolved: Failure to find net.sou rceforge. czt.dev: cup-maven-plugin: jar:1.6-ch in https://repo.maven.apache.org/maven2 ``` How I get the add above address: 1. [open](https://repository.cloudera.com/#browse/search=keyword%3Djava-cup:NX.coreui.model.Component-1:6254a685ac93787f112088315872dfad) 2. click https://github.com/apache/doris/assets/42906151/2c6c1308-41f9-46e2-9fd3-50b09ad0114a";> 3. get new address https://repository.cloudera.com/repository/libs-release-local/net/sourceforge/czt/dev/java-cup/0.11-a-czt02-cdh/java-cup-0.11-a-czt02-cdh.jar -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](compaction) record base compaction schedule time and status [doris]
hust-hhb commented on code in PR #25283: URL: https://github.com/apache/doris/pull/25283#discussion_r1356456990 ## be/src/olap/tablet.cpp: ## @@ -1752,6 +1761,7 @@ Status Tablet::prepare_compaction_and_calculate_permits(CompactionType compactio StorageEngine::instance()->create_base_compaction(tablet, _base_compaction); DorisMetrics::instance()->base_compaction_request_total->increment(1); Status res = _base_compaction->prepare_compact(); +set_last_base_compaction_status(res.to_string()); Review Comment: done -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
zhiqiang- commented on code in PR #25348: URL: https://github.com/apache/doris/pull/25348#discussion_r1356458963 ## fe/pom.xml: ## @@ -346,7 +347,7 @@ under the License. cloudera-public - https://repository.cloudera.com/artifactory/public/ + https://repository.cloudera.com/repository/libs-release-local/ Review Comment: I met same problem when fetching java-cup and cup-maven-plugin, so above pic and txt and url maybe mixed with two situation. Correct url for cup-maven-plugin: https://repository.cloudera.com/repository/libs-release-local/net/sourceforge/czt/dev/cup-maven-plugin/1.6-cdh/cup-maven-plugin-1.6-cdh.jar -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
zhiqiang- commented on code in PR #25348: URL: https://github.com/apache/doris/pull/25348#discussion_r1356461900 ## fe/pom.xml: ## @@ -346,7 +347,7 @@ under the License. cloudera-public - https://repository.cloudera.com/artifactory/public/ + https://repository.cloudera.com/repository/libs-release-local/ Review Comment: Feel free to modify any in-correct part of pr, I don know if this is a permanent solution, as you have seen the official docs still using the previous url... BUT, after i changed to new url, my problem is solved. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Tvf) return empty set when tvf queries an empty file or an error uri [doris]
BePPPower commented on PR #25280: URL: https://github.com/apache/doris/pull/25280#issuecomment-1759154337 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
doris-robot commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759157129 TeamCity be ut coverage result: Function Coverage: 36.24% (8159/22511) Line Coverage: 28.35% (65339/230455) Region Coverage: 27.06% (33832/125018) Branch Coverage: 23.88% (17257/72272) Coverage Report: http://coverage.selectdb-in.cc/coverage/1e81c6c931ba8c89fbc80ea2aa4f209fb506a044_1e81c6c931ba8c89fbc80ea2aa4f209fb506a044/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [case](regresscases) add regress cases for nested type nested type with csv format [doris]
amorynan opened a new pull request, #25355: URL: https://github.com/apache/doris/pull/25355 ## Proposed changes Issue Number: close #xxx this pr 1. fix use podarray push_back() with back() will make heap_use_after_free when podarray is reach capacity which would may make heap free 2. add cases for csv format for nested types. and csv file has two define which are without quote or just like json text ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](mvn source) Fix fe compile java-cup and cup-maven-plugin not found [doris]
CalvinKirs commented on code in PR #25348: URL: https://github.com/apache/doris/pull/25348#discussion_r1356465354 ## fe/pom.xml: ## @@ -346,7 +347,7 @@ under the License. cloudera-public - https://repository.cloudera.com/artifactory/public/ + https://repository.cloudera.com/repository/libs-release-local/ Review Comment: > I didn't find the corresponding document, but this address is indeed available. Could you provide some more detailed information? In addition, maybe the address we should use is `https://repository.cloudera.com/artifactory/cloudera-repos/`, FYI https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh5_maven_repo.html↳ I got you. Should we use this address (`https://repository.cloudera.com/artifactory/cloudera-repos/`)? It's widely used and I could find specific official recommendations. The address you provided is still available, but I can't find specific instructions for changing it. ## fe/pom.xml: ## @@ -346,7 +347,7 @@ under the License. cloudera-public - https://repository.cloudera.com/artifactory/public/ + https://repository.cloudera.com/repository/libs-release-local/ Review Comment: > I didn't find the corresponding document, but this address is indeed available. Could you provide some more detailed information? In addition, maybe the address we should use is `https://repository.cloudera.com/artifactory/cloudera-repos/`, FYI https://docs.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh5_maven_repo.html↳ I got you. Should we use this address (`https://repository.cloudera.com/artifactory/cloudera-repos/`)? It's widely used and I could find specific official recommendations. The address you provided is still available, but I can't find specific instructions for changing it. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](compaction) record base compaction schedule time and status [doris]
github-actions[bot] commented on PR #25283: URL: https://github.com/apache/doris/pull/25283#issuecomment-1759158121 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [FIX](regresstest) fix cases for test_nested_types_insert_into_with_s3 [doris]
github-actions[bot] commented on PR #25228: URL: https://github.com/apache/doris/pull/25228#issuecomment-1759159019 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [case](regresscases) add regress cases for nested type nested type with csv format [doris]
amorynan commented on PR #25355: URL: https://github.com/apache/doris/pull/25355#issuecomment-1759159044 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [feature](meta) queries as table valued function (#) [doris]
yiguolei merged PR #25052: URL: https://github.com/apache/doris/pull/25052 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [I] [Enhancement] Running Queries as table valued function [doris]
yiguolei closed issue #25051: [Enhancement] Running Queries as table valued function URL: https://github.com/apache/doris/issues/25051 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[doris] branch master updated (1c3ecbbae9 -> bdb64eab73)
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1c3ecbbae9 [docker] [fix] add kafka log collector (#25326) add bdb64eab73 [feature](meta) queries as table valued function (#25052) (#25052) No new revisions were added by this update. Summary of changes: be/src/vec/exec/scan/vmeta_scanner.cpp | 22 + be/src/vec/exec/scan/vmeta_scanner.h | 2 + .../doris/common/proc/FrontendsProcNode.java | 18 .../doris/tablefunction/MetadataGenerator.java | 103 + .../tablefunction/MetadataTableValuedFunction.java | 2 + ...nction.java => QueriesTableValuedFunction.java} | 59 ++-- .../doris/tablefunction/TableValuedFunctionIf.java | 2 + gensrc/thrift/FrontendService.thrift | 1 + gensrc/thrift/PlanNodes.thrift | 6 ++ gensrc/thrift/Types.thrift | 1 + 10 files changed, 189 insertions(+), 27 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/tablefunction/{CatalogsTableValuedFunction.java => QueriesTableValuedFunction.java} (63%) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](fe and broker) support specify broker to getSplits, check isSplitable, file scan for HMS Multi-catalog [doris]
WinkerDu commented on PR #24830: URL: https://github.com/apache/doris/pull/24830#issuecomment-1759165444 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [case](regresscases) add regress cases for nested type nested type with csv format [doris]
amorynan commented on PR #25355: URL: https://github.com/apache/doris/pull/25355#issuecomment-1759166434 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [case](regresscases) add regress cases for nested type nested type with csv format [doris]
github-actions[bot] commented on PR #25355: URL: https://github.com/apache/doris/pull/25355#issuecomment-1759168316 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
doris-robot commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759172470 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.9 seconds stream load tsv: 584 seconds loaded 74807831229 Bytes, about 122 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 29.0 seconds inserted 1000 Rows, about 344K ops/s storage size: 17162391996 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](fe and broker) support specify broker to getSplits, check isSplitable, file scan for HMS Multi-catalog [doris]
github-actions[bot] commented on PR #24830: URL: https://github.com/apache/doris/pull/24830#issuecomment-1759174374 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](Nereids) count should not accept complex and json type [doris]
doris-robot commented on PR #25354: URL: https://github.com/apache/doris/pull/25354#issuecomment-1759176208 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.56 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes, about 128 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 31 seconds loaded 861443392 Bytes, about 26 MB/s insert into select: 28.9 seconds inserted 1000 Rows, about 346K ops/s storage size: 17162546330 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [Docs](merge-on-write) Add more docs for partial update using native insert statement [doris]
bobhan1 opened a new pull request, #25356: URL: https://github.com/apache/doris/pull/25356 ## Proposed changes ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](fe and broker) support specify broker to getSplits, check isSplitable, file scan for HMS Multi-catalog [doris]
github-actions[bot] commented on PR #24830: URL: https://github.com/apache/doris/pull/24830#issuecomment-1759177129 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [improvement](compaction) optimize compaction mem tracker statistics [doris]
github-actions[bot] commented on PR #23385: URL: https://github.com/apache/doris/pull/23385#issuecomment-1759177401 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [case](regresscases) add regress cases for nested type nested type with csv format [doris]
github-actions[bot] commented on PR #25355: URL: https://github.com/apache/doris/pull/25355#issuecomment-1759177982 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) consider version count on size-based cu compaction policy [doris]
doris-robot commented on PR #25352: URL: https://github.com/apache/doris/pull/25352#issuecomment-1759179223 TeamCity be ut coverage result: Function Coverage: 36.24% (8156/22507) Line Coverage: 28.34% (65300/230392) Region Coverage: 27.06% (33819/124993) Branch Coverage: 23.87% (17251/72258) Coverage Report: http://coverage.selectdb-in.cc/coverage/cc8fd9041b791dd97168299cc2259ea7122a4378_cc8fd9041b791dd97168299cc2259ea7122a4378/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhance](regression)add broker load case [doris]
zhangguoqiang666 commented on PR #25350: URL: https://github.com/apache/doris/pull/25350#issuecomment-1759185642 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Fix](Planner) fix varchar does not show real length [doris]
LiBinfeng-01 commented on PR #25171: URL: https://github.com/apache/doris/pull/25171#issuecomment-1759193449 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[doris] branch luzhijing-patch-7 created (now 226f246a3d)
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a change to branch luzhijing-patch-7 in repository https://gitbox.apache.org/repos/asf/doris.git at 226f246a3d [doc])(sidebae)Update partial-update sidebars.json No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](insert) improve group_commit related tests [doris]
mymeiyi commented on PR #25319: URL: https://github.com/apache/doris/pull/25319#issuecomment-1759196090 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [doc])(sidebae)Update partial-update sidebars.json [doris]
luzhijing opened a new pull request, #25357: URL: https://github.com/apache/doris/pull/25357 ## 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...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [doc])(sidebar)Update partial-update sidebars.json [doris]
github-actions[bot] commented on PR #25357: URL: https://github.com/apache/doris/pull/25357#issuecomment-1759197619 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [doc])(sidebar)Update partial-update sidebars.json [doris]
github-actions[bot] commented on PR #25357: URL: https://github.com/apache/doris/pull/25357#issuecomment-1759197671 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 URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [doc])(sidebar)Update partial-update sidebars.json [doris]
luzhijing commented on PR #25357: URL: https://github.com/apache/doris/pull/25357#issuecomment-1759197823 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [case](regresscases) add regress cases for nested type nested type with csv format [doris]
doris-robot commented on PR #25355: URL: https://github.com/apache/doris/pull/25355#issuecomment-1759198513 TeamCity be ut coverage result: Function Coverage: 36.23% (8154/22507) Line Coverage: 28.34% (65289/230390) Region Coverage: 27.05% (33813/124988) Branch Coverage: 23.88% (17252/72254) Coverage Report: http://coverage.selectdb-in.cc/coverage/f0cfed9d0b0c2934ddd880273d48d361ded423cd_f0cfed9d0b0c2934ddd880273d48d361ded423cd/report/index.html -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [minor](reader) remove redundant code [doris]
Xiaoccer commented on PR #25206: URL: https://github.com/apache/doris/pull/25206#issuecomment-1759199572 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [Improvement](materialized-view) set job failed when toAgentTaskRequest meet error [doris]
BiteThet opened a new pull request, #25358: URL: https://github.com/apache/doris/pull/25358 ## Proposed changes 1. set job failed when toAgentTaskRequest meet error 2. enable expr rewrite on create mv ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement](filter) support only min/max runtime filter in BE [doris]
github-actions[bot] commented on PR #25290: URL: https://github.com/apache/doris/pull/25290#issuecomment-1759200151 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 URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement](filter) support only min/max runtime filter in BE [doris]
github-actions[bot] commented on PR #25290: URL: https://github.com/apache/doris/pull/25290#issuecomment-1759200059 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 and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Improvement](materialized-view) set job failed when toAgentTaskRequest meet error [doris]
BiteThet commented on PR #25358: URL: https://github.com/apache/doris/pull/25358#issuecomment-1759201210 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 unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](insert) improve group_commit related tests [doris]
github-actions[bot] commented on PR #25319: URL: https://github.com/apache/doris/pull/25319#issuecomment-1759202021 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 above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhancement](merge-on-write) consider version count on size-based cu compaction policy [doris]
doris-robot commented on PR #25352: URL: https://github.com/apache/doris/pull/25352#issuecomment-1759205582 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.06 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes, about 122 MB/s stream load json: 20 seconds loaded 2358488459 Bytes, about 112 MB/s stream load orc: 64 seconds loaded 1101869774 Bytes, about 16 MB/s stream load parquet: 32 seconds loaded 861443392 Bytes, about 25 MB/s insert into select: 29.2 seconds inserted 1000 Rows, about 342K ops/s storage size: 17162460037 Bytes -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [FIX] unstable case test_jdbc_query_mysql [doris]
github-actions[bot] commented on PR #25279: URL: https://github.com/apache/doris/pull/25279#issuecomment-1759207478 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 URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[doris] branch master updated (bdb64eab73b -> c6824ce1ae1)
This is an automated email from the ASF dual-hosted git repository. zykkk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bdb64eab73b [feature](meta) queries as table valued function (#25052) (#25052) add c6824ce1ae1 [test](fix) unstable case test_jdbc_query_mysql (#25279) No new revisions were added by this update. Summary of changes: .../external_table_p0/jdbc/test_jdbc_query_mysql.out | 20 ++-- .../jdbc/test_jdbc_query_mysql.groovy| 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org