[GitHub] [doris] github-actions[bot] commented on pull request #22293: [enhancement](binlog) CreateTable inherit db binlog && Add some checks

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22293: URL: https://github.com/apache/doris/pull/22293#issuecomment-1655135772 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] Jibing-Li opened a new pull request, #22338: [Improvement](multi catalog)Support Iceberg, Paimon and MaxCompute table in nereids.

2023-07-27 Thread via GitHub
Jibing-Li opened a new pull request, #22338: URL: https://github.com/apache/doris/pull/22338 Add Iceberg external table, Paimon external table and Max compute external table support in Nereids getLogicalPlan function to support these tables in nereids planner. If this is a relatively

[GitHub] [doris] github-actions[bot] commented on pull request #22238: [fix](compaction) fix time series compaction policy corner case

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22238: URL: https://github.com/apache/doris/pull/22238#issuecomment-1655135076 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] dataroaring commented on pull request #22293: [enhancement](binlog) CreateTable inherit db binlog && Add some checks

2023-07-27 Thread via GitHub
dataroaring commented on PR #22293: URL: https://github.com/apache/doris/pull/22293#issuecomment-1655134665 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 #22285: [fix](Nereids) project hidden columns when `show_hidden_columns` is true

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22285: URL: https://github.com/apache/doris/pull/22285#issuecomment-1655133741 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 #22285: [fix](Nereids) project hidden columns when `show_hidden_columns` is true

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22285: URL: https://github.com/apache/doris/pull/22285#issuecomment-1655133779 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] wuwenchi commented on pull request #22336: [Improvement] Add iceberg metadata cache and support manifest file content cache

2023-07-27 Thread via GitHub
wuwenchi commented on PR #22336: URL: https://github.com/apache/doris/pull/22336#issuecomment-1655130611 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 #22320: [fix](decimal) fix scale check when generating thrift

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22320: URL: https://github.com/apache/doris/pull/22320#issuecomment-1655129202 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.03 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] HappenLee opened a new pull request, #22337: [Bug](runtime-filter) fix probe expr prepared twice on minmax runtime filter (#22229)

2023-07-27 Thread via GitHub
HappenLee opened a new pull request, #22337: URL: https://github.com/apache/doris/pull/22337 ## Proposed changes cherry-pick the commit to branch 2.0 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apach

[GitHub] [doris] wuwenchi opened a new pull request, #22336: [Improvement] Add iceberg metadata cache and support manifest file content cache

2023-07-27 Thread via GitHub
wuwenchi opened a new pull request, #22336: URL: https://github.com/apache/doris/pull/22336 ## Proposed changes 1. Cache the iceberg table. When accessing the same table, the metadata will only be loaded once. 2. Cache the snapshot of the table to optimize the performance of th

[GitHub] [doris] hello-stephen commented on pull request #22040: [feature](show-frontends-disk) Add Show frontend disks

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22040: URL: https://github.com/apache/doris/pull/22040#issuecomment-1655127195 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes, a

[GitHub] [doris] github-actions[bot] commented on pull request #22333: Local tvf

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22333: URL: https://github.com/apache/doris/pull/22333#issuecomment-1655125124 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] csun5285 commented on a diff in pull request #22238: [fix](compaction) fix time series compaction policy corner case

2023-07-27 Thread via GitHub
csun5285 commented on code in PR #22238: URL: https://github.com/apache/doris/pull/22238#discussion_r1277174950 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -164,7 +168,15 @@ int TimeSeriesCumulativeCompactionPolicy::pick_input_rowsets( input_rowsets-

[GitHub] [doris] jacktengg commented on a diff in pull request #22281: [fix](cast) fix wrong result of casting empty string to array date

2023-07-27 Thread via GitHub
jacktengg commented on code in PR #22281: URL: https://github.com/apache/doris/pull/22281#discussion_r1276369100 ## regression-test/suites/query_p0/sql_functions/cast_function/test_cast_string_to_array.groovy: ## @@ -41,5 +41,14 @@ suite("test_cast_string_to_array") { qt_sq

[GitHub] [doris] jacktengg commented on a diff in pull request #22281: [fix](cast) fix wrong result of casting empty string to array date

2023-07-27 Thread via GitHub
jacktengg commented on code in PR #22281: URL: https://github.com/apache/doris/pull/22281#discussion_r1276369100 ## regression-test/suites/query_p0/sql_functions/cast_function/test_cast_string_to_array.groovy: ## @@ -41,5 +41,14 @@ suite("test_cast_string_to_array") { qt_sq

[GitHub] [doris] vinlee19 commented on issue #22324: [Bug] BE core at je_arena_dalloc_promoted

2023-07-27 Thread via GitHub
vinlee19 commented on issue #22324: URL: https://github.com/apache/doris/issues/22324#issuecomment-1655122313 What is your java version? jdk 8 or jdk11? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris] ixzc opened a new pull request, #22335: [typo][doc] modify some doc errors.

2023-07-27 Thread via GitHub
ixzc opened a new pull request, #22335: URL: https://github.com/apache/doris/pull/22335 ## Proposed changes Modify the create-file syntax description. Add a description of whether one of the dynamic partitioning parameters must be required. modify the error current_time(

[GitHub] [doris] xinyiZzz opened a new pull request, #22334: [fix][branch-1.2](memory) Fix crash at `bthread_setspecific` in `brpc::Socket::CheckHealth()`

2023-07-27 Thread via GitHub
xinyiZzz opened a new pull request, #22334: URL: https://github.com/apache/doris/pull/22334 ## Proposed changes cherry-pick #20450 #20999 #21064 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.or

[GitHub] [doris] morningman opened a new pull request, #22333: Local tvf

2023-07-27 Thread via GitHub
morningman opened a new pull request, #22333: URL: https://github.com/apache/doris/pull/22333 ## 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](mail

[GitHub] [doris] xinyiZzz closed pull request #22332: [fix][branch-1.2](memory) Fix crash at `bthread_setspecific` in `brpc::Socket::CheckHealth()`

2023-07-27 Thread via GitHub
xinyiZzz closed pull request #22332: [fix][branch-1.2](memory) Fix crash at `bthread_setspecific` in `brpc::Socket::CheckHealth()` URL: https://github.com/apache/doris/pull/22332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [doris] xinyiZzz opened a new pull request, #22332: [fix][branch-1.2](memory) Fix crash at `bthread_setspecific` in `brpc::Socket::CheckHealth()`

2023-07-27 Thread via GitHub
xinyiZzz opened a new pull request, #22332: URL: https://github.com/apache/doris/pull/22332 ## Proposed changes cherry-pick #20450 #20999 #21064 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.or

[GitHub] [doris] platoneko commented on a diff in pull request #22238: [fix](compaction) fix time series compaction policy corner case

2023-07-27 Thread via GitHub
platoneko commented on code in PR #22238: URL: https://github.com/apache/doris/pull/22238#discussion_r1277167989 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -164,7 +168,15 @@ int TimeSeriesCumulativeCompactionPolicy::pick_input_rowsets( input_rowsets

[doris] branch master updated: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt (#22270)

2023-07-27 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 0c734a861e [Enhancement](delete) eliminate rea

[GitHub] [doris] platoneko commented on a diff in pull request #22238: [fix](compaction) fix time series compaction policy corner case

2023-07-27 Thread via GitHub
platoneko commented on code in PR #22238: URL: https://github.com/apache/doris/pull/22238#discussion_r1277167504 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -164,7 +168,15 @@ int TimeSeriesCumulativeCompactionPolicy::pick_input_rowsets( input_rowsets

[GitHub] [doris] zhannngchen merged pull request #22270: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt

2023-07-27 Thread via GitHub
zhannngchen merged PR #22270: URL: https://github.com/apache/doris/pull/22270 -- 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.

[GitHub] [doris] hello-stephen commented on pull request #22281: [fix](cast) fix wrong result of casting empty string to array date

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22281: URL: https://github.com/apache/doris/pull/22281#issuecomment-1655110884 run compile -- 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] freemandealer commented on pull request #21757: [fix](show-stmt) fix show create table missing storage_medium info

2023-07-27 Thread via GitHub
freemandealer commented on PR #21757: URL: https://github.com/apache/doris/pull/21757#issuecomment-1655108258 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] yiguolei merged pull request #22325: [fix](ut) fix ut of stats test

2023-07-27 Thread via GitHub
yiguolei merged PR #22325: URL: https://github.com/apache/doris/pull/22325 -- 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.apa

[GitHub] [doris] hello-stephen commented on pull request #22319: [fix](partial update) remove CHECK on illegal number of partial columns

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22319: URL: https://github.com/apache/doris/pull/22319#issuecomment-1655096757 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.27 seconds stream load tsv: 530 seconds loaded 74807831229 Bytes

[GitHub] [doris] zclllyybb commented on pull request #22320: [fix](decimal) fix scale check when generating thrift

2023-07-27 Thread via GitHub
zclllyybb commented on PR #22320: URL: https://github.com/apache/doris/pull/22320#issuecomment-1655092029 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 pull request #22312: [Docs](Community) Update Join Community Invalid Pics

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22312: URL: https://github.com/apache/doris/pull/22312#issuecomment-1655089109 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 #22312: [Docs](Community) Update Join Community Invalid Pics

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22312: URL: https://github.com/apache/doris/pull/22312#issuecomment-1655089201 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

[doris] branch master updated (1c6246f7ee -> c2155678ca)

2023-07-27 Thread panxiaolei
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 1c6246f7ee [improve](agg) support distinct agg node (#22169) add c2155678ca [fix](functions) fix now(null) cra

[GitHub] [doris] BiteTheDDDDt merged pull request #22321: [fix](functions) fix now(null) crash

2023-07-27 Thread via GitHub
BiteThet merged PR #22321: URL: https://github.com/apache/doris/pull/22321 -- 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: [improve](agg) support distinct agg node (#22169)

2023-07-27 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1c6246f7ee [improve](agg) support distinct ag

[GitHub] [doris] BiteTheDDDDt merged pull request #22169: [improve](agg) support distinct agg node

2023-07-27 Thread via GitHub
BiteThet merged PR #22169: URL: https://github.com/apache/doris/pull/22169 -- 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

[GitHub] [doris] XieJiann commented on pull request #22265: [fix](Nereids) fix ends calculation when there are constant project

2023-07-27 Thread via GitHub
XieJiann commented on PR #22265: URL: https://github.com/apache/doris/pull/22265#issuecomment-1655065281 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] zhannngchen commented on pull request #22319: [fix](partial update) remove CHECK on illegal number of partial columns

2023-07-27 Thread via GitHub
zhannngchen commented on PR #22319: URL: https://github.com/apache/doris/pull/22319#issuecomment-1655052137 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] herry2038 commented on pull request #22040: [feature](show-frontends-disk) Add Show frontend disks

2023-07-27 Thread via GitHub
herry2038 commented on PR #22040: URL: https://github.com/apache/doris/pull/22040#issuecomment-1655049540 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 pull request #22331: [fix](complex_type) throw error when reading complex types in broker/stream load

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22331: URL: https://github.com/apache/doris/pull/22331#issuecomment-1655034658 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] BiteTheDDDDt merged pull request #22315: [chore](log)Move non-user-friendly error message to be.WARNING

2023-07-27 Thread via GitHub
BiteThet merged PR #22315: URL: https://github.com/apache/doris/pull/22315 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #22040: [feature](show-frontends-disk) Add Show frontend disks

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

[doris] branch master updated: [regression](fix) include case test_round (#22326)

2023-07-27 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 2d538d5959 [regression](fix) include case tes

[GitHub] [doris] BiteTheDDDDt merged pull request #22326: [regression](fix) include case test_round

2023-07-27 Thread via GitHub
BiteThet merged PR #22326: URL: https://github.com/apache/doris/pull/22326 -- 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

[GitHub] [doris] AshinGau opened a new pull request, #22331: [fix](complex_type) throw error when reading complex types in broker/stream load

2023-07-27 Thread via GitHub
AshinGau opened a new pull request, #22331: URL: https://github.com/apache/doris/pull/22331 ## Proposed changes Check whether there are complex types in parquet/orc reader in broker/stream load. Broker/stream load will cast any type as string type, and complex types will be casted wr

[GitHub] [doris] herry2038 commented on a diff in pull request #22040: [feature](show-frontends-disk) Add Show frontend disks

2023-07-27 Thread via GitHub
herry2038 commented on code in PR #22040: URL: https://github.com/apache/doris/pull/22040#discussion_r1277093196 ## fe/fe-common/src/main/java/org/apache/doris/common/io/DiskUtils.java: ## @@ -0,0 +1,122 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

[doris] branch master updated: [opt](inverted index) add session variable enable_inverted_index_query to control whether query with inverted index (#22255)

2023-07-27 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 7be349a10b [opt](inverted index) add session varia

[GitHub] [doris] xiaokang merged pull request #22255: [opt](inverted index) add session variable enable_inverted_index_query to control whether query with inverted index

2023-07-27 Thread via GitHub
xiaokang merged PR #22255: URL: https://github.com/apache/doris/pull/22255 -- 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.apa

[GitHub] [doris] starocean999 commented on issue #21436: [Bug] Report unexpected exception for a nested sub query.

2023-07-27 Thread via GitHub
starocean999 commented on issue #21436: URL: https://github.com/apache/doris/issues/21436#issuecomment-1654994537 I tested 1.2-lts, it's OK -- 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 spe

[GitHub] [doris] github-actions[bot] commented on pull request #22163: [Improve](topn opt) modify fetch rpc timeout from 20s to 30s, since f…

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22163: URL: https://github.com/apache/doris/pull/22163#issuecomment-1654994129 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 #22163: [Improve](topn opt) modify fetch rpc timeout from 20s to 30s, since f…

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22163: URL: https://github.com/apache/doris/pull/22163#issuecomment-1654994096 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] hello-stephen commented on pull request #22158: [improvement](stream-load) add http request field check for stream load in BE

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22158: URL: https://github.com/apache/doris/pull/22158#issuecomment-1654991090 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.61 seconds stream load tsv: 512 seconds loaded 74807831229 Bytes

[GitHub] [doris] morrySnow opened a new pull request, #22330: [opt](Nereids) let project and filter derive parent physcial property request

2023-07-27 Thread via GitHub
morrySnow opened a new pull request, #22330: URL: https://github.com/apache/doris/pull/22330 ## 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] hello-stephen commented on pull request #22328: [fix](tablet clone) fix not re run the sched task after runing failed

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22328: URL: https://github.com/apache/doris/pull/22328#issuecomment-1654988345 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.98 seconds stream load tsv: 501 seconds loaded 74807831229 Bytes

[doris] branch branch-2.0 updated (729a08d6dd -> 9d77eec825)

2023-07-27 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 729a08d6dd [fix](nereids) Fix analyze when encounter complex type (#22310) new 86214739a7 change version back

[GitHub] [doris] hello-stephen commented on pull request #22317: [improvement](tablet clone) improve scaling out speed

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22317: URL: https://github.com/apache/doris/pull/22317#issuecomment-1654985283 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.24 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22270: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22270: URL: https://github.com/apache/doris/pull/22270#issuecomment-1654985165 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.82 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] bobhan1 opened a new pull request, #22329: [cherry-pick](branch-2.0) add partial update support for delete stmt in Nereids

2023-07-27 Thread via GitHub
bobhan1 opened a new pull request, #22329: URL: https://github.com/apache/doris/pull/22329 ## 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] morrySnow commented on issue #21436: [Bug] Report unexpected exception for a nested sub query.

2023-07-27 Thread via GitHub
morrySnow commented on issue #21436: URL: https://github.com/apache/doris/issues/21436#issuecomment-1654984298 i test the latest master. it is ok -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #22319: [fix](partial update) remove CHECK on illegal number of partial columns

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

[GitHub] [doris] hello-stephen commented on pull request #22275: (vertical compaction) fix vertical compaction core

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22275: URL: https://github.com/apache/doris/pull/22275#issuecomment-1654980173 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.49 seconds stream load tsv: 507 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22287: [enhance](regresstion case)add external group mark 0727

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22287: URL: https://github.com/apache/doris/pull/22287#issuecomment-1654977460 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 #22287: [enhance](regresstion case)add external group mark 0727

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22287: URL: https://github.com/apache/doris/pull/22287#issuecomment-1654977429 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] hello-stephen commented on pull request #22115: [opt](hive)opt select count(*) stmt push down agg on parquet in hive .

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22115: URL: https://github.com/apache/doris/pull/22115#issuecomment-1654975890 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.36 seconds stream load tsv: 505 seconds loaded 74807831229 Bytes

[doris] branch branch-2.0 updated: [fix](nereids) Fix analyze when encounter complex type (#22310)

2023-07-27 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 729a08d6dd [fix](nereids) Fix analyze

[GitHub] [doris] morrySnow merged pull request #22310: [fix](nereids) Fix analyze when encounter complex type

2023-07-27 Thread via GitHub
morrySnow merged PR #22310: URL: https://github.com/apache/doris/pull/22310 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

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

[GitHub] [doris] hello-stephen commented on pull request #22325: [fix](ut) fix ut of stats test

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22325: URL: https://github.com/apache/doris/pull/22325#issuecomment-1654962047 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.66 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] yujun777 commented on pull request #22328: [fix](tablet clone) fix tablet clone run failed

2023-07-27 Thread via GitHub
yujun777 commented on PR #22328: URL: https://github.com/apache/doris/pull/22328#issuecomment-1654960319 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] yujun777 opened a new pull request, #22328: [fix](tablet clone) fix tablet clone run failed

2023-07-27 Thread via GitHub
yujun777 opened a new pull request, #22328: URL: https://github.com/apache/doris/pull/22328 ## Proposed changes Issue Number: close #xxx When running a sched tablet task failed, put it back to pending queue to wait for next sched cause the scheduler wouldn't re run th

[GitHub] [doris] bobhan1 commented on pull request #22270: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt

2023-07-27 Thread via GitHub
bobhan1 commented on PR #22270: URL: https://github.com/apache/doris/pull/22270#issuecomment-1654959210 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 comment. To un

[GitHub] [doris] BiteTheDDDDt commented on pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-27 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1654959124 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] BiteTheDDDDt opened a new pull request, #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-27 Thread via GitHub
BiteThet opened a new pull request, #22327: URL: https://github.com/apache/doris/pull/22327 ## Proposed changes ``` before - HashTableComputeTime: 9s490ms - HashTableInputCount: 55.286154M (55286154)

[GitHub] [doris] bobhan1 commented on pull request #22270: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt

2023-07-27 Thread via GitHub
bobhan1 commented on PR #22270: URL: https://github.com/apache/doris/pull/22270#issuecomment-1654959046 run click bench -- 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] yujun777 commented on pull request #22317: [improvement](tablet clone) improve scaling out speed

2023-07-27 Thread via GitHub
yujun777 commented on PR #22317: URL: https://github.com/apache/doris/pull/22317#issuecomment-1654957721 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] hust-hhb commented on pull request #22275: (vertical compaction) fix vertical compaction core

2023-07-27 Thread via GitHub
hust-hhb commented on PR #22275: URL: https://github.com/apache/doris/pull/22275#issuecomment-1654957487 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 #22071: [Feature](count_by_enum) support count_by_enum function

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22071: URL: https://github.com/apache/doris/pull/22071#issuecomment-1654952158 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.12 seconds stream load tsv: 508 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22319: [fix](partial update) remove CHECK on illegal number of partial columns

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22319: URL: https://github.com/apache/doris/pull/22319#issuecomment-1654935468 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.67 seconds stream load tsv: 508 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22326: [regression](fix) include case test_round

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22326: URL: https://github.com/apache/doris/pull/22326#issuecomment-1654935362 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] hello-stephen commented on pull request #22265: [fix](Nereids) fix ends calculation when there are constant project

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22265: URL: https://github.com/apache/doris/pull/22265#issuecomment-1654935948 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.93 seconds stream load tsv: 508 seconds loaded 74807831229 Bytes

[doris] branch master updated (697745bb58 -> 5da5fac37a)

2023-07-27 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 697745bb58 [chore](workflow) Increase the build space for building third-party libraries (#22322) add 5da5fac3

[GitHub] [doris] morrySnow merged pull request #22254: [refactor](Nereids) add result sink node

2023-07-27 Thread via GitHub
morrySnow merged PR #22254: URL: https://github.com/apache/doris/pull/22254 -- 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

[GitHub] [doris] hello-stephen commented on pull request #22152: [Chore](refactor) remove some unused code

2023-07-27 Thread via GitHub
hello-stephen commented on PR #22152: URL: https://github.com/apache/doris/pull/22152#issuecomment-1654931586 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.39 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #22254: [refactor](Nereids) add result sink node

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22254: URL: https://github.com/apache/doris/pull/22254#issuecomment-1654931576 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

[doris] branch master updated: [chore](workflow) Increase the build space for building third-party libraries (#22322)

2023-07-27 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 697745bb58 [chore](workflow) Increase the bui

[GitHub] [doris] BiteTheDDDDt merged pull request #22322: [chore](workflow) Increase the build space for building third-party libraries

2023-07-27 Thread via GitHub
BiteThet merged PR #22322: URL: https://github.com/apache/doris/pull/22322 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #22322: [chore](workflow) Increase the build space for building third-party libraries

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22322: URL: https://github.com/apache/doris/pull/22322#issuecomment-1654928226 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 #22322: [chore](workflow) Increase the build space for building third-party libraries

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22322: URL: https://github.com/apache/doris/pull/22322#issuecomment-1654928132 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 #22275: (vertical compaction) fix vertical compaction core

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22275: URL: https://github.com/apache/doris/pull/22275#issuecomment-1654927375 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 #22115: [opt](hive)opt select count(*) stmt push down agg on parquet in hive .

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22115: URL: https://github.com/apache/doris/pull/22115#issuecomment-1654923860 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 #22270: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22270: URL: https://github.com/apache/doris/pull/22270#issuecomment-1654924163 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 #22270: [Enhancement](delete) eliminate reading the old values of non-key columns for delete stmt

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22270: URL: https://github.com/apache/doris/pull/22270#issuecomment-1654924197 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 #22326: [regression](fix) include case test_round

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22326: URL: https://github.com/apache/doris/pull/22326#issuecomment-1654922878 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 #22254: [refactor](Nereids) add result sink node

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22254: URL: https://github.com/apache/doris/pull/22254#issuecomment-1654923032 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 #22325: [fix](ut) fix ut of stats test

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22325: URL: https://github.com/apache/doris/pull/22325#issuecomment-1654922329 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 #22325: [fix](ut) fix ut of stats test

2023-07-27 Thread via GitHub
github-actions[bot] commented on PR #22325: URL: https://github.com/apache/doris/pull/22325#issuecomment-1654922263 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] zhannngchen commented on pull request #22158: [improvement](stream-load) add http request field check for stream load in BE

2023-07-27 Thread via GitHub
zhannngchen commented on PR #22158: URL: https://github.com/apache/doris/pull/22158#issuecomment-1654921560 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] hubgeter commented on pull request #22115: [opt](hive)opt select count(*) stmt push down agg on parquet in hive .

2023-07-27 Thread via GitHub
hubgeter commented on PR #22115: URL: https://github.com/apache/doris/pull/22115#issuecomment-1654920621 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] Kikyou1997 commented on pull request #22325: [fix](ut) fix ut of stats test

2023-07-27 Thread via GitHub
Kikyou1997 commented on PR #22325: URL: https://github.com/apache/doris/pull/22325#issuecomment-1654918324 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] hello-stephen opened a new pull request, #22326: [regression](fix) include case test_round

2023-07-27 Thread via GitHub
hello-stephen opened a new pull request, #22326: URL: https://github.com/apache/doris/pull/22326 ## 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](m

  1   2   3   4   5   6   >