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】,其实可以这样
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
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
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
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
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
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
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
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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo