[GitHub] [incubator-doris] liutang123 commented on pull request #4225: Config netty param in HttpServer

2020-07-31 Thread GitBox
liutang123 commented on pull request #4225: URL: https://github.com/apache/incubator-doris/pull/4225#issuecomment-667172651 > @liutang123 Hi. please add these new configs to doc. Because `maxChunkSize` is removed after netty 5.x, so I don't add it to docs and just add the other two.

[GitHub] [incubator-doris] chaoyli merged pull request #4135: [MemTracker] make all MemTrackers shared

2020-07-31 Thread GitBox
chaoyli merged pull request #4135: URL: https://github.com/apache/incubator-doris/pull/4135 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 t

[GitHub] [incubator-doris] kangkaisen commented on pull request #4231: [ColocateJoin] ColocateJoin support table join itself (#4230)

2020-07-31 Thread GitBox
kangkaisen commented on pull request #4231: URL: https://github.com/apache/incubator-doris/pull/4231#issuecomment-667109658 Good work! This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] HangyuanLiu closed pull request #4211: Fix multi predicate in correlation subquery analyze fail

2020-07-31 Thread GitBox
HangyuanLiu closed pull request #4211: URL: https://github.com/apache/incubator-doris/pull/4211 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-doris] HappenLee opened a new pull request #4231: [ColocateJoin] ColocateJoin support table join itself (#4230)

2020-07-31 Thread GitBox
HappenLee opened a new pull request #4231: URL: https://github.com/apache/incubator-doris/pull/4231 if left table and right table is same table, they are naturally colocate relationship. ## Proposed changes #4230 ## Types of changes What types of changes does yo

[GitHub] [incubator-doris] HappenLee opened a new issue #4230: ColocateJoin should support table join itself no need to check colocate group

2020-07-31 Thread GitBox
HappenLee opened a new issue #4230: URL: https://github.com/apache/incubator-doris/issues/4230 **Is your feature request related to a problem? Please describe.** Now the sql TPCDS 95: ``` with ws_wh as (select ws1.ws_order_number,ws1.ws_warehouse_sk wh1,ws2.ws_warehouse_sk wh2

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4229: [Docs] Add Materialized view manual

2020-07-31 Thread GitBox
EmmyMiao87 opened a new pull request #4229: URL: https://github.com/apache/incubator-doris/pull/4229 Change-Id: Id7dc1a1e0f7b8e13ac12c9524b7b8f3ca5814873 ## Proposed changes Add usage manual of materialized view in Chinese and English ## Types of changes What type

[GitHub] [incubator-doris] yangzhg opened a new pull request #4228: fix decimal delete error

2020-07-31 Thread GitBox
yangzhg opened a new pull request #4228: URL: https://github.com/apache/incubator-doris/pull/4228 ## Proposed changes Fixes #4227 Querys like DELETE FROM tbl WHERE decimal_key <= "123.456"; when the type of decimal_key is DECIMALV2 may failed randomly, this is because the preci

[GitHub] [incubator-doris] yangzhg opened a new issue #4227: [BUG] delete by DECIMAL type in where clause may cause delete failed

2020-07-31 Thread GitBox
yangzhg opened a new issue #4227: URL: https://github.com/apache/incubator-doris/issues/4227 **Describe the bug** Querys like `DELETE FROM tbl WHERE decimal_key <= "123.456";` when the type of decimal_key is DECIMALV2 may failed randomly, this is because the `precision` and `scale` i

[GitHub] [incubator-doris] zhbinbin commented on a change in pull request #4198: Add bitmap longitudinal cutting udaf

2020-07-31 Thread GitBox
zhbinbin commented on a change in pull request #4198: URL: https://github.com/apache/incubator-doris/pull/4198#discussion_r463459320 ## File path: docs/zh-CN/extending-doris/udf/contrib/udaf-orthogonal-bitmap-manual.md ## @@ -0,0 +1,209 @@ +--- +{ +"title": "BITMAP正交计算UDAF

[incubator-doris] branch master updated: [Bug][ColocateJoin] Make a wrong choice of colocate join (#4216)

2020-07-31 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 f412f99 [Bug][ColocateJoin] Make a

[GitHub] [incubator-doris] chaoyli closed issue #4215: [BUG] Make a wrong choice of colocate join

2020-07-31 Thread GitBox
chaoyli closed issue #4215: URL: https://github.com/apache/incubator-doris/issues/4215 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-doris] imay commented on pull request #4226: [Calcite optimzer] support opertor of scan, filter, project of One QueryBlock #4223

2020-07-31 Thread GitBox
imay commented on pull request #4226: URL: https://github.com/apache/incubator-doris/pull/4226#issuecomment-666973293 > Hi @imay @wutiangan , I think we can open a branch for this feature, so that we can still do the review without invading the trunk code. It looks good to me.

[GitHub] [incubator-doris] chaoyli merged pull request #4216: [Bug][ColocateJoin] Fix the bug 'Make a wrong choice of colocate join'

2020-07-31 Thread GitBox
chaoyli merged pull request #4216: URL: https://github.com/apache/incubator-doris/pull/4216 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 t

[GitHub] [incubator-doris] morningman commented on pull request #4226: [Calcite optimzer] support opertor of scan, filter, project of One QueryBlock #4223

2020-07-31 Thread GitBox
morningman commented on pull request #4226: URL: https://github.com/apache/incubator-doris/pull/4226#issuecomment-666969351 Hi @imay @wutiangan , I think we can open a branch for this feature, so that we can still do the review without invading the trunk code.

[GitHub] [incubator-doris] chaoyli commented on issue #4164: [Proposal] Compaction rules optimization

2020-07-31 Thread GitBox
chaoyli commented on issue #4164: URL: https://github.com/apache/incubator-doris/issues/4164#issuecomment-666969062 Sorry, I am not very understand the point of rule and the algorithm. Can you add me WeChat to discuss it? WeChat : 15652918147 ---