[GitHub] [incubator-doris] kangkaisen commented on issue #4616: 【Feature Wanted】left join的时候,where条件中右表的条件可以下推到Scan阶段

2020-09-18 Thread GitBox
kangkaisen commented on issue #4616: URL: https://github.com/apache/incubator-doris/issues/4616#issuecomment-694707025 > 一个SQL是这样的: > select * from dwd_applications t1 left join dwd_assignments t2 on t1.id = t2.id > where t2.column = XXX > > 但是,如果t2.column需要的值,【不包含null】,其实可以这样

[GitHub] [incubator-doris] acelyc111 opened a new pull request #4627: [Refactor] Remove meaningless return value of RowBlock::init

2020-09-18 Thread GitBox
acelyc111 opened a new pull request #4627: URL: https://github.com/apache/incubator-doris/pull/4627 ## Proposed changes Simplify some code, mainly remove meaningless return value of RowBlock::init. ## Types of changes What types of changes does your code introduce to Dor

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #4617: 表添加列失败

2020-09-18 Thread GitBox
EmmyMiao87 commented on issue #4617: URL: https://github.com/apache/incubator-doris/issues/4617#issuecomment-694710383 This is a duplicate issue: #4142 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] EmmyMiao87 closed issue #4617: 表添加列失败

2020-09-18 Thread GitBox
EmmyMiao87 closed issue #4617: URL: https://github.com/apache/incubator-doris/issues/4617 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] EmmyMiao87 commented on issue #4142: [BUG] Alter table add key column fails in agg module using LinkedSchemaChange policy

2020-09-18 Thread GitBox
EmmyMiao87 commented on issue #4142: URL: https://github.com/apache/incubator-doris/issues/4142#issuecomment-694710527 Same issue: #4617 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] pangjianfei commented on issue #4617: 表添加列失败

2020-09-18 Thread GitBox
pangjianfei commented on issue #4617: URL: https://github.com/apache/incubator-doris/issues/4617#issuecomment-694716973 thanks🙏 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] ccoffline opened a new issue #4628: [Proposal] Support Decimal Precision Schema Change

2020-09-18 Thread GitBox
ccoffline opened a new issue #4628: URL: https://github.com/apache/incubator-doris/issues/4628 **Is your feature request related to a problem? Please describe.** Doris doesn't support decimal precision schema change operation now. It's hard for user to be sure of the precision at the

[GitHub] [incubator-doris] kangkaisen opened a new pull request #4629: Fix join Predicate transitivity bug

2020-09-18 Thread GitBox
kangkaisen opened a new pull request #4629: URL: https://github.com/apache/incubator-doris/pull/4629 For #4544 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolve

[GitHub] [incubator-doris] kangkaisen commented on issue #4544: [SQL][Bug] Column type judgment error

2020-09-18 Thread GitBox
kangkaisen commented on issue #4544: URL: https://github.com/apache/incubator-doris/issues/4544#issuecomment-694753524 @Astralidea You are right. Doris is want to be compatible with Mysql. We should do it and we could do this work in a single other PR. --

[GitHub] [incubator-doris] caiconghui opened a new issue #4630: [Bug] Wrong usage for HashBasedTable iterator may cause ConcurrentModificationException

2020-09-18 Thread GitBox
caiconghui opened a new issue #4630: URL: https://github.com/apache/incubator-doris/issues/4630 **Describe the bug** In our production environment, we find that removePriosIfNecessary encounter exception like following: java.util.ConcurrentModificationException: null at java.u

[GitHub] [incubator-doris] caiconghui opened a new pull request #4631: [Bug] Fix bug that wrong usage for HashBasedTable iterator may cause ConcurrentModificationException

2020-09-18 Thread GitBox
caiconghui opened a new pull request #4631: URL: https://github.com/apache/incubator-doris/pull/4631 ## Proposed changes Fix bug that wrong usage for HashBasedTable iterator may cause ConcurrentModificationException ## Types of changes What types of changes does your co

[GitHub] [incubator-doris] pangjianfei commented on issue #3129: BUILD FAILURE

2020-09-18 Thread GitBox
pangjianfei commented on issue #3129: URL: https://github.com/apache/incubator-doris/issues/3129#issuecomment-694809598 in 0.12.21 https://repo.spring.io/plugins-release/ is not work too, I solved this problem by replace https://repository.cloudera.com/artifactory/ext-release-local wi

[GitHub] [incubator-doris] morningman opened a new pull request #4632: [Feature] Add CPU and Heap profile in BE webserver

2020-09-18 Thread GitBox
morningman opened a new pull request #4632: URL: https://github.com/apache/incubator-doris/pull/4632 ## Proposed changes Add CPU Profile and Heap Profile in BE webserver. So that we can more easily diagnose system performance bottlenecks through perf tools. ## Types of chan

[GitHub] [incubator-doris] morningman commented on pull request #4005: [Cache][BE] LRU cache for sql/partition cache #2581

2020-09-18 Thread GitBox
morningman commented on pull request #4005: URL: https://github.com/apache/incubator-doris/pull/4005#issuecomment-694944905 Still has memory leak in UT This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #4601: [Feature] Add a http interface to acquire the tablets distribution between different disks of a particular BE

2020-09-18 Thread GitBox
acelyc111 commented on a change in pull request #4601: URL: https://github.com/apache/incubator-doris/pull/4601#discussion_r491053839 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/TabletDiskDistributionAction.java ## @@ -0,0 +1,192 @@ +// Licensed to the Ap

[GitHub] [incubator-doris] acelyc111 closed issue #3714: [Proposal] Show all MemTrackers on BE's website

2020-09-18 Thread GitBox
acelyc111 closed issue #3714: URL: https://github.com/apache/incubator-doris/issues/3714 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 g

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #4601: [Feature] Add a http interface to acquire the tablets distribution between different disks of a particular BE

2020-09-18 Thread GitBox
acelyc111 commented on a change in pull request #4601: URL: https://github.com/apache/incubator-doris/pull/4601#discussion_r491057025 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/TabletDiskDistributionAction.java ## @@ -0,0 +1,192 @@ +// Licensed to the Ap

[GitHub] [incubator-doris] morningman commented on pull request #4565: (#4564)fix ssd config usage bug

2020-09-18 Thread GitBox
morningman commented on pull request #4565: URL: https://github.com/apache/incubator-doris/pull/4565#issuecomment-695146855 Hi @wangbo , I can not reproduce this bug in my env. What is the Doris version you used? This is an

[GitHub] [incubator-doris] morningman commented on a change in pull request #4621: [BUG] new OlapTableSink without any partition may cause IllegalStateException

2020-09-18 Thread GitBox
morningman commented on a change in pull request #4621: URL: https://github.com/apache/incubator-doris/pull/4621#discussion_r491253944 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -127,7 +127,12 @@ public void plan(TUniqueId

[GitHub] [incubator-doris] wangbo commented on pull request #4565: (#4564)fix ssd config usage bug

2020-09-18 Thread GitBox
wangbo commented on pull request #4565: URL: https://github.com/apache/incubator-doris/pull/4565#issuecomment-695172266 @morningman I reproduce this using the latest master code; commit:065b97 be.conf: storage_root_path = /data1/olap/doris/storage.HDD,50 ```/data1/olap/doris/s

[GitHub] [incubator-doris] sduzh opened a new issue #4633: HLL文档描述错误

2020-09-18 Thread GitBox
sduzh opened a new issue #4633: URL: https://github.com/apache/incubator-doris/issues/4633 http://doris.apache.org/master/zh-CN/sql-reference/sql-statements/Data%20Types/HLL.html description里描述的是`VARCHAR` This is an a

[GitHub] [incubator-doris] sduzh opened a new issue #4634: SQL手册中缺少BITMAP类型介绍

2020-09-18 Thread GitBox
sduzh opened a new issue #4634: URL: https://github.com/apache/incubator-doris/issues/4634 http://doris.apache.org/master/zh-CN/sql-reference/sql-statements/Data%20Types/BIGINT.html 缺少BITMAP类型 This is an automated message