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

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

[GitHub] [doris] csun5285 commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
csun5285 commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657065167 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] morningman commented on a diff in pull request #21911: [Feature](Export) Supports concurrently export of table data

2023-07-30 Thread via GitHub
morningman commented on code in PR #21911: URL: https://github.com/apache/doris/pull/21911#discussion_r1278521853 ## fe/fe-core/src/main/java/org/apache/doris/load/ExportJob.java: ## @@ -266,17 +278,101 @@ private void generateQueryStmt() { } } -L

[GitHub] [doris] github-actions[bot] commented on pull request #22360: [Opt](parquet) opt the performance of date parquet and orc convert to date

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22360: URL: https://github.com/apache/doris/pull/22360#issuecomment-1657066045 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 #22360: [Opt](parquet) opt the performance of date parquet and orc convert to date

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22360: URL: https://github.com/apache/doris/pull/22360#issuecomment-1657066053 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 #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

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

[GitHub] [doris] zddr commented on pull request #22323: [fix](ipv6)Remove restrictions from IPv4 when add backend

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

[GitHub] [doris] morningman commented on a diff in pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column s

2023-07-30 Thread via GitHub
morningman commented on code in PR #22318: URL: https://github.com/apache/doris/pull/22318#discussion_r1278525100 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -624,7 +626,7 @@ public class SessionVariable implements Serializable, Writable { p

[doris] branch master updated: [Opt](parquet) opt the performance of date convertion (#22360)

2023-07-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 4077338284 [Opt](parquet) opt the performance

[GitHub] [doris] morningman merged pull request #22360: [Opt](parquet) opt the performance of date parquet and orc convert to date

2023-07-30 Thread via GitHub
morningman merged PR #22360: URL: https://github.com/apache/doris/pull/22360 -- 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.a

[GitHub] [doris] morningman opened a new pull request, #22371: [refactor](reader) move reader from vec/exec/scan to vec/exec/format

2023-07-30 Thread via GitHub
morningman opened a new pull request, #22371: URL: https://github.com/apache/doris/pull/22371 ## Proposed changes This `readers` should be in `vec/exec/format` ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apa

[GitHub] [doris] github-actions[bot] commented on pull request #22323: [fix](ipv6)Remove restrictions from IPv4 when add backend

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22323: URL: https://github.com/apache/doris/pull/22323#issuecomment-1657071602 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 #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

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

[GitHub] [doris] github-actions[bot] commented on pull request #22371: [refactor](reader) move reader from vec/exec/scan to vec/exec/format

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22371: URL: https://github.com/apache/doris/pull/22371#issuecomment-1657072816 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 #22323: [fix](ipv6)Remove restrictions from IPv4 when add backend

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

[GitHub] [doris] amorynan commented on pull request #22364: [FIX](decimal)fix decimal precision

2023-07-30 Thread via GitHub
amorynan commented on PR #22364: URL: https://github.com/apache/doris/pull/22364#issuecomment-1657083151 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] github-actions[bot] commented on pull request #22364: [FIX](decimal)fix decimal precision

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22364: URL: https://github.com/apache/doris/pull/22364#issuecomment-1657084233 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 #22364: [FIX](decimal)fix decimal precision

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

[GitHub] [doris] csun5285 commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
csun5285 commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657097417 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] imchao9 commented on issue #20541: [Bug] Version 2.0.0 Alpha1 failed to start under JDK11.

2023-07-30 Thread via GitHub
imchao9 commented on issue #20541: URL: https://github.com/apache/doris/issues/20541#issuecomment-1657098180 same question -- 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] dataroaring opened a new pull request, #22372: [enhancement](exchange) ignore overcrowded in brpc used by exchange

2023-07-30 Thread via GitHub
dataroaring opened a new pull request, #22372: URL: https://github.com/apache/doris/pull/22372 ## 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](mai

[GitHub] [doris] github-actions[bot] commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657098983 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 #22372: [enhancement](exchange) ignore overcrowded in brpc used by exchange

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22372: URL: https://github.com/apache/doris/pull/22372#issuecomment-1657100424 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 commented on pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657100793 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 #22372: [enhancement](exchange) ignore overcrowded in brpc used by exchange

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22372: URL: https://github.com/apache/doris/pull/22372#issuecomment-1657101353 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 #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657101991 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 #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

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

[GitHub] [doris] wangtianyi2004 opened a new pull request, #22373: Update standard-deployment.md

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

[GitHub] [doris] wangtianyi2004 opened a new pull request, #22374: Update standard-deployment.md

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

[GitHub] [doris] amorynan opened a new pull request, #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
amorynan opened a new pull request, #22375: URL: https://github.com/apache/doris/pull/22375 ## Proposed changes Issue Number: close #xxx for array/map/struct in mysql_writer unpack_if_const only unpack self column not nested , so col_const should not used in nested column.

[GitHub] [doris] amorynan commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
amorynan commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657113888 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] github-actions[bot] commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

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

2023-07-30 Thread via GitHub
Jibing-Li opened a new pull request, #22376: URL: https://github.com/apache/doris/pull/22376 Add Iceberg external table, Paimon external table and Max compute external table support in Nereids getLogicalPlan function to support these tables in nereids planner. This is a cherry-pick o

[GitHub] [doris] github-actions[bot] commented on pull request #22371: [refactor](reader) move reader from vec/exec/scan to vec/exec/format

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22371: URL: https://github.com/apache/doris/pull/22371#issuecomment-1657118924 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] lide-reed commented on issue #22324: [Bug] BE core at je_arena_dalloc_promoted

2023-07-30 Thread via GitHub
lide-reed commented on issue #22324: URL: https://github.com/apache/doris/issues/22324#issuecomment-1657120283 It seems fixed by https://github.com/apache/doris/pull/21486 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [doris] hello-stephen commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

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

[GitHub] [doris] csun5285 commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
csun5285 commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657123314 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] github-actions[bot] commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657124753 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] xiaokang commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
xiaokang commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657124983 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] kaka11chen commented on pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column schema.

2023-07-30 Thread via GitHub
kaka11chen commented on PR #22318: URL: https://github.com/apache/doris/pull/22318#issuecomment-1657125710 > Please also update the hive catalog doc. 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 ab

[GitHub] [doris] kaka11chen commented on pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column schema.

2023-07-30 Thread via GitHub
kaka11chen commented on PR #22318: URL: https://github.com/apache/doris/pull/22318#issuecomment-1657125765 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] github-actions[bot] commented on pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column sc

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

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

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22331: URL: https://github.com/apache/doris/pull/22331#issuecomment-1657129104 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] zclllyybb commented on pull request #22367: [opt](datetime) opt datetime parsing performance

2023-07-30 Thread via GitHub
zclllyybb commented on PR #22367: URL: https://github.com/apache/doris/pull/22367#issuecomment-1657130093 run build all -- 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] zclllyybb commented on pull request #22367: [opt](datetime) opt datetime parsing performance

2023-07-30 Thread via GitHub
zclllyybb commented on PR #22367: URL: https://github.com/apache/doris/pull/22367#issuecomment-1657130161 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] dataroaring commented on pull request #22372: [enhancement](exchange) ignore overcrowded in brpc used by exchange

2023-07-30 Thread via GitHub
dataroaring commented on PR #22372: URL: https://github.com/apache/doris/pull/22372#issuecomment-1657130988 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 #22367: [opt](datetime) opt datetime parsing performance

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22367: URL: https://github.com/apache/doris/pull/22367#issuecomment-1657131833 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 #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

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

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

2023-07-30 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657132181 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] hello-stephen commented on pull request #22318: [Feature](multi-catalog) Truncate char or varchar columns if size is smaller than file columns or not found in the file column schema.

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

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

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657143144 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 merged pull request #22249: [enhance](ColdHeatSeparation) carry use path style info along with cold heat separation to support using minio

2023-07-30 Thread via GitHub
dataroaring merged PR #22249: URL: https://github.com/apache/doris/pull/22249 -- 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: [enhance](ColdHeatSeparation) carry use path style info along with cold heat separation to support using minio (#22249)

2023-07-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 06e4061b94 [enhance](ColdHeatSeparation) car

[GitHub] [doris] morningman opened a new pull request, #22377: [fix](show-table-status) fix hive view NPE and external meta cache refresh issue

2023-07-30 Thread via GitHub
morningman opened a new pull request, #22377: URL: https://github.com/apache/doris/pull/22377 ## 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] github-actions[bot] commented on pull request #22105: [enhance](S3) add s3 bvar metrics for all s3 operation

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22105: URL: https://github.com/apache/doris/pull/22105#issuecomment-1657155132 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] dataroaring merged pull request #22105: [enhance](S3) add s3 bvar metrics for all s3 operation

2023-07-30 Thread via GitHub
dataroaring merged PR #22105: URL: https://github.com/apache/doris/pull/22105 -- 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: [enhance](S3) add s3 bvar metrics for all s3 operation (#22105)

2023-07-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 63a9a886f5 [enhance](S3) add s3 bvar metrics

[GitHub] [doris] xiaokang merged pull request #22376: [Improvement](multi catalog) Support Iceberg, Paimon and MaxCompute table in nereids. (#22338)

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

[doris] branch branch-2.0 updated: [Improvement](multi catalog) Support Iceberg, Paimon and MaxCompute table in nereids. (#22338) (#22376)

2023-07-30 Thread kxiao
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 6644eb40a2 [Improvement](multi catalog) Su

[GitHub] [doris] xiaokang merged pull request #22281: [fix](cast) fix wrong result of casting empty string to array date

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

[doris] branch master updated: [fix](cast) fix wrong result of casting empty string to array date (#22281)

2023-07-30 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 79289e32dc [fix](cast) fix wrong result of casting

[GitHub] [doris] hello-stephen commented on pull request #22367: [opt](datetime) opt datetime parsing performance

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

[GitHub] [doris] hello-stephen commented on pull request #22372: [enhancement](exchange) ignore overcrowded in brpc used by exchange

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

[GitHub] [doris] github-actions[bot] commented on pull request #21725: [refactor](load) create segment creator abstraction in rowset writer

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #21725: URL: https://github.com/apache/doris/pull/21725#issuecomment-1657172189 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 #21725: [refactor](load) create segment creator abstraction in rowset writer

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #21725: URL: https://github.com/apache/doris/pull/21725#issuecomment-1657172176 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 branch-2.0 updated: [Opt](parquet) opt the performance of date convertion (#22360)

2023-07-30 Thread kxiao
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 8d5d49362d [Opt](parquet) opt the performa

[GitHub] [doris] yujun777 opened a new pull request, #22378: [fix](tablet clone) fix not add colocate replica and print some logs

2023-07-30 Thread via GitHub
yujun777 opened a new pull request, #22378: URL: https://github.com/apache/doris/pull/22378 ## Proposed changes 1. When be reports its tablets to FE, if this be is one of the tablet's colocate backends, then add back it. 2. When chose a dest replica for a version incomplete replic

[GitHub] [doris] yujun777 commented on pull request #22378: [fix](tablet clone) fix not add colocate replica and print some logs

2023-07-30 Thread via GitHub
yujun777 commented on PR #22378: URL: https://github.com/apache/doris/pull/22378#issuecomment-1657172342 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] github-actions[bot] commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657172563 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 #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657172558 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 pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

2023-07-30 Thread via GitHub
csun5285 commented on PR #22159: URL: https://github.com/apache/doris/pull/22159#issuecomment-1657172716 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 #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

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

[GitHub] [doris] dataroaring merged pull request #21634: [Refactor](load) refactor memtable flush actively

2023-07-30 Thread via GitHub
dataroaring merged PR #21634: URL: https://github.com/apache/doris/pull/21634 -- 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: [refactor](load) refactor memtable flush actively (#21634)

2023-07-30 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 ee754307bb [refactor](load) refactor memtabl

[GitHub] [doris] kaka11chen opened a new pull request, #22379: [Fix](multi_catalog) Fix the problem that sometimes external table file cache statistics in profile are lost when disable `experimental_

2023-07-30 Thread via GitHub
kaka11chen opened a new pull request, #22379: URL: https://github.com/apache/doris/pull/22379 ## Proposed changes ### Issue Sometimes external table file cache statistics in profile are lost when disable `experimental_enable_pipeline_engine`. Because file cache statisti

[GitHub] [doris] kaka11chen commented on pull request #22379: [Fix](multi_catalog) Fix the problem that sometimes external table file cache statistics in profile are lost when disable `experimental_e

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #22379: [Fix](multi_catalog) Fix the problem that sometimes external table file cache statistics in profile are lost when disable `exper

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22379: URL: https://github.com/apache/doris/pull/22379#issuecomment-1657179951 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 #22378: [fix](tablet clone) fix not add colocate replica and print some logs

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

[GitHub] [doris] hello-stephen commented on pull request #22159: [improvement](compaction) Configuring compaction policy and options in the properties of a table

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

[GitHub] [doris] amorynan commented on pull request #22364: [FIX](decimal)fix decimal precision

2023-07-30 Thread via GitHub
amorynan commented on PR #22364: URL: https://github.com/apache/doris/pull/22364#issuecomment-1657184047 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] github-actions[bot] commented on pull request #22370: [typo](docs) add show collation doc description and example

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22370: URL: https://github.com/apache/doris/pull/22370#issuecomment-1657184894 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 #22370: [typo](docs) add show collation doc description and example

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22370: URL: https://github.com/apache/doris/pull/22370#issuecomment-1657184904 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] hello-stephen commented on pull request #22379: [Fix](multi_catalog) Fix the problem that sometimes external table file cache statistics in profile are lost when disable `experimenta

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

[GitHub] [doris] github-actions[bot] commented on pull request #22364: [FIX](decimal)fix decimal precision

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22364: URL: https://github.com/apache/doris/pull/22364#issuecomment-1657185543 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] morningman commented on pull request #22347: [feature](hive)append support for struct and map column type on textfile format of hive table

2023-07-30 Thread via GitHub
morningman commented on PR #22347: URL: https://github.com/apache/doris/pull/22347#issuecomment-1657186263 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] amorynan commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
amorynan commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657186492 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] morningman merged pull request #22342: [fix](multi-catalog)compatible with hdfs HA empty prefix

2023-07-30 Thread via GitHub
morningman merged PR #22342: URL: https://github.com/apache/doris/pull/22342 -- 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.a

[doris] branch master updated: [fix](multi-catalog)compatible with hdfs HA empty prefix (#22342)

2023-07-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 f87f29e1ab [fix](multi-catalog)compatible wit

[GitHub] [doris] morningman commented on a diff in pull request #22272: [fix](rest)check response code when get image

2023-07-30 Thread via GitHub
morningman commented on code in PR #22272: URL: https://github.com/apache/doris/pull/22272#discussion_r1278260342 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/manager/HttpUtils.java: ## @@ -49,6 +49,7 @@ */ public class HttpUtils { static final int REQUEST_SU

[GitHub] [doris] github-actions[bot] commented on pull request #22375: [FIX](complex-type)fix complex type nested col_const

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22375: URL: https://github.com/apache/doris/pull/22375#issuecomment-1657188125 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] fsilent opened a new issue, #22380: [Bug] add md5 check to prevent image files from being damaged when network error packets occur

2023-07-30 Thread via GitHub
fsilent opened a new issue, #22380: URL: https://github.com/apache/doris/issues/22380 ### 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, 1.2-LTS #

[GitHub] [doris] hello-stephen commented on pull request #22364: [FIX](decimal)fix decimal precision

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

[GitHub] [doris] github-actions[bot] commented on pull request #22379: [Fix](multi_catalog) Fix the problem that sometimes external table file cache statistics in profile are lost when disable `exper

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22379: URL: https://github.com/apache/doris/pull/22379#issuecomment-1657192030 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 #22379: [Fix](multi_catalog) Fix the problem that sometimes external table file cache statistics in profile are lost when disable `exper

2023-07-30 Thread via GitHub
github-actions[bot] commented on PR #22379: URL: https://github.com/apache/doris/pull/22379#issuecomment-1657192041 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] morningman merged pull request #22323: [fix](ipv6)Remove restrictions from IPv4 when add backend

2023-07-30 Thread via GitHub
morningman merged PR #22323: URL: https://github.com/apache/doris/pull/22323 -- 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.a

[doris] branch master updated: [fix](ipv6)Remove restrictions from IPv4 when add backend (#22323)

2023-07-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 0e7f63f5f6 [fix](ipv6)Remove restrictions fro

[GitHub] [doris] kaka11chen opened a new pull request, #22381: [Opt](orc-reader) Opt the performance of date conversion in orc reader.

2023-07-30 Thread via GitHub
kaka11chen opened a new pull request, #22381: URL: https://github.com/apache/doris/pull/22381 ## Proposed changes Opt the performance of date conversion in orc reader. ``` mysql> select count(l_commitdate) from lineitem; +-+ | count(l_commitdate) |

[GitHub] [doris] kaka11chen commented on pull request #22381: [Opt](orc-reader) Opt the performance of date conversion in orc reader.

2023-07-30 Thread via GitHub
kaka11chen commented on PR #22381: URL: https://github.com/apache/doris/pull/22381#issuecomment-1657192506 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

  1   2   3   4   >