[incubator-doris] branch master updated: [Thirdparty] Fix build thirdparty may be failed (#5187)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new e536823 [Thirdparty] Fix build thi

[GitHub] [incubator-doris] morningman merged pull request #5187: fix build thirdparty may be failed

2021-01-03 Thread GitBox
morningman merged pull request #5187: URL: https://github.com/apache/incubator-doris/pull/5187 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] mengqinghuan opened a new pull request #5190: Update install-deploy.md

2021-01-03 Thread GitBox
mengqinghuan opened a new pull request #5190: URL: https://github.com/apache/incubator-doris/pull/5190 update description about expanding FE ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull reque

[incubator-doris] branch master updated: Fix MaterializedView select with CTE bug (#5165)

2021-01-03 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new bcf1091 Fix MaterializedView selec

[GitHub] [incubator-doris] kangkaisen merged pull request #5165: Fix MaterializedView select with CTE bug

2021-01-03 Thread GitBox
kangkaisen merged pull request #5165: URL: https://github.com/apache/incubator-doris/pull/5165 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] kangkaisen closed issue #5164: MaterializedView select result is wrong when union all CTE

2021-01-03 Thread GitBox
kangkaisen closed issue #5164: URL: https://github.com/apache/incubator-doris/issues/5164 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

[incubator-doris] branch master updated: [Optimize][Cache]Implementation of Separated Page Cache (#5008)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 6c098e4 [Optimize][Cache]Implement

[GitHub] [incubator-doris] morningman merged pull request #5008: [Optimize][Cache]Implementation of Separated Page Cache

2021-01-03 Thread GitBox
morningman merged pull request #5008: URL: https://github.com/apache/incubator-doris/pull/5008 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #4995: [Proposal] Separate Page Cache by page type

2021-01-03 Thread GitBox
morningman closed issue #4995: URL: https://github.com/apache/incubator-doris/issues/4995 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

[GitHub] [incubator-doris] acelyc111 commented on pull request #5008: [Optimize][Cache]Implementation of Separated Page Cache

2021-01-03 Thread GitBox
acelyc111 commented on pull request #5008: URL: https://github.com/apache/incubator-doris/pull/5008#issuecomment-753737730 > Hi @Skysheepwang, Sorry for late review. Please resolve the conflict~ @morningman conflicts have been resolved. --

[GitHub] [incubator-doris] francisoliverlee commented on issue #5177: Add cache system to enhance query speed

2021-01-03 Thread GitBox
francisoliverlee commented on issue #5177: URL: https://github.com/apache/incubator-doris/issues/5177#issuecomment-753727669 @zhaojintaozhao the lastest version has some cache strategies. doc: [cache doc](http://doris.apache.org/master/zh-CN/administrator-guide/config/fe_config.html#%E9%85

[GitHub] [incubator-doris] kangkaisen commented on pull request #5165: Fix MaterializedView select with CTE bug

2021-01-03 Thread GitBox
kangkaisen commented on pull request #5165: URL: https://github.com/apache/incubator-doris/pull/5165#issuecomment-753718634 > Hi, @kangkaisen , there are unused imports: > > ``` > SingleNodePlanner.java:76:8: Unused import - java.util.UUID. [UnusedImports] > ``` > > Plea

[GitHub] [incubator-doris] morningman opened a new pull request #5189: [Bug] Fix bug that the min/max function has an error in handling string null values

2021-01-03 Thread GitBox
morningman opened a new pull request #5189: URL: https://github.com/apache/incubator-doris/pull/5189 ## Proposed changes null should be ignored in min/max function. And if there is no data, null should be return. ## Types of changes - [x] Bugfix (non-breaking change w

[GitHub] [incubator-doris] morningman opened a new issue #5188: [Bug] Wrong query result of min/max for string type col

2021-01-03 Thread GitBox
morningman opened a new issue #5188: URL: https://github.com/apache/incubator-doris/issues/5188 **Describe the bug** ``` mysql> create table tbl5 (k1 int, v1 varchar(32) max, v2 varchar(32) min) distributed by hash(k1) buckets 1 properties("replication_num" = "1"); Query OK, 0

[GitHub] [incubator-doris] morningman commented on pull request #5165: Fix MaterializedView select with CTE bug

2021-01-03 Thread GitBox
morningman commented on pull request #5165: URL: https://github.com/apache/incubator-doris/pull/5165#issuecomment-753714505 Hi, @kangkaisen , there are unused imports: ``` SingleNodePlanner.java:76:8: Unused import - java.util.UUID. [UnusedImports] ``` Please fix it first.

[GitHub] [incubator-doris] morningman merged pull request #5168: [FE] Add log for abort transaction.

2021-01-03 Thread GitBox
morningman merged pull request #5168: URL: https://github.com/apache/incubator-doris/pull/5168 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [FE][Log] Add log for abort transaction. (#5168)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new feabdd2 [FE][Log] Add log for abor

[incubator-doris] branch master updated: [Thirdparty] Use the bundle source of zstd when build_arrow (#5179)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d46b57f [Thirdparty] Use the bundl

[GitHub] [incubator-doris] morningman merged pull request #5179: [Thirdparty] use the bundle source when build_arrow

2021-01-03 Thread GitBox
morningman merged pull request #5179: URL: https://github.com/apache/incubator-doris/pull/5179 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #4827: Build failed in CentOS 7

2021-01-03 Thread GitBox
morningman closed issue #4827: URL: https://github.com/apache/incubator-doris/issues/4827 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

[incubator-doris] branch master updated (d5768cf -> 0d3564c)

2021-01-03 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/incubator-doris.git. from d5768cf [Bug] Fix create colocate table bug (#5139) add 0d3564c [Feature] Implementation of histo

[GitHub] [incubator-doris] morningman closed issue #5146: [Proposal] Add Histogram Metrics Implementation

2021-01-03 Thread GitBox
morningman closed issue #5146: URL: https://github.com/apache/incubator-doris/issues/5146 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

[GitHub] [incubator-doris] morningman merged pull request #5148: [Feature] Implementation of histogram metric

2021-01-03 Thread GitBox
morningman merged pull request #5148: URL: https://github.com/apache/incubator-doris/pull/5148 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman merged pull request #5139: Fix create colocate table bug

2021-01-03 Thread GitBox
morningman merged pull request #5139: URL: https://github.com/apache/incubator-doris/pull/5139 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated (5807413 -> d5768cf)

2021-01-03 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/incubator-doris.git. from 5807413 [UT] Add ut for column predicate of comlumnblock (#5123) add d5768cf [Bug] Fix create col

[GitHub] [incubator-doris] morningman closed issue #5138: [BUG] create colocate table with empty partition will cause fe crash

2021-01-03 Thread GitBox
morningman closed issue #5138: URL: https://github.com/apache/incubator-doris/issues/5138 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

[GitHub] [incubator-doris] morningman merged pull request #5123: [UT] Add ut for column predicate of columnblock

2021-01-03 Thread GitBox
morningman merged pull request #5123: URL: https://github.com/apache/incubator-doris/pull/5123 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [UT] Add ut for column predicate of comlumnblock (#5123)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5807413 [UT] Add ut for column pre

[GitHub] [incubator-doris] morningman closed issue #5102: [Bug] scanner threads has the risk of 'heap-use-after-free'

2021-01-03 Thread GitBox
morningman closed issue #5102: URL: https://github.com/apache/incubator-doris/issues/5102 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

[GitHub] [incubator-doris] morningman merged pull request #5111: [Bug] Fix scanner threads heap-use-after-free

2021-01-03 Thread GitBox
morningman merged pull request #5111: URL: https://github.com/apache/incubator-doris/pull/5111 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [Bug] Fix scanner threads heap-use-after-free (#5111)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 17d939b [Bug] Fix scanner threads

[incubator-doris] branch master updated: [Function] Add BE udf bitmap_xor (#5098)

2021-01-03 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 05ac7fc [Function] Add BE udf bitm

[GitHub] [incubator-doris] morningman merged pull request #5098: add BE udf bitmap xor

2021-01-03 Thread GitBox
morningman merged pull request #5098: URL: https://github.com/apache/incubator-doris/pull/5098 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #2536: support bitmap xor

2021-01-03 Thread GitBox
morningman closed issue #2536: URL: https://github.com/apache/incubator-doris/issues/2536 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

[GitHub] [incubator-doris] yangzhg commented on pull request #5179: [Thirdparty] use the bundle source when build_arrow

2021-01-03 Thread GitBox
yangzhg commented on pull request #5179: URL: https://github.com/apache/incubator-doris/pull/5179#issuecomment-753710171 > write may be use bundle is better This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-03 Thread GitBox
weizuo93 commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r551000366 ## File path: docs/en/administrator-guide/http-actions/tablet-migration-action.md ## @@ -0,0 +1,86 @@ +--- +{ +"title": "MIGRATE SINGLE TABLE

[GitHub] [incubator-doris] weizuo93 commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-03 Thread GitBox
weizuo93 commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r551000325 ## File path: docs/en/administrator-guide/http-actions/tablet-migration-action.md ## @@ -0,0 +1,86 @@ +--- +{ +"title": "MIGRATE SINGLE TABLE

[GitHub] [incubator-doris] vagetablechicken edited a comment on pull request #5179: [Thirdparty] use the bundle source when build_arrow

2021-01-03 Thread GitBox
vagetablechicken edited a comment on pull request #5179: URL: https://github.com/apache/incubator-doris/pull/5179#issuecomment-753585836 > Duplicate in #5187 zstd, doublle-conversion, etc. are arrow's thirdparties, we can use arrow's config to build them, no need to write script func

[GitHub] [incubator-doris] vagetablechicken edited a comment on pull request #5179: [Thirdparty] use the bundle source when build_arrow

2021-01-03 Thread GitBox
vagetablechicken edited a comment on pull request #5179: URL: https://github.com/apache/incubator-doris/pull/5179#issuecomment-753585836 > Duplicate in #5187 zstd, doublle-conversion are arrow's thirdparties, we can use arrow's config to build them, no need to write script funcs. I t

[GitHub] [incubator-doris] vagetablechicken commented on pull request #5179: [Thirdparty] use the bundle source when build_arrow

2021-01-03 Thread GitBox
vagetablechicken commented on pull request #5179: URL: https://github.com/apache/incubator-doris/pull/5179#issuecomment-753585836 > Duplicate in #5187 zstd, doublle-conversion is arrow's thirdparty, we can use config to build them, no need to write script funcs. I think this way is b

[GitHub] [incubator-doris] morningman commented on pull request #5179: [Thirdparty] use the bundle source when build_arrow

2021-01-03 Thread GitBox
morningman commented on pull request #5179: URL: https://github.com/apache/incubator-doris/pull/5179#issuecomment-753584917 Duplicate in #5187 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] morningman commented on a change in pull request #5170: For #5169 Add publish timout param when exec insert

2021-01-03 Thread GitBox
morningman commented on a change in pull request #5170: URL: https://github.com/apache/incubator-doris/pull/5170#discussion_r550973402 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1311,4 +1311,9 @@ */ @ConfField(mutable = true, ma

[GitHub] [incubator-doris] morningman commented on a change in pull request #5112: [Enhancement] Add more comprehensive prometheus jvm thread metrics on fe

2021-01-03 Thread GitBox
morningman commented on a change in pull request #5112: URL: https://github.com/apache/incubator-doris/pull/5112#discussion_r550971769 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/proc/JvmProcDir.java ## @@ -94,6 +94,12 @@ public ProcResult fetchResult() throw

[GitHub] [incubator-doris] morningman commented on a change in pull request #5101: [Feature] Add a http interface for single tablet migration between different disks

2021-01-03 Thread GitBox
morningman commented on a change in pull request #5101: URL: https://github.com/apache/incubator-doris/pull/5101#discussion_r550971253 ## File path: docs/en/administrator-guide/http-actions/tablet-migration-action.md ## @@ -0,0 +1,86 @@ +--- +{ +"title": "MIGRATE SINGLE TAB