[GitHub] [doris] liaoxin01 commented on a diff in pull request #14214: [improvement](load) reduce memory in batch for small load channels

2022-11-11 Thread GitBox
liaoxin01 commented on code in PR #14214: URL: https://github.com/apache/doris/pull/14214#discussion_r1020707841 ## be/src/runtime/load_channel_mgr.h: ## @@ -171,77 +178,115 @@ Status LoadChannelMgr::_handle_mem_exceed_limit(TabletWriterAddResult* response) MemInfo::pr

[GitHub] [doris] TaoZex commented on issue #11706: Good First Issue

2022-11-11 Thread GitBox
TaoZex commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1312369212 I want to try argmax funtion.At the same time, do I need to implementation argmin funtion. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [doris] zhannngchen commented on a diff in pull request #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-11 Thread GitBox
zhannngchen commented on code in PR #14215: URL: https://github.com/apache/doris/pull/14215#discussion_r1020673756 ## be/src/common/config.h: ## @@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50"); // 50% // soft limit which can trigger the memt

[GitHub] [doris] zhannngchen commented on a diff in pull request #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-11 Thread GitBox
zhannngchen commented on code in PR #14215: URL: https://github.com/apache/doris/pull/14215#discussion_r1020673756 ## be/src/common/config.h: ## @@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50"); // 50% // soft limit which can trigger the memt

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-11 Thread GitBox
liaoxin01 commented on code in PR #14215: URL: https://github.com/apache/doris/pull/14215#discussion_r1020667298 ## be/src/common/config.h: ## @@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50"); // 50% // soft limit which can trigger the memtab

[doris] branch master updated: [regression-test] sleep longer to void error (#14186)

2022-11-11 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 bf79805a66 [regression-test] sleep longer to

[GitHub] [doris] dataroaring merged pull request #14186: [improvement](regression-test) sleep longer to void "table's state is not NORMAL" error

2022-11-11 Thread GitBox
dataroaring merged PR #14186: URL: https://github.com/apache/doris/pull/14186 -- 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 #14086: [test](jdbc external table) add jdbc regression test case

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14086: URL: https://github.com/apache/doris/pull/14086#issuecomment-131287 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 #14162: [test](jdbc postgresql case)add jdbc test case for postgresql

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14162: URL: https://github.com/apache/doris/pull/14162#issuecomment-1312333467 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 #14086: [test](jdbc external table) add jdbc regression test case

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14086: URL: https://github.com/apache/doris/pull/14086#issuecomment-1312333405 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 #14162: [test](jdbc postgresql case)add jdbc test case for postgresql

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14162: URL: https://github.com/apache/doris/pull/14162#issuecomment-1312333455 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 #14217: [test](hive catalog)add hive catalog test case

2022-11-11 Thread GitBox
hello-stephen commented on PR #14217: URL: https://github.com/apache/doris/pull/14217#issuecomment-1312332106 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.71 seconds load time: 468 seconds storage size: 17181234978 Bytes https://doris-co

[GitHub] [doris] platoneko commented on a diff in pull request #13993: [fix](schema) Release memory of TabletSchemaPB in RowsetMetaPB

2022-11-11 Thread GitBox
platoneko commented on code in PR #13993: URL: https://github.com/apache/doris/pull/13993#discussion_r1020653038 ## be/src/olap/rowset/rowset_meta.h: ## @@ -53,12 +53,14 @@ class RowsetMeta { } virtual bool init_from_pb(const RowsetMetaPB& rowset_meta_pb) { -

[GitHub] [doris] hello-stephen commented on pull request #14200: [fix](scankey) fix extended scan key errors.

2022-11-11 Thread GitBox
hello-stephen commented on PR #14200: URL: https://github.com/apache/doris/pull/14200#issuecomment-1312326526 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.6 seconds load time: 447 seconds storage size: 17184445696 Bytes https://doris-com

[GitHub] [doris] lsy3993 opened a new pull request, #14217: [test](hive catalog)add hive catalog test case

2022-11-11 Thread GitBox
lsy3993 opened a new pull request, #14217: URL: https://github.com/apache/doris/pull/14217 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] jackwener commented on a diff in pull request #14179: [improve](Nereids): refactor mergeGroup UT.

2022-11-11 Thread GitBox
jackwener commented on code in PR #14179: URL: https://github.com/apache/doris/pull/14179#discussion_r1020634897 ## fe/fe-core/src/test/java/org/apache/doris/nereids/memo/MemoExploreTest.java: ## @@ -0,0 +1,148 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] hello-stephen commented on pull request #14216: [Feature](fuction) Support split_by_char function

2022-11-11 Thread GitBox
hello-stephen commented on PR #14216: URL: https://github.com/apache/doris/pull/14216#issuecomment-1312274237 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.29 seconds load time: 439 seconds storage size: 17182769441 Bytes https://doris-co

[GitHub] [doris] Yukang-Lian commented on pull request #14216: [Feature](fuction) Support split_by_char function

2022-11-11 Thread GitBox
Yukang-Lian commented on PR #14216: URL: https://github.com/apache/doris/pull/14216#issuecomment-1312268082 When there are multiple rows of data, the calculation cannot be performed correctly. I will fix it soon. -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [doris] Yukang-Lian opened a new pull request, #14216: [Feature](fuction) Support split_by_char function

2022-11-11 Thread GitBox
Yukang-Lian opened a new pull request, #14216: URL: https://github.com/apache/doris/pull/14216 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] hello-stephen commented on pull request #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-11 Thread GitBox
hello-stephen commented on PR #14215: URL: https://github.com/apache/doris/pull/14215#issuecomment-1312167123 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.68 seconds load time: 479 seconds storage size: 17152751018 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14214: [improvement](load) reduce memory in batch for small load channels

2022-11-11 Thread GitBox
hello-stephen commented on PR #14214: URL: https://github.com/apache/doris/pull/14214#issuecomment-1312155335 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.49 seconds load time: 439 seconds storage size: 17178952190 Bytes https://doris-co

[GitHub] [doris] zhannngchen opened a new pull request, #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-11 Thread GitBox
zhannngchen opened a new pull request, #14215: URL: https://github.com/apache/doris/pull/14215 # Proposed changes Issue Number: close #xxx ## Problem summary some simple optimization for reduce load mem policy 1. change soft limit default value to 80 2. print num ru

[GitHub] [doris] zhannngchen opened a new pull request, #14214: [improvement](load) reduce memory in batch for small load channels

2022-11-11 Thread GitBox
zhannngchen opened a new pull request, #14214: URL: https://github.com/apache/doris/pull/14214 # Proposed changes Issue Number: close #xxx ## Problem summary When there are lots of small load channels, reduce memory in batch to release memory more effectively. ##

[GitHub] [doris] morrySnow commented on pull request #13659: [Feature](Nereids)support nereids event for logging the cascades states and transformation.

2022-11-11 Thread GitBox
morrySnow commented on PR #13659: URL: https://github.com/apache/doris/pull/13659#issuecomment-1311954290 plz solve conflict -- 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] morrySnow closed pull request #12197: [feature](Nereids): add join reorder rule.

2022-11-11 Thread GitBox
morrySnow closed pull request #12197: [feature](Nereids): add join reorder rule. URL: https://github.com/apache/doris/pull/12197 -- 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] morrySnow commented on pull request #12197: [feature](Nereids): add join reorder rule.

2022-11-11 Thread GitBox
morrySnow commented on PR #12197: URL: https://github.com/apache/doris/pull/12197#issuecomment-1311953120 out of date -- 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 commented on pull request #14039: [Enhancement] forEach() replace stream().forEach()

2022-11-11 Thread GitBox
morrySnow commented on PR #14039: URL: https://github.com/apache/doris/pull/14039#issuecomment-1311952358 plz solve conflict -- 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] morrySnow commented on a diff in pull request #14179: [improve](Nereids): refactor mergeGroup UT.

2022-11-11 Thread GitBox
morrySnow commented on code in PR #14179: URL: https://github.com/apache/doris/pull/14179#discussion_r1020402321 ## fe/fe-core/src/test/java/org/apache/doris/nereids/memo/MemoExploreTest.java: ## @@ -0,0 +1,148 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] morrySnow commented on pull request #14190: [fix](nereids) 1. new statistics use wrong default selectivity, 2 runtime-filter-prune updated

2022-11-11 Thread GitBox
morrySnow commented on PR #14190: URL: https://github.com/apache/doris/pull/14190#issuecomment-1311948640 plz split into 2 PR -- 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] morrySnow commented on a diff in pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-11 Thread GitBox
morrySnow commented on code in PR #14201: URL: https://github.com/apache/doris/pull/14201#discussion_r1020366774 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -3605,9 +3605,9 @@ show_param ::= RESULT = new ShowTableStatsStmt(tbl, partitionNames); :} /* show

[GitHub] [doris] morningman commented on a diff in pull request #14134: [feature-wip](multi-catalog) Support hive partition cache

2022-11-11 Thread GitBox
morningman commented on code in PR #14134: URL: https://github.com/apache/doris/pull/14134#discussion_r1020384937 ## fe/fe-core/src/main/java/org/apache/doris/datasource/PooledHiveMetaStoreClient.java: ## @@ -62,49 +64,56 @@ public List getAllDatabases() { try (CachedCl

[GitHub] [doris] morningman commented on a diff in pull request #14134: [feature-wip](multi-catalog) Support hive partition cache

2022-11-11 Thread GitBox
morningman commented on code in PR #14134: URL: https://github.com/apache/doris/pull/14134#discussion_r1020379371 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java: ## @@ -0,0 +1,334 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] morningman commented on a diff in pull request #14134: [feature-wip](multi-catalog) Support hive partition cache

2022-11-11 Thread GitBox
morningman commented on code in PR #14134: URL: https://github.com/apache/doris/pull/14134#discussion_r1020378782 ## fe/fe-core/src/main/java/org/apache/doris/datasource/PooledHiveMetaStoreClient.java: ## @@ -62,49 +64,56 @@ public List getAllDatabases() { try (CachedCl

[GitHub] [doris] morningman commented on a diff in pull request #14134: [feature-wip](multi-catalog) Support hive partition cache

2022-11-11 Thread GitBox
morningman commented on code in PR #14134: URL: https://github.com/apache/doris/pull/14134#discussion_r1020378578 ## fe/fe-core/src/main/java/org/apache/doris/catalog/external/HMSExternalTable.java: ## @@ -340,12 +352,28 @@ public Map getS3Properties() { return catalog.

[GitHub] [doris] hello-stephen commented on pull request #14213: [feature](table-valued-function) support `hdfs()` tvf

2022-11-11 Thread GitBox
hello-stephen commented on PR #14213: URL: https://github.com/apache/doris/pull/14213#issuecomment-1311874523 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 36.04 seconds load time: 441 seconds storage size: 17183690818 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-11 Thread GitBox
hello-stephen commented on PR #14212: URL: https://github.com/apache/doris/pull/14212#issuecomment-1311854460 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.3 seconds load time: 437 seconds storage size: 17179684772 Bytes https://doris-com

[GitHub] [doris] morningman commented on a diff in pull request #14213: [feature](table-valued-function) support `hdfs()` tvf

2022-11-11 Thread GitBox
morningman commented on code in PR #14213: URL: https://github.com/apache/doris/pull/14213#discussion_r1020324233 ## fe/fe-core/src/main/java/org/apache/doris/tablefunction/HdfsTableValuedFunction.java: ## @@ -0,0 +1,128 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [doris] morningman commented on pull request #14213: [feature](table-valued-function) support `hdfs()` tvf

2022-11-11 Thread GitBox
morningman commented on PR #14213: URL: https://github.com/apache/doris/pull/14213#issuecomment-1311822886 You need to add all new csv file to `.licenserc.yaml`, to pass the license check -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] github-actions[bot] commented on pull request #14194: [BugFix](file cache) don't clean clone dir when doing _gc_unused_file_caches

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14194: URL: https://github.com/apache/doris/pull/14194#issuecomment-1311822429 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 #14194: [BugFix](file cache) don't clean clone dir when doing _gc_unused_file_caches

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14194: URL: https://github.com/apache/doris/pull/14194#issuecomment-1311822473 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 #14211: [feature-wip](inverted index) API for inverted index reader and syntax for fulltext match

2022-11-11 Thread GitBox
hello-stephen commented on PR #14211: URL: https://github.com/apache/doris/pull/14211#issuecomment-1311817933 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.15 seconds load time: 436 seconds storage size: 17184752250 Bytes https://doris-co

[GitHub] [doris] morningman commented on pull request #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-11 Thread GitBox
morningman commented on PR #14212: URL: https://github.com/apache/doris/pull/14212#issuecomment-1311815624 Are there any cases for ``` 2. The array column does not count the number of nulls 3. Generate wrong NullMap for array column ``` ? -- This is an automated message from

[GitHub] [doris] github-actions[bot] commented on pull request #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14212: URL: https://github.com/apache/doris/pull/14212#issuecomment-1311815518 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 #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14212: URL: https://github.com/apache/doris/pull/14212#issuecomment-1311815462 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 (43490a33a5 -> 44eb1cf1c3)

2022-11-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 43490a33a5 [feature-array](array-type) Add array function array_with_constant (#14115) add 44eb1cf1c3 [fix](c

[GitHub] [doris] morningman merged pull request #14137: [fix](chore) read max_map_count from proc and make notice much more u…

2022-11-11 Thread GitBox
morningman merged PR #14137: URL: https://github.com/apache/doris/pull/14137 -- 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] github-actions[bot] commented on pull request #14137: [fix](chore) read max_map_count from proc and make notice much more u…

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14137: URL: https://github.com/apache/doris/pull/14137#issuecomment-1311795058 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 #14137: [fix](chore) read max_map_count from proc and make notice much more u…

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14137: URL: https://github.com/apache/doris/pull/14137#issuecomment-1311795007 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] BePPPower opened a new pull request, #14213: [feature](table-valued-function) support `hdfs()` tvf

2022-11-11 Thread GitBox
BePPPower opened a new pull request, #14213: URL: https://github.com/apache/doris/pull/14213 # Proposed changes Issue Number: close #13959 This pr does two things: 1. support `hdfs()` table valued function. 2. add regression test ## Problem summary Just like

[GitHub] [doris] AshinGau opened a new pull request, #14212: [multi-catalog](fix) the eof of lazy read columns may be not equal to the eof of predicate columns

2022-11-11 Thread GitBox
AshinGau opened a new pull request, #14212: URL: https://github.com/apache/doris/pull/14212 # Proposed changes ## Problem summary Fix three bugs: 1. The EOF of lazy read columns may be not equal to the EOF of predicate columns.(for example: If the predicate column has 3 pages, w

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020218941 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalRepeat.java: ## @@ -0,0 +1,151 @@ +// Licensed to the Apache Software Foundation (AS

[GitHub] [doris] Tanya-W opened a new pull request, #14211: [feature-wip](inverted index) API for inverted index reader and syntax for fulltext match

2022-11-11 Thread GitBox
Tanya-W opened a new pull request, #14211: URL: https://github.com/apache/doris/pull/14211 # Proposed changes Issue Number: Step1.3 of [DSIP-023: Add inverted index for full text search](https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+sea

[GitHub] [doris] dataroaring opened a new issue, #14210: [Feature] multi_search_any(haystack, [pattern1, pattern2, …, patternn])

2022-11-11 Thread GitBox
dataroaring opened a new issue, #14210: URL: https://github.com/apache/doris/issues/14210 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Implement a func

[doris] branch master updated: [feature-array](array-type) Add array function array_with_constant (#14115)

2022-11-11 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 43490a33a5 [feature-array](array-type) Add array

[GitHub] [doris] xy720 merged pull request #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
xy720 merged PR #14115: URL: https://github.com/apache/doris/pull/14115 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache

[GitHub] [doris] hello-stephen commented on pull request #14209: [Vectorized](function) support avg_weighted/percentile_array/topn_wei…

2022-11-11 Thread GitBox
hello-stephen commented on PR #14209: URL: https://github.com/apache/doris/pull/14209#issuecomment-1311728919 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.28 seconds load time: 511 seconds storage size: 17177715881 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14208: [typo](comment) Fix a lot of spell errors in be comments

2022-11-11 Thread GitBox
hello-stephen commented on PR #14208: URL: https://github.com/apache/doris/pull/14208#issuecomment-1311708582 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.84 seconds load time: 491 seconds storage size: 17179867964 Bytes https://doris-co

[GitHub] [doris] Wilson-BT closed issue #14138: [Bug] Doris metrics wrong

2022-11-11 Thread GitBox
Wilson-BT closed issue #14138: [Bug] Doris metrics wrong URL: https://github.com/apache/doris/issues/14138 -- 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-mai

[doris] branch master updated: [feature](running_difference) support running_difference function (#13737)

2022-11-11 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 0ba13af8ff [feature](running_difference) sup

[GitHub] [doris] dataroaring merged pull request #13737: [feature](running_difference) support running_difference function

2022-11-11 Thread GitBox
dataroaring merged PR #13737: URL: https://github.com/apache/doris/pull/13737 -- 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] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151519 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020020320 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151519 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] hello-stephen commented on pull request #14179: [improve](Nereids): refactor mergeGroup UT.

2022-11-11 Thread GitBox
hello-stephen commented on PR #14179: URL: https://github.com/apache/doris/pull/14179#issuecomment-1311669887 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.78 seconds load time: 493 seconds storage size: 17179934592 Bytes https://doris-co

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] hello-stephen commented on pull request #14206: [fix](test) tpch_sf1_p1 and tpch_sf1_p1/tpch_sf1 are confusing

2022-11-11 Thread GitBox
hello-stephen commented on PR #14206: URL: https://github.com/apache/doris/pull/14206#issuecomment-1311659060 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.51 seconds load time: 443 seconds storage size: 17181107393 Bytes https://doris-co

[GitHub] [doris] zhangstar333 opened a new pull request, #14209: [Vectorized](function) support avg_weighted/percentile_array/topn_wei…

2022-11-11 Thread GitBox
zhangstar333 opened a new pull request, #14209: URL: https://github.com/apache/doris/pull/14209 …ghted functions # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the origina

[GitHub] [doris] github-actions[bot] commented on pull request #14208: [typo](comment) Fix a lot of spell errors in be comments

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14208: URL: https://github.com/apache/doris/pull/14208#issuecomment-1311657843 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 #14208: [typo](comment) Fix a lot of spell errors in be comments

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14208: URL: https://github.com/apache/doris/pull/14208#issuecomment-1311657786 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] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] xy720 opened a new pull request, #14208: [typo](comment) Fix a lot of spell errors in be comments

2022-11-11 Thread GitBox
xy720 opened a new pull request, #14208: URL: https://github.com/apache/doris/pull/14208 # Proposed changes fix typos. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x] No

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] hello-stephen commented on pull request #14203: [enhancement](be)close ExecNode ASAP to release resource earlier

2022-11-11 Thread GitBox
hello-stephen commented on PR #14203: URL: https://github.com/apache/doris/pull/14203#issuecomment-1311638976 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.18 seconds load time: 447 seconds storage size: 17180461112 Bytes https://doris-co

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020020010 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-11 Thread GitBox
Kikyou1997 commented on code in PR #14201: URL: https://github.com/apache/doris/pull/14201#discussion_r1020143545 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java: ## @@ -57,7 +58,8 @@ public void run() { } while (true) {

[GitHub] [doris] airborne12 opened a new pull request, #14207: [Feature-WIP](inverted index) add inverted index writer api for be

2022-11-11 Thread GitBox
airborne12 opened a new pull request, #14207: URL: https://github.com/apache/doris/pull/14207 # Proposed changes Issue Number: Step1.2 of [DSIP-023: Add inverted index for full text search](https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+

[GitHub] [doris] hello-stephen commented on pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-11 Thread GitBox
hello-stephen commented on PR #14201: URL: https://github.com/apache/doris/pull/14201#issuecomment-1311587787 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.97 seconds load time: 470 seconds storage size: 17180141880 Bytes https://doris-co

[GitHub] [doris] dataroaring opened a new pull request, #14206: [fix](test) tpch_sf1_p1 and tpch_sf1_p1/tpch_sf1 are confusing

2022-11-11 Thread GitBox
dataroaring opened a new pull request, #14206: URL: https://github.com/apache/doris/pull/14206 Split them to tpch_sf1_unique_p1 and tpch_sf1_p1. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] github-actions[bot] commented on pull request #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14115: URL: https://github.com/apache/doris/pull/14115#issuecomment-1311574042 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 #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14115: URL: https://github.com/apache/doris/pull/14115#issuecomment-1311573966 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] eldenmoon commented on a diff in pull request #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
eldenmoon commented on code in PR #14115: URL: https://github.com/apache/doris/pull/14115#discussion_r1020126522 ## docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_with_constant.md: ## @@ -0,0 +1,65 @@ +--- +{ +"title": "array_with_constant", +"language":

[GitHub] [doris] 924060929 commented on a diff in pull request #12583: [feature](Nereids) implement grouping sets

2022-11-11 Thread GitBox
924060929 commented on code in PR #12583: URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] xy720 commented on a diff in pull request #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
xy720 commented on code in PR #14115: URL: https://github.com/apache/doris/pull/14115#discussion_r1020114010 ## docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_with_constant.md: ## @@ -0,0 +1,65 @@ +--- +{ +"title": "array_with_constant", +"language": "zh-

[GitHub] [doris] eldenmoon commented on a diff in pull request #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
eldenmoon commented on code in PR #14115: URL: https://github.com/apache/doris/pull/14115#discussion_r1020108585 ## be/src/vec/functions/array/function_array_with_constant.cpp: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [doris] eldenmoon commented on a diff in pull request #14115: [feature-array](array-type) Add array function array_with_constant

2022-11-11 Thread GitBox
eldenmoon commented on code in PR #14115: URL: https://github.com/apache/doris/pull/14115#discussion_r1020108335 ## be/src/vec/functions/array/function_array_with_constant.cpp: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [doris] hello-stephen commented on pull request #14196: [Bug]Fix core dump when load text into doris with special delimiter

2022-11-11 Thread GitBox
hello-stephen commented on PR #14196: URL: https://github.com/apache/doris/pull/14196#issuecomment-1311523753 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.02 seconds load time: 441 seconds storage size: 17179152622 Bytes https://doris-co

[doris] branch master updated (43f80e2633 -> 28ae281936)

2022-11-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 43f80e2633 [enhancement](load) Increase batch size of node channel to improve import performance (#13912) add 2

[GitHub] [doris] yiguolei merged pull request #14187: [chore](cmake) Fix wrong include_directories statements

2022-11-11 Thread GitBox
yiguolei merged PR #14187: URL: https://github.com/apache/doris/pull/14187 -- 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] englefly commented on a diff in pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-11 Thread GitBox
englefly commented on code in PR #14201: URL: https://github.com/apache/doris/pull/14201#discussion_r1020081253 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java: ## @@ -57,7 +58,8 @@ public void run() { } while (true) {

  1   2   >