[doris] branch master updated (27f7ae258d -> 8f4bb0f804)

2022-09-20 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 27f7ae258d [Enhancement](load) optimize flush policy to avoid small segments #12706 add 8f4bb0f804 [improvement

[GitHub] [doris] yiguolei merged pull request #12704: [improvement](agg) iterate aggregation data in memory write order

2022-09-20 Thread GitBox
yiguolei merged PR #12704: URL: https://github.com/apache/doris/pull/12704 -- 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] github-actions[bot] commented on pull request #12704: [improvement](agg) iterate aggregation data in memory write order

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12704: URL: https://github.com/apache/doris/pull/12704#issuecomment-1253285799 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 #12704: [improvement](agg) iterate aggregation data in memory write order

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12704: URL: https://github.com/apache/doris/pull/12704#issuecomment-1253285764 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] xinyiZzz commented on a diff in pull request #12716: [Enhancement](load) Refine the load channel flush policy on mem limit (WIP)

2022-09-20 Thread GitBox
xinyiZzz commented on code in PR #12716: URL: https://github.com/apache/doris/pull/12716#discussion_r976107494 ## be/src/runtime/load_channel_mgr.cpp: ## @@ -126,6 +110,15 @@ Status LoadChannelMgr::open(const PTabletWriterOpenRequest& params) { return Status::OK(); } +v

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12807: [Enhancement](optimize) optimize for insert_indices_from

2022-09-20 Thread GitBox
BiteThet opened a new pull request, #12807: URL: https://github.com/apache/doris/pull/12807 # Proposed changes for tpch Q5: before: ![图片](https://user-images.githubusercontent.com/7939630/191434754-65968ad4-6712-4fb3-946e-cad875959292.png) after: ![图片](https://use

[GitHub] [doris] morningman commented on a diff in pull request #12667: [Feature](serialize) move block_data_version to fe heart beat

2022-09-20 Thread GitBox
morningman commented on code in PR #12667: URL: https://github.com/apache/doris/pull/12667#discussion_r976099352 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1767,4 +1767,22 @@ public class Config extends ConfigBase { */ @ConfField(mutable =

[doris] branch master updated: [Enhancement](load) optimize flush policy to avoid small segments #12706

2022-09-20 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 27f7ae258d [Enhancement](load) optimize flus

[GitHub] [doris] dataroaring merged pull request #12706: [Enhancement](load) optimize flush policy to avoid small segments

2022-09-20 Thread GitBox
dataroaring merged PR #12706: URL: https://github.com/apache/doris/pull/12706 -- 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] weizhengte commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
weizhengte commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976076296 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] weizhengte commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
weizhengte commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976075630 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] zhoulong0517 opened a new issue, #12806: Invalid instance profile, sender is null: true, execNode is null: true

2022-09-20 Thread GitBox
zhoulong0517 opened a new issue, #12806: URL: https://github.com/apache/doris/issues/12806 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.2

[GitHub] [doris] weizhengte commented on a diff in pull request #12766: [feature-wip](statistics) add statistics module related syntax

2022-09-20 Thread GitBox
weizhengte commented on code in PR #12766: URL: https://github.com/apache/doris/pull/12766#discussion_r976039342 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowColumnStatsStmt.java: ## @@ -43,22 +43,35 @@ public class ShowColumnStatsStmt extends ShowStmt {

[doris] branch master updated: [feature-wip](new-scan)Refactor VFileScanner, support broker load, remove unused functions in VScanner base class. (#12793)

2022-09-20 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ec2b3bf220 [feature-wip](new-scan)Refactor VF

[GitHub] [doris] morningman merged pull request #12793: [feature-wip](new-scan)Refactor VFileScanner, support broker load, remove unused functions in VScanner base class.

2022-09-20 Thread GitBox
morningman merged PR #12793: URL: https://github.com/apache/doris/pull/12793 -- 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] HappenLee opened a new pull request, #12803: [Opt](Vectorized) Support push down no grouping agg

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

[GitHub] [doris] github-actions[bot] commented on pull request #12706: [Enhancement](load) optimize flush policy to avoid small segments

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12706: URL: https://github.com/apache/doris/pull/12706#issuecomment-1253188791 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 #12706: [Enhancement](load) optimize flush policy to avoid small segments

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12706: URL: https://github.com/apache/doris/pull/12706#issuecomment-1253188766 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] morrySnow merged pull request #12483: [enhancement](Nereids) add all necessary PhysicalDistribute on Join's child and update cost model

2022-09-20 Thread GitBox
morrySnow merged PR #12483: URL: https://github.com/apache/doris/pull/12483 -- 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 (a7993755ae -> 7b46e2400f)

2022-09-20 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from a7993755ae [typo](docs)rename doc file name (#12783) add 7b46e2400f [enhancement](Nereids) add all necessary Ph

[GitHub] [doris] dinggege1024 closed pull request #12780: [refactor](fe-core/src/test): refactor and replace use NIO

2022-09-20 Thread GitBox
dinggege1024 closed pull request #12780: [refactor](fe-core/src/test): refactor and replace use NIO URL: https://github.com/apache/doris/pull/12780 -- 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 t

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
Kikyou1997 commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976007853 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] morningman opened a new pull request, #12802: [feature-wip](multi-catalog) Support flatten catalog

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

[GitHub] [doris] TaoZex commented on issue #11331: [Feature] The poseexplode function support like hive.

2022-09-20 Thread GitBox
TaoZex commented on issue #11331: URL: https://github.com/apache/doris/issues/11331#issuecomment-1253174281 I raised a discussion about this question, but no one has answered it, and the function of returning two columns may not be possible at the current stage. The link is as follows:https

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
Kikyou1997 commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976007853 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] github-actions[bot] commented on pull request #12762: [feature-wip](MTMV) Support showing and dropping materialized view for multiple tables

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12762: URL: https://github.com/apache/doris/pull/12762#issuecomment-1253173000 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 #12762: [feature-wip](MTMV) Support showing and dropping materialized view for multiple tables

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12762: URL: https://github.com/apache/doris/pull/12762#issuecomment-1253172987 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] isHuangXin commented on issue #10473: [Feature] About supporting sequenceCount function and retention function

2022-09-20 Thread GitBox
isHuangXin commented on issue #10473: URL: https://github.com/apache/doris/issues/10473#issuecomment-1253172378 > Thank you very much! In fact, I am also using m1 macbook. I usually develop on macbook and compile on Alibaba Cloud server. This is my suggestion and I hope it can help you. 😄

[GitHub] [doris] morrySnow commented on a diff in pull request #12766: [feature-wip](statistics) add statistics module related syntax

2022-09-20 Thread GitBox
morrySnow commented on code in PR #12766: URL: https://github.com/apache/doris/pull/12766#discussion_r976009405 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowTableStatsStmt.java: ## @@ -68,6 +71,13 @@ public String getDbName() { return tableName.getDb();

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
Kikyou1997 commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976007853 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
Kikyou1997 commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976007853 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] Yukang-LIAN commented on issue #10473: [Feature] About supporting sequenceCount function and retention function

2022-09-20 Thread GitBox
Yukang-LIAN commented on issue #10473: URL: https://github.com/apache/doris/issues/10473#issuecomment-1253169815 Thank you very much! In fact, I am also using m1 macbook. I usually develop on macbook and compile on Alibaba Cloud server. This is my suggestion and I hope it can help you. 😄

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
Kikyou1997 commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976007853 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.d

[GitHub] [doris] morrySnow commented on a diff in pull request #12765: [feature-wip](statistics) collect statistics by sql task

2022-09-20 Thread GitBox
morrySnow commented on code in PR #12765: URL: https://github.com/apache/doris/pull/12765#discussion_r976007432 ## fe/fe-core/src/main/java/org/apache/doris/statistics/SQLStatisticsTask.java: ## @@ -17,47 +17,119 @@ package org.apache.doris.statistics; -import org.apache.do

[GitHub] [doris] github-actions[bot] commented on pull request #12794: [fix](memtracker) Introduce orphan mem tracker to verify memory tracking accuracy

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12794: URL: https://github.com/apache/doris/pull/12794#issuecomment-1253163924 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 #12794: [fix](memtracker) Introduce orphan mem tracker to verify memory tracking accuracy

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12794: URL: https://github.com/apache/doris/pull/12794#issuecomment-1253163909 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] nextdreamblue opened a new pull request, #12801: [enhancement](broker) broker load support tencent cos

2022-09-20 Thread GitBox
nextdreamblue opened a new pull request, #12801: URL: https://github.com/apache/doris/pull/12801 Signed-off-by: nextdreamblue # Proposed changes Issue Number: close #xxx ## Problem summary broker load support tencent cos. ## Checklist(Required) 1. Do

[doris] branch master updated (52a0da1f5c -> a7993755ae)

2022-09-20 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 52a0da1f5c [improve](Nereids): add check validator during post. (#12702) add a7993755ae [typo](docs)rename doc f

[GitHub] [doris] jackwener merged pull request #12783: [typo](docs)rename doc file name

2022-09-20 Thread GitBox
jackwener merged PR #12783: URL: https://github.com/apache/doris/pull/12783 -- 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 (b6e20db997 -> 52a0da1f5c)

2022-09-20 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b6e20db997 [fix](outfile) select OBJECT and HLL columns into outfile as null. (#12734) add 52a0da1f5c [improve](

[GitHub] [doris] jackwener merged pull request #12702: [improve](Nereids): add check validator during post.

2022-09-20 Thread GitBox
jackwener merged PR #12702: URL: https://github.com/apache/doris/pull/12702 -- 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](outfile) select OBJECT and HLL columns into outfile as null. (#12734)

2022-09-20 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 b6e20db997 [fix](outfile) select OBJECT and H

[GitHub] [doris] Gabriel39 merged pull request #12734: [fix](outfile) select OBJECT and HLL columns into outfile as null.

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

[GitHub] [doris] Gabriel39 closed issue #12733: [Bug] when exporting hll columns, the file gets binary data

2022-09-20 Thread GitBox
Gabriel39 closed issue #12733: [Bug] when exporting hll columns, the file gets binary data URL: https://github.com/apache/doris/issues/12733 -- 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 speci

[GitHub] [doris] Gabriel39 commented on pull request #12545: [fix](doc)Fix sql function doc

2022-09-20 Thread GitBox
Gabriel39 commented on PR #12545: URL: https://github.com/apache/doris/pull/12545#issuecomment-1253156885 > @Gabriel39 Hi, when I use CURDATE, it got another result but not what I expected. ![download](https://user-images.githubusercontent.com/41983209/190034513-a31962db-eb71-4200-a89a-b9aa

[GitHub] [doris] isHuangXin commented on issue #10473: [Feature] About supporting sequenceCount function and retention function

2022-09-20 Thread GitBox
isHuangXin commented on issue #10473: URL: https://github.com/apache/doris/issues/10473#issuecomment-1253156361 Plz unassign me. Because doris does not support building the project in the M1 ARM programming environment. At that time, my computer is an M1 chip. -- This is an automated mess

[GitHub] [doris] yiguolei commented on pull request #12681: [fix](inlineview)the inlineview's slots' nullability property is not set correctly

2022-09-20 Thread GitBox
yiguolei commented on PR #12681: URL: https://github.com/apache/doris/pull/12681#issuecomment-1253155613 Has test in 1.1.2, will not throw exception, so that ignore it in 1.1.3. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] Yukang-LIAN commented on issue #10473: [Feature] About supporting sequenceCount function and retention function

2022-09-20 Thread GitBox
Yukang-LIAN commented on issue #10473: URL: https://github.com/apache/doris/issues/10473#issuecomment-1253153297 > [WeOpen-Star] I want to try it. please assign this issue to me~ Hello handsome, my mentor asked me to try to implement the retention function, and I see thst you are tryi

[doris] branch master updated: [Bug](datetimev2) Fix lost precision for datetimev2 (#12723)

2022-09-20 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 632867c1c1 [Bug](datetimev2) Fix lost precisi

[GitHub] [doris] github-actions[bot] commented on pull request #12723: [Bug](datetimev2) Fix lost precision for datetimev2

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12723: URL: https://github.com/apache/doris/pull/12723#issuecomment-1253152951 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] Gabriel39 closed issue #12722: [Bug] Lost precision when using datetimev2

2022-09-20 Thread GitBox
Gabriel39 closed issue #12722: [Bug] Lost precision when using datetimev2 URL: https://github.com/apache/doris/issues/12722 -- 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] Gabriel39 merged pull request #12723: [Bug](datetimev2) Fix lost precision for datetimev2

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

[GitHub] [doris] Yukang-LIAN opened a new issue, #12800: [Enhancement]Try to implement Retention function

2022-09-20 Thread GitBox
Yukang-LIAN opened a new issue, #12800: URL: https://github.com/apache/doris/issues/12800 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description The `r

[GitHub] [doris] github-actions[bot] commented on pull request #12793: [feature-wip](new-scan)Refactor VFileScanner, support broker load, remove unused functions in VScanner base class.

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12793: URL: https://github.com/apache/doris/pull/12793#issuecomment-1253144296 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 #12793: [feature-wip](new-scan)Refactor VFileScanner, support broker load, remove unused functions in VScanner base class.

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12793: URL: https://github.com/apache/doris/pull/12793#issuecomment-1253144326 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] adonis0147 commented on pull request #12795: [improvement](git) add fe/core/bin/ to .gitignore

2022-09-20 Thread GitBox
adonis0147 commented on PR #12795: URL: https://github.com/apache/doris/pull/12795#issuecomment-1253138290 Hi @tarepanda1024 , I couldn't find this folder in my machine. In which scenario is the folder generated? -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [doris] adonis0147 commented on pull request #12691: [chore](thirdparty) Support third-party incremental build

2022-09-20 Thread GitBox
adonis0147 commented on PR #12691: URL: https://github.com/apache/doris/pull/12691#issuecomment-1253131735 Hi @gavinchou , thanks for your contribution and the idea is great! However, I don't think it is convenient for the developer to update the `version.txt` after he modifies the third-pa

[GitHub] [doris] github-actions[bot] commented on pull request #12798: [typo](docs)Optimized materialized view documentation

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12798: URL: https://github.com/apache/doris/pull/12798#issuecomment-1253130181 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] zy-kkk opened a new pull request, #12798: [typo](docs)Optimized materialized view documentation

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

[GitHub] [doris] AshinGau opened a new pull request, #12797: [feature-wip](parquet-reader) add parquet reader profile

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

[GitHub] [doris] zhangstar333 commented on a diff in pull request #12730: [Refactor](parquet) refactor parquet write to uniform and consistent logic

2022-09-20 Thread GitBox
zhangstar333 commented on code in PR #12730: URL: https://github.com/apache/doris/pull/12730#discussion_r975971243 ## be/src/runtime/file_result_writer.h: ## @@ -42,8 +42,15 @@ struct ResultFileOptions { std::vector broker_addresses; std::map broker_properties; st

[doris] branch master updated: [Improvement](sort) Use heap sort to optimize sort node (#12700)

2022-09-20 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 3cfaae0031 [Improvement](sort) Use heap sort

[GitHub] [doris] Gabriel39 merged pull request #12700: [Improvement](sort) Use heap sort to optimize sort node

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

[GitHub] [doris] Gabriel39 closed issue #12787: [Enhancement] Use heap sort to optimize sort node

2022-09-20 Thread GitBox
Gabriel39 closed issue #12787: [Enhancement] Use heap sort to optimize sort node URL: https://github.com/apache/doris/issues/12787 -- 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 #12483: [enhancement](Nereids) add all necessary PhysicalDistribute on Join's child and update cost model

2022-09-20 Thread GitBox
morrySnow commented on code in PR #12483: URL: https://github.com/apache/doris/pull/12483#discussion_r975966586 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -106,19 +112,47 @@ public CostEstimate visitPhysicalLocalQuickSort( r

[GitHub] [doris] dinggege1024 commented on pull request #12780: [refactor](fe-core/src/test): refactor and replace use NIO

2022-09-20 Thread GitBox
dinggege1024 commented on PR #12780: URL: https://github.com/apache/doris/pull/12780#issuecomment-1253111638 @jackwener Hi, can you help this pr review, thx -- 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

[GitHub] [doris] yiguolei opened a new pull request, #12796: [bugfix](predicate column) data maybe wrong if not a single page

2022-09-20 Thread GitBox
yiguolei opened a new pull request, #12796: URL: https://github.com/apache/doris/pull/12796 # Proposed changes Issue Number: close #xxx ## Problem summary This issue is introduced by [#12690](https://github.com/apache/doris/pull/12690) Describe your changes.

[doris-website] branch master updated: workflow fix

2022-09-20 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new b809d55ddc6 workflow fix b809d55ddc

[GitHub] [doris] englefly commented on a diff in pull request #12483: [enhancement](Nereids) add all necessary PhysicalDistribute on Join's child and update cost model

2022-09-20 Thread GitBox
englefly commented on code in PR #12483: URL: https://github.com/apache/doris/pull/12483#discussion_r975937935 ## fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostCalculator.java: ## @@ -106,19 +112,47 @@ public CostEstimate visitPhysicalLocalQuickSort( re

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) fix calculate delete bitmap when has sequence column (#12789)

2022-09-20 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 a5643822de [feature-wip](unique-key-merge-on-wr

[GitHub] [doris] yiguolei merged pull request #12789: [feature-wip](unique-key-merge-on-write) fix calculate delete bitmap when has sequence column

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

[doris] branch master updated: [fix](memtracker) Fix thread mem tracker try consume accuracy #12782

2022-09-20 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 bd4bfa8f00 [fix](memtracker) Fix thread mem tra

[GitHub] [doris] yiguolei merged pull request #12782: [fix](memtracker) Fix thread mem tracker try consume accuracy

2022-09-20 Thread GitBox
yiguolei merged PR #12782: URL: https://github.com/apache/doris/pull/12782 -- 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 (f1539761e8 -> c72a19f410)

2022-09-20 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 f1539761e8 [Bugfix](string_functions) rearrange code to avoid global buffer overflow in FindInSetOp::execute (#12677

[GitHub] [doris] yiguolei merged pull request #12779: [BugFix](VExprContext) capture error status to prevent incorrect func call which causes coredump

2022-09-20 Thread GitBox
yiguolei merged PR #12779: URL: https://github.com/apache/doris/pull/12779 -- 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] yiguolei closed issue #12778: [Bug] coredump when checking whether nested type column is null

2022-09-20 Thread GitBox
yiguolei closed issue #12778: [Bug] coredump when checking whether nested type column is null URL: https://github.com/apache/doris/issues/12778 -- 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 sp

[GitHub] [doris] yiguolei closed issue #12634: [Bug] explode_split 炸裂函数,其他列不能正常显示

2022-09-20 Thread GitBox
yiguolei closed issue #12634: [Bug] explode_split 炸裂函数,其他列不能正常显示 URL: https://github.com/apache/doris/issues/12634 -- 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 unsubscri

[doris] branch master updated (b0b876f640 -> c5b6056b7a)

2022-09-20 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 b0b876f640 [typo](docs) vectorization needs to be turned off to use native udf #12739 add c5b6056b7a [fix](late

[doris] branch master updated (c5b6056b7a -> f1539761e8)

2022-09-20 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 c5b6056b7a [fix](lateral_view) fix lateral view explode_split with temp table (#12643) add f1539761e8 [Bugfix](

[doris-website] branch master updated: workflow fix

2022-09-20 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new df0ccb3671f workflow fix df0ccb3671

[GitHub] [doris] yiguolei closed issue #12676: [Bug] core in FindInSetOp::execute due to global buffer overflow

2022-09-20 Thread GitBox
yiguolei closed issue #12676: [Bug] core in FindInSetOp::execute due to global buffer overflow URL: https://github.com/apache/doris/issues/12676 -- 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 s

[GitHub] [doris] yiguolei merged pull request #12677: [Bugfix](string_functions) rearrange code to avoid global buffer overflow in FindInSetOp::execute

2022-09-20 Thread GitBox
yiguolei merged PR #12677: URL: https://github.com/apache/doris/pull/12677 -- 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] yiguolei merged pull request #12643: [fix](lateral_view) fix lateral view explode_split with temp table

2022-09-20 Thread GitBox
yiguolei merged PR #12643: URL: https://github.com/apache/doris/pull/12643 -- 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: [typo](docs) vectorization needs to be turned off to use native udf #12739

2022-09-20 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 b0b876f640 [typo](docs) vectorization needs to

[GitHub] [doris] yiguolei merged pull request #12739: [typo](docs) vectorization needs to be turned off to use native udf

2022-09-20 Thread GitBox
yiguolei merged PR #12739: URL: https://github.com/apache/doris/pull/12739 -- 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: [chore](build) add an option to disable strip thridparty libs (#12772)

2022-09-20 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 11e0151445 [chore](build) add an option to disa

[GitHub] [doris] yiguolei merged pull request #12772: [chore](build) add an option to disable strip thridparty libs

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

[doris] branch branch-1.1-lts updated: [cherry-pick](1.1-lts) cherry-pick `lead` function patch to 1.1-lts (#12707)

2022-09-20 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 25317a63e5 [cherry-pick](1.1-lt

[GitHub] [doris] yiguolei merged pull request #12707: [cherry-pick](1.1-lts) cherry-pick `lead` function patch to 1.1-lts

2022-09-20 Thread GitBox
yiguolei merged PR #12707: URL: https://github.com/apache/doris/pull/12707 -- 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] github-actions[bot] closed pull request #8555: (olap) (bugfix) fix hll-oom issue

2022-09-20 Thread GitBox
github-actions[bot] closed pull request #8555: (olap) (bugfix) fix hll-oom issue URL: https://github.com/apache/doris/pull/8555 -- 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] tarepanda1024 opened a new pull request, #12795: [improvement](git) add fe/core/bin/ to .gitignore

2022-09-20 Thread GitBox
tarepanda1024 opened a new pull request, #12795: URL: https://github.com/apache/doris/pull/12795 # Proposed changes add fe/core/bin/ to .gitignore ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] freesinger commented on a diff in pull request #10322: [feature](JSON datatype)Support JSON datatype

2022-09-20 Thread GitBox
freesinger commented on code in PR #10322: URL: https://github.com/apache/doris/pull/10322#discussion_r975637134 ## be/src/olap/types.h: ## @@ -1559,6 +1566,65 @@ struct FieldTypeTraits : public FieldTypeTraits +struct FieldTypeTraits : public FieldTypeTraits { +static int

[GitHub] [doris] xinyiZzz opened a new pull request, #12794: [fix](memtracker) Introduce orphan mem tracker to verify memory tracking accuracy

2022-09-20 Thread GitBox
xinyiZzz opened a new pull request, #12794: URL: https://github.com/apache/doris/pull/12794 # Proposed changes Issue Number: close #xxx ## Problem summary The mem hook consumes the orphan tracker by default. If the thread does not attach other trackers, by default all co

[GitHub] [doris] github-actions[bot] commented on pull request #12789: [feature-wip](unique-key-merge-on-write) fix calculate delete bitmap when has sequence column

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12789: URL: https://github.com/apache/doris/pull/12789#issuecomment-1252633725 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 #12789: [feature-wip](unique-key-merge-on-write) fix calculate delete bitmap when has sequence column

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12789: URL: https://github.com/apache/doris/pull/12789#issuecomment-1252633674 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 #12779: [BugFix](VExprContext) capture error status to prevent incorrect func call which causes coredump

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12779: URL: https://github.com/apache/doris/pull/12779#issuecomment-1252632699 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 #12779: [BugFix](VExprContext) capture error status to prevent incorrect func call which causes coredump

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12779: URL: https://github.com/apache/doris/pull/12779#issuecomment-1252632627 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 #12782: [fix](memtracker) Fix thread mem tracker try consume accuracy

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12782: URL: https://github.com/apache/doris/pull/12782#issuecomment-1252629704 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 #12782: [fix](memtracker) Fix thread mem tracker try consume accuracy

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12782: URL: https://github.com/apache/doris/pull/12782#issuecomment-1252629656 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 #12792: [Docs] Add python env for Mac M1

2022-09-20 Thread GitBox
github-actions[bot] commented on PR #12792: URL: https://github.com/apache/doris/pull/12792#issuecomment-1252628725 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

  1   2   >