[GitHub] [doris-manager] morningman merged pull request #63: [fix]There is a set of built-in account passwords

2022-11-11 Thread GitBox
morningman merged PR #63: URL: https://github.com/apache/doris-manager/pull/63 -- 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-manager] branch master updated: [fix]There is a set of built-in account passwords (#63)

2022-11-11 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-manager.git The following commit(s) were added to refs/heads/master by this push: new 6b76b42 [fix]There is a set of built

[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_r1019972143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,193 @@ 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_r1019972143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,193 @@ public PlanFragment visitPhysicalAggregate(

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

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

[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_r1019972143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,193 @@ 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_r1019972143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,193 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] github-actions[bot] commented on pull request #14190: [fix](nereids) new statistics use wrong default selectivity

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14190: URL: https://github.com/apache/doris/pull/14190#issuecomment-1311375861 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_r1019972143 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,193 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] SaintBacchus opened a new issue, #14193: [Bug] Core dump at split_line when using broker load text file

2022-11-11 Thread GitBox
SaintBacchus opened a new issue, #14193: URL: https://github.com/apache/doris/issues/14193 ### 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 ### 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_r1019934930 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -133,6 +142,26 @@ public PlanFragment translatePlan(PhysicalPl

[GitHub] [doris] github-actions[bot] commented on pull request #14169: [Enhancement](Nerieds) Support numbers TableValuedFunction and some bitmap/hll aggregate function

2022-11-11 Thread GitBox
github-actions[bot] commented on PR #14169: URL: https://github.com/apache/doris/pull/14169#issuecomment-1311379720 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] MakoXiao commented on issue #14131: [Bug] datax获取sqlserver的nvarchar数据类型,导入到doris会出现报错,Request failed with code:500

2022-11-11 Thread GitBox
MakoXiao commented on issue #14131: URL: https://github.com/apache/doris/issues/14131#issuecomment-1311383679 我遇到同类型错误,排查到是因为数据中包含 % 导致的 -- 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 specif

[GitHub] [doris] ByteYue opened a new pull request, #14194: [BugFix](file cache) don't clean clone dir when doing _gc_unused_file_caches

2022-11-11 Thread GitBox
ByteYue opened a new pull request, #14194: URL: https://github.com/apache/doris/pull/14194 # Proposed changes Issue Number: close #xxx Previous implementation would clean `tablet_path/clone/xxx.dat` file even though we didn't set `file_cache_max_size_per_disk`. The log is as fo

[GitHub] [doris] 924060929 merged pull request #14169: [Enhancement](Nerieds) Support numbers TableValuedFunction and some bitmap/hll aggregate function

2022-11-11 Thread GitBox
924060929 merged PR #14169: URL: https://github.com/apache/doris/pull/14169 -- 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 (fe2944d56d -> d9913b1317)

2022-11-11 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from fe2944d56d [Bug](nljoin) Keep compatibility for nljoin (#14182) add d9913b1317 [Enhancement](Nerieds) Support

[GitHub] [doris] zhoukaiii opened a new issue, #14195: [Bug] Unable to flush data to Doris: unknown result status

2022-11-11 Thread GitBox
zhoukaiii opened a new issue, #14195: URL: https://github.com/apache/doris/issues/14195 ### 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 updated master

[GitHub] [doris] hello-stephen commented on pull request #14190: [fix](nereids) new statistics use wrong default selectivity

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

[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_r1020002617 ## 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 contributor

[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_r1020002286 ## 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 contributor

[GitHub] [doris] hello-stephen commented on pull request #14162: [test](jdbc postgresql case)add jdbc test case for postgresql

2022-11-11 Thread GitBox
hello-stephen commented on PR #14162: URL: https://github.com/apache/doris/pull/14162#issuecomment-1311410874 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [doris] SaintBacchus opened a new pull request, #14196: [Bug]Fix core dump when load text into doris with special delimiter

2022-11-11 Thread GitBox
SaintBacchus opened a new pull request, #14196: URL: https://github.com/apache/doris/pull/14196 # Proposed changes Issue Number: close #14193 ## Problem summary ![image](https://user-images.githubusercontent.com/7404824/201304426-55001a9b-ef0a-442a-9049-f488a1382d2f.png)

[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] 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] tpolong opened a new issue, #14198: [Feature] ST_Contains大量点和面相交效率不理想,希望增加空间索引

2022-11-11 Thread GitBox
tpolong opened a new issue, #14198: URL: https://github.com/apache/doris/issues/14198 ### 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 ST_Contains大量点(12003

[GitHub] [doris] qzsee commented on a diff in pull request #14113: [Feature](Nereids) Simplify range of predicate

2022-11-11 Thread GitBox
qzsee commented on code in PR #14113: URL: https://github.com/apache/doris/pull/14113#discussion_r1020032662 ## fe/fe-core/src/test/java/org/apache/doris/nereids/rules/expression/rewrite/SimplifyRangeTest.java: ## @@ -0,0 +1,128 @@ +// Licensed to the Apache Software Foundation

[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] luozenglin opened a new issue, #14199: [Bug] query result error

2022-11-11 Thread GitBox
luozenglin opened a new issue, #14199: URL: https://github.com/apache/doris/issues/14199 ### 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 1.2 ### What's

[GitHub] [doris] luozenglin opened a new pull request, #14200: [fix](scankey) fix extended scan key errors.

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

[GitHub] [doris] Kikyou1997 opened a new pull request, #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-11 Thread GitBox
Kikyou1997 opened a new pull request, #14201: URL: https://github.com/apache/doris/pull/14201 2. injection # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original beha

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

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

[GitHub] [doris] yiguolei merged pull request #14123: [test](array function)add array_range function test

2022-11-11 Thread GitBox
yiguolei merged PR #14123: URL: https://github.com/apache/doris/pull/14123 -- 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: [test](array function)add array_range function test (#14123)

2022-11-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 2e29b15c6a [test](array function)add array_rang

[GitHub] [doris] yiguolei merged pull request #13912: [enhancement](load) Increase batch size of node channel to improve import performance

2022-11-11 Thread GitBox
yiguolei merged PR #13912: URL: https://github.com/apache/doris/pull/13912 -- 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: [enhancement](load) Increase batch size of node channel to improve import performance (#13912)

2022-11-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 43f80e2633 [enhancement](load) Increase batch s

[GitHub] [doris] kkfnui opened a new issue, #14202: [Bug] 'utf-8' codec can't decode byte 0xc0 in position 1: invalid start byte

2022-11-11 Thread GitBox
kkfnui opened a new issue, #14202: URL: https://github.com/apache/doris/issues/14202 ### 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 1.1.3 ### What's W

[GitHub] [doris] starocean999 opened a new pull request, #14203: [enhancement](be)close ExecNode ASAP to release resource earlier

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

[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) {

[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

[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] 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

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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_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] 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_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] 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_r1020151860 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(

[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] 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] 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] 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] 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 #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_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] 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.

[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] 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

[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] 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] 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

[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] 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

[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] 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] 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] 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] 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] 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] 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

[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] 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

[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] 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] 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] 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] 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] 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

  1   2   >