[GitHub] [doris] github-actions[bot] commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657783565 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 a diff in pull request #22272: [fix](rest)check response code when get image

2023-07-31 Thread via GitHub
zddr commented on code in PR #22272: URL: https://github.com/apache/doris/pull/22272#discussion_r1278866052 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -1642,13 +1640,19 @@ private void getNewImage(HostInfo helperNode) throws IOException { try

[GitHub] [doris] LiBinfeng-01 commented on pull request #22196: [Fix](Planner) fix parse error of view with group_concat order by

2023-07-31 Thread via GitHub
LiBinfeng-01 commented on PR #22196: URL: https://github.com/apache/doris/pull/22196#issuecomment-1657786914 run feut -- 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] morrySnow merged pull request #22211: [enhancement](nereids) Execute sync analyze task with multi-thread

2023-07-31 Thread via GitHub
morrySnow merged PR #22211: URL: https://github.com/apache/doris/pull/22211 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [enhancement](nereids) Execute sync analyze task with multi-thread (#22211)

2023-07-31 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 4c6458aa77 [enhancement](nereids) Execute sync

[GitHub] [doris] github-actions[bot] commented on pull request #21970: [enhancement](nereids) Improve stats preload performance

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #21970: URL: https://github.com/apache/doris/pull/21970#issuecomment-1657788026 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 #21970: [enhancement](nereids) Improve stats preload performance

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #21970: URL: https://github.com/apache/doris/pull/21970#issuecomment-1657788077 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] zddr commented on pull request #22272: [fix](rest)check response code when get image

2023-07-31 Thread via GitHub
zddr commented on PR #22272: URL: https://github.com/apache/doris/pull/22272#issuecomment-1657793402 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] github-actions[bot] commented on pull request #22404: [fix][regression-test] change lazy open regression test name

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22404: URL: https://github.com/apache/doris/pull/22404#issuecomment-1657794963 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 #22314: [feature](property) Add table property "is_being_synced"

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

2023-07-31 Thread via GitHub
yiguolei commented on code in PR #22364: URL: https://github.com/apache/doris/pull/22364#discussion_r1278879260 ## be/src/util/string_parser.hpp: ## @@ -624,27 +624,29 @@ T StringParser::string_to_decimal(const char* s, int len, int type_precision, in } Review Comment:

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

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

[GitHub] [doris] hello-stephen commented on pull request #22404: [fix][regression-test] change lazy open regression test name

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

[GitHub] [doris] HappenLee commented on a diff in pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-31 Thread via GitHub
HappenLee commented on code in PR #22327: URL: https://github.com/apache/doris/pull/22327#discussion_r127604 ## be/src/vec/common/aggregation_common.h: ## @@ -218,6 +196,70 @@ T pack_fixed(size_t i, size_t keys_size, const ColumnRawPtrs& key_columns, const return key;

[GitHub] [doris] xinyiZzz opened a new pull request, #22406: [opt](conf) Modify brpc work pool conf default value

2023-07-31 Thread via GitHub
xinyiZzz opened a new pull request, #22406: URL: https://github.com/apache/doris/pull/22406 ## Proposed changes Default, if less than or equal 32 core, the following are 128, 128, 10240, 10240 in turn. if greater than 32 core, the following are core num * 4, core

[GitHub] [doris] hello-stephen commented on pull request #22264: [feature](Nereids): pushdown MIN/MAX/SUM through join

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

[GitHub] [doris] github-actions[bot] commented on pull request #22406: [opt](conf) Modify brpc work pool conf default value

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22406: URL: https://github.com/apache/doris/pull/22406#issuecomment-1657836187 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 #22406: [opt](conf) Modify brpc work pool conf default value

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

2023-07-31 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657837884 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 #22406: [opt](conf) Modify brpc work pool conf default value

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22406: URL: https://github.com/apache/doris/pull/22406#issuecomment-1657839280 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] sohardforaname commented on pull request #22195: [Feature](Nereids)support create table and CTAS for Nereids

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

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

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657846798 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 #22272: [fix](rest)check response code when get image

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

[GitHub] [doris] KassieZ commented on pull request #22312: [Docs](Community) Update Join Community Invalid Pics

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

[GitHub] [doris] github-actions[bot] commented on pull request #22341: [typo](docs) fix array_intersect function sample error

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22341: URL: https://github.com/apache/doris/pull/22341#issuecomment-1657861264 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-spark-connector] gnehil opened a new pull request, #123: [fix] json format load default mode

2023-07-31 Thread via GitHub
gnehil opened a new pull request, #123: URL: https://github.com/apache/doris-spark-connector/pull/123 # Proposed changes Issue Number: close #xxx ## Problem Summary: Fixed the problem that there is no default parameter when `read_json_by_line` and `strip_outer_array` are

[GitHub] [doris] xinyiZzz commented on pull request #22406: [opt](conf) Modify brpc work pool conf default value

2023-07-31 Thread via GitHub
xinyiZzz commented on PR #22406: URL: https://github.com/apache/doris/pull/22406#issuecomment-1657866168 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] xinyiZzz commented on pull request #22407: [opt](conf) Modify brpc eovercrowded conf

2023-07-31 Thread via GitHub
xinyiZzz commented on PR #22407: URL: https://github.com/apache/doris/pull/22407#issuecomment-1657869842 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] xinyiZzz opened a new pull request, #22407: [opt](conf) Modify brpc eovercrowded conf

2023-07-31 Thread via GitHub
xinyiZzz opened a new pull request, #22407: URL: https://github.com/apache/doris/pull/22407 ## Proposed changes 1. brpc ignore eovercrowded of data stream sender and exchange sink buffer 2. Modify the default value of brpc_socket_max_unwritten_bytes ## Further comments

[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-31 Thread via GitHub
github-actions[bot] commented on PR #22331: URL: https://github.com/apache/doris/pull/22331#issuecomment-1657874764 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

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

2023-07-31 Thread via GitHub
BiteThet commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657879949 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #22407: [opt](conf) Modify brpc eovercrowded conf

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22407: URL: https://github.com/apache/doris/pull/22407#issuecomment-1657881344 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 #22196: [Fix](Planner) fix parse error of view with group_concat order by

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22196: URL: https://github.com/apache/doris/pull/22196#issuecomment-1657881623 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] ixzc closed pull request #22094: [typo][doc]Modify word typos.

2023-07-31 Thread via GitHub
ixzc closed pull request #22094: [typo][doc]Modify word typos. URL: https://github.com/apache/doris/pull/22094 -- 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

[GitHub] [doris] Jibing-Li closed pull request #22116: [Fix](nereids) Fix Olap table qualifier only contains db name bug.

2023-07-31 Thread via GitHub
Jibing-Li closed pull request #22116: [Fix](nereids) Fix Olap table qualifier only contains db name bug. URL: https://github.com/apache/doris/pull/22116 -- 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

[GitHub] [doris] Jibing-Li opened a new pull request, #22408: [Fix](nereids) Fix Olap table qualifier only contains db name bug.

2023-07-31 Thread via GitHub
Jibing-Li opened a new pull request, #22408: URL: https://github.com/apache/doris/pull/22408 While creating LogicalOlapScan, the qualifier only includes database name (without catalog name). This will cause getDatabase function in LogicalCatalogRelation fail to find the correct database, be

[GitHub] [doris] Jibing-Li commented on pull request #22408: [Fix](nereids) Fix Olap table qualifier only contains db name bug.

2023-07-31 Thread via GitHub
Jibing-Li commented on PR #22408: URL: https://github.com/apache/doris/pull/22408#issuecomment-1657885124 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] ixzc closed pull request #22085: [typo][doc]Modify the wrong sql description in show-data.

2023-07-31 Thread via GitHub
ixzc closed pull request #22085: [typo][doc]Modify the wrong sql description in show-data. URL: https://github.com/apache/doris/pull/22085 -- 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 specifi

[GitHub] [doris] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-31 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657892283 Run FE UT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] ixzc closed pull request #22084: [typo][doc]Modify the incorrect sql description in show-partition-id.

2023-07-31 Thread via GitHub
ixzc closed pull request #22084: [typo][doc]Modify the incorrect sql description in show-partition-id. URL: https://github.com/apache/doris/pull/22084 -- 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] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-31 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657895698 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 unsubsc

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

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

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22327: URL: https://github.com/apache/doris/pull/22327#issuecomment-1657898501 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] ixzc closed pull request #21740: [Docs](statistics)Modify the syntax description in the statistics.

2023-07-31 Thread via GitHub
ixzc closed pull request #21740: [Docs](statistics)Modify the syntax description in the statistics. URL: https://github.com/apache/doris/pull/21740 -- 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 th

[GitHub] [doris] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-31 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657900202 run feut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] ixzc closed pull request #21874: [typo](docs)Add some description in example.

2023-07-31 Thread via GitHub
ixzc closed pull request #21874: [typo](docs)Add some description in example. URL: https://github.com/apache/doris/pull/21874 -- 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] ixzc closed pull request #21967: [typo][doc]Delete the extra "\".

2023-07-31 Thread via GitHub
ixzc closed pull request #21967: [typo][doc]Delete the extra "\". URL: https://github.com/apache/doris/pull/21967 -- 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

[GitHub] [doris] ixzc closed pull request #21987: [typo][doc]Modify the error description for creating the materialized view syntax.

2023-07-31 Thread via GitHub
ixzc closed pull request #21987: [typo][doc]Modify the error description for creating the materialized view syntax. URL: https://github.com/apache/doris/pull/21987 -- 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-spark-connector] JNSimba merged pull request #123: [fix] json format load default mode

2023-07-31 Thread via GitHub
JNSimba merged PR #123: URL: https://github.com/apache/doris-spark-connector/pull/123 -- 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-spark-connector] branch master updated: fix json mode default value (#123)

2023-07-31 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new 8caab6f fix json mode default valu

[GitHub] [doris] ixzc closed pull request #22335: [typo][doc] modify some doc errors.

2023-07-31 Thread via GitHub
ixzc closed pull request #22335: [typo][doc] modify some doc errors. URL: https://github.com/apache/doris/pull/22335 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[GitHub] [doris] jeffreys-cat opened a new pull request, #22409: [feature](ui) add profile download button in the list page

2023-07-31 Thread via GitHub
jeffreys-cat opened a new pull request, #22409: URL: https://github.com/apache/doris/pull/22409 ## Proposed changes **add profile download button in the list page** ![image](https://github.com/apache/doris/assets/11832969/090b6ae7-49a2-45b5-bfc6-08e436fb67b6) -- This

[GitHub] [doris] CalvinKirs commented on pull request #21916: [Feature](Job)Support scheduler job

2023-07-31 Thread via GitHub
CalvinKirs commented on PR #21916: URL: https://github.com/apache/doris/pull/21916#issuecomment-1657934982 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] xinyiZzz opened a new pull request, #22410: [opt](conf) scanner thread num is changed to logical disks num * 48

2023-07-31 Thread via GitHub
xinyiZzz opened a new pull request, #22410: URL: https://github.com/apache/doris/pull/22410 ## Proposed changes The default value of scanner thread num is changed to logical disks num * 48 ## Further comments If this is a relatively large or complex change, kick off the d

[GitHub] [doris] HappenLee commented on a diff in pull request #22327: [Improvement](aggregation) optimization for aggregation hash_table_lazy_emplace

2023-07-31 Thread via GitHub
HappenLee commented on code in PR #22327: URL: https://github.com/apache/doris/pull/22327#discussion_r1278975397 ## be/src/vec/common/columns_hashing.h: ## @@ -73,6 +75,14 @@ struct HashMethodOneNumber : public columns_hashing_impl::HashMethodBase< FieldType get_key_holder

[GitHub] [doris] TangSiyang2001 opened a new pull request, #22411: [fix](string-column) fix unescape result length error

2023-07-31 Thread via GitHub
TangSiyang2001 opened a new pull request, #22411: URL: https://github.com/apache/doris/pull/22411 ## Proposed changes Found that text convertor got error result while doing unescape, due to result length error while working on #22382. ## Further comments If this is a rel

[GitHub] [doris] yiguolei commented on pull request #22409: [feature](ui) add profile download button in the list page

2023-07-31 Thread via GitHub
yiguolei commented on PR #22409: URL: https://github.com/apache/doris/pull/22409#issuecomment-1657939105 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] TangSiyang2001 commented on pull request #22411: [fix](string-column) fix unescape result length error

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

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

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

[GitHub] [doris] github-actions[bot] commented on pull request #22411: [fix](string-column) fix unescape result length error

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22411: URL: https://github.com/apache/doris/pull/22411#issuecomment-1657951085 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 #22410: [opt](conf) scanner thread num is changed to logical disks num * 48

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22410: URL: https://github.com/apache/doris/pull/22410#issuecomment-1657951770 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] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-31 Thread via GitHub
TangSiyang2001 commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657958909 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 uns

[GitHub] [doris] ixzc opened a new pull request, #22413: [typo][doc]Modify some sql syntax description errors.

2023-07-31 Thread via GitHub
ixzc opened a new pull request, #22413: URL: https://github.com/apache/doris/pull/22413 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d..

[GitHub] [doris] wangbo opened a new pull request, #22415: [Fix](executor)Fix incorrect mem_limit return value type

2023-07-31 Thread via GitHub
wangbo opened a new pull request, #22415: URL: https://github.com/apache/doris/pull/22415 ## Proposed changes Fix a typo for task group's mem limit, this may cause incorrect calculation for memory gc. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [doris] morningman opened a new pull request, #22412: [improvement](file-scan) reduce the min size of file split

2023-07-31 Thread via GitHub
morningman opened a new pull request, #22412: URL: https://github.com/apache/doris/pull/22412 ## Proposed changes Reduce from 128MB to 8MB. So that user can set `file_split_size` more flexible. ## Further comments If this is a relatively large or complex change, kick o

[GitHub] [doris] ixzc opened a new pull request, #22414: [typo][doc]Modify some sql syntax description errors.

2023-07-31 Thread via GitHub
ixzc opened a new pull request, #22414: URL: https://github.com/apache/doris/pull/22414 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d..

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

2023-07-31 Thread via GitHub
xiaokang commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1278966598 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -3120,6 +3120,40 @@ public static void getDdlStmt(DdlStmt ddlStmt, String dbName, TableIf table,

[GitHub] [doris] ixzc closed pull request #22414: [typo][doc]Modify some sql syntax description errors.

2023-07-31 Thread via GitHub
ixzc closed pull request #22414: [typo][doc]Modify some sql syntax description errors. URL: https://github.com/apache/doris/pull/22414 -- 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 co

[GitHub] [doris] ixzc closed pull request #22413: [typo][doc]Modify some sql syntax description errors.

2023-07-31 Thread via GitHub
ixzc closed pull request #22413: [typo][doc]Modify some sql syntax description errors. URL: https://github.com/apache/doris/pull/22413 -- 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 co

[GitHub] [doris] wangbo commented on pull request #22415: [Fix](executor)Fix incorrect mem_limit return value type

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

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279003905 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ModifyTablePropertiesClause.java: ## @@ -142,6 +182,65 @@ public void analyze(Analyzer analyzer) throws Analysis

[GitHub] [doris] hello-stephen commented on pull request #22406: [opt](conf) Modify brpc work pool conf default value

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

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279004649 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ModifyTablePropertiesClause.java: ## @@ -142,6 +182,65 @@ public void analyze(Analyzer analyzer) throws Analysis

[GitHub] [doris] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-31 Thread via GitHub
TangSiyang2001 commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657969005 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 uns

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279005566 ## gensrc/thrift/AgentService.thrift: ## @@ -142,6 +142,10 @@ struct TCreateTabletReq { 19: optional bool enable_unique_key_merge_on_write = false 20: option

[GitHub] [doris] github-actions[bot] commented on pull request #22415: [Fix](executor)Fix incorrect mem_limit return value type

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22415: URL: https://github.com/apache/doris/pull/22415#issuecomment-1657969529 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 #22415: [Fix](executor)Fix incorrect mem_limit return value type

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22415: URL: https://github.com/apache/doris/pull/22415#issuecomment-1657969642 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] yiguolei commented on pull request #22409: [feature](ui) add profile download button in the list page

2023-07-31 Thread via GitHub
yiguolei commented on PR #22409: URL: https://github.com/apache/doris/pull/22409#issuecomment-1657971888 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 #22409: [feature](ui) add profile download button in the list page

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22409: URL: https://github.com/apache/doris/pull/22409#issuecomment-1657974322 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 #22415: [Fix](executor)Fix incorrect mem_limit return value type

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22415: URL: https://github.com/apache/doris/pull/22415#issuecomment-1657974367 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 #22409: [feature](ui) add profile download button in the list page

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22409: URL: https://github.com/apache/doris/pull/22409#issuecomment-1657974401 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] bobhan1 opened a new pull request, #22416: [fix](window_funnel_function) fix upgrade compatibility due to the added field in `WindowFunnelState`

2023-07-31 Thread via GitHub
bobhan1 opened a new pull request, #22416: URL: https://github.com/apache/doris/pull/22416 ## Proposed changes the added variable `window_funnel_mode` in `WindowFunnelState` will cause the serialization result of new BE different from old version BE, which may lead to coredump when n

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279015472 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java: ## @@ -3120,6 +3120,40 @@ public static void getDdlStmt(DdlStmt ddlStmt, String dbName, TableIf table,

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

2023-07-31 Thread via GitHub
morningman commented on PR #22371: URL: https://github.com/apache/doris/pull/22371#issuecomment-1657977635 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] TangSiyang2001 commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-31 Thread via GitHub
TangSiyang2001 commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657978160 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 uns

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279017706 ## be/src/olap/tablet_manager.cpp: ## @@ -729,7 +731,10 @@ TabletSharedPtr TabletManager::find_best_tablet_to_compaction( continue;

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279021089 ## be/src/olap/olap_server.cpp: ## @@ -976,8 +981,18 @@ Status StorageEngine::_submit_compaction_task(TabletSharedPtr tablet, Status StorageEngine::submit_compaction

[GitHub] [doris] bobhan1 commented on pull request #22416: [fix](window_funnel_function) fix upgrade compatibility due to the added field in `WindowFunnelState`

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

[GitHub] [doris] github-actions[bot] commented on pull request #22412: [improvement](file-scan) reduce the min size of file split

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22412: URL: https://github.com/apache/doris/pull/22412#issuecomment-1657985559 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 #22412: [improvement](file-scan) reduce the min size of file split

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

2023-07-31 Thread via GitHub
csun5285 commented on code in PR #22159: URL: https://github.com/apache/doris/pull/22159#discussion_r1279023738 ## regression-test/suites/compaction/test_table_level_compaction_policy.groovy: ## @@ -0,0 +1,131 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [doris] starocean999 opened a new pull request, #22417: [fix](planner)fix bug of push conjuncts through second phase agg

2023-07-31 Thread via GitHub
starocean999 opened a new pull request, #22417: URL: https://github.com/apache/doris/pull/22417 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

[GitHub] [doris] hello-stephen commented on pull request #21916: [Feature](Job)Support scheduler job

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

[GitHub] [doris] github-actions[bot] commented on pull request #22416: [fix](window_funnel_function) fix upgrade compatibility due to the added field in `WindowFunnelState`

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #22416: URL: https://github.com/apache/doris/pull/22416#issuecomment-1657988029 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 #22411: [fix](string-column) fix unescape result length error

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

[GitHub] [doris] Yukang-Lian commented on pull request #22382: [feature](load) refactor CSV reading process during scanning, and support enclose and escape for stream load

2023-07-31 Thread via GitHub
Yukang-Lian commented on PR #22382: URL: https://github.com/apache/doris/pull/22382#issuecomment-1657989310 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 unsubs

[GitHub] [doris] starocean999 commented on pull request #22417: [fix](planner)fix bug of push conjuncts through second phase agg

2023-07-31 Thread via GitHub
starocean999 commented on PR #22417: URL: https://github.com/apache/doris/pull/22417#issuecomment-1657990197 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] starocean999 commented on pull request #22417: [fix](planner)fix bug of push conjuncts through second phase agg

2023-07-31 Thread via GitHub
starocean999 commented on PR #22417: URL: https://github.com/apache/doris/pull/22417#issuecomment-1657990445 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] morrySnow merged pull request #22196: [Fix](Planner) fix parse error of view with group_concat order by

2023-07-31 Thread via GitHub
morrySnow merged PR #22196: URL: https://github.com/apache/doris/pull/22196 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [Fix](Planner) fix parse error of view with group_concat order by (#22196)

2023-07-31 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 3a1d678ca9 [Fix](Planner) fix parse error of v

  1   2   3   4   5   >