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 b4cb8fb [Feature][Cache]Add interface, metric, variable and config
for query cache (#4159)
add e6
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 b4cb8fb [Feature][Cache]Add interface, metric, variable and config
for query cache (#4159)
add e6
This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from fdcc223 [Bug][Json] Refactor the json load logic to fix some bug
add b4cb8fb [Feature][Cache]Add
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 594e53e [Spill To Disk][1/6] The adjustment of the basic
BufferedBlockMgr includes the following chang
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 594e53e [Spill To Disk][1/6] The a
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-0.13
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
at 237271c [Bug] Fix fe meta version problem, make drop meta check code
easy to read and add doc con
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 08403ee [Bug]#4181 Let linked-schema change work for BETA tablet
(#4182)
add 237271c [Bug] Fix f
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 8a16998 [Bug][TabletRepair] Fix bug that too many replicas generated
when decommission BE (#4148)
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 abeb25d Fx large int literal (#4168)
add 8a16998 [Bug][TabletRepair] Fix bug that too many replic
kangkaisen opened a new issue #4206:
URL: https://github.com/apache/incubator-doris/issues/4206
For SQL:
```
SELECT id_int, dense_rank() OVER (partition by id_int order by id_int) AS
sum FROM test_window limit 0;
```
will get a error:
```
couldn't resolve slo
EmmyMiao87 opened a new issue #4208:
URL: https://github.com/apache/incubator-doris/issues/4208
**Describe the bug**
The job of creating materialized view is failed when fe restarted.
```
| 12002 | mv_test | 2020-07-29 14:59:05 | 2020-07-29 15:12:11 | mv_test
| mv_3
imay commented on a change in pull request #4136:
URL: https://github.com/apache/incubator-doris/pull/4136#discussion_r462260814
##
File path: docs/en/sql-reference/sql-statements/Data Manipulation/ROUTINE
LOAD.md
##
@@ -178,6 +178,9 @@ FROM data_source
8. `strip_outer_ar
morningman commented on a change in pull request #4148:
URL: https://github.com/apache/incubator-doris/pull/4148#discussion_r462139372
##
File path: fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java
##
@@ -481,7 +481,6 @@ private static void sync(Map backendTa
caiconghui commented on a change in pull request #4006:
URL: https://github.com/apache/incubator-doris/pull/4006#discussion_r462418665
##
File path: be/src/olap/olap_cond.cpp
##
@@ -176,6 +150,14 @@ OLAPStatus Cond::init(const TCondition& tcond, const
TabletColumn& column) {
morningman commented on a change in pull request #4205:
URL: https://github.com/apache/incubator-doris/pull/4205#discussion_r462247082
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -2733,12 +2733,12 @@ public void dropDb(DropDbStmt stmt) thr
HangyuanLiu closed issue #4167:
URL: https://github.com/apache/incubator-doris/issues/4167
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
liutang123 opened a new pull request #4201:
URL: https://github.com/apache/incubator-doris/pull/4201
For #4200
Add IF(BOOL, BITMAP, BITMAP) function.
Add UT.
This is an automated message from the Apache Git Service.
wutiangan commented on a change in pull request #4209:
URL: https://github.com/apache/incubator-doris/pull/4209#discussion_r462365309
##
File path:
fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java
##
@@ -102,6 +102,20 @@ public MaterializedViewHandl
liutang123 opened a new issue #4200:
URL: https://github.com/apache/incubator-doris/issues/4200
Some time, users want to execute a sql like follows:
```
select count(distinct if(id = 1, id2, null)) , count(distinct id2) from
test.bitmap_table
```
Now, `IF` Expr will return decim
caiconghui opened a new issue #4204:
URL: https://github.com/apache/incubator-doris/issues/4204
1.There is a fe meta version bug introduced by #4029 when fix conflict with
#4086
2. Doc content for drop meta check is needed
-
HangyuanLiu opened a new pull request #4211:
URL: https://github.com/apache/incubator-doris/pull/4211
FIX: #4210
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
HangyuanLiu closed pull request #4140:
URL: https://github.com/apache/incubator-doris/pull/4140
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
caiconghui commented on a change in pull request #4205:
URL: https://github.com/apache/incubator-doris/pull/4205#discussion_r462250949
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -2733,12 +2733,12 @@ public void dropDb(DropDbStmt stmt) thr
HangyuanLiu opened a new issue #4210:
URL: https://github.com/apache/incubator-doris/issues/4210
**Describe the bug**
multi group by in correlation subquery analyze fail
mysql> select * from t1 where v1 = (select min(v1) from t2 where t2.v1 =
t1.v1 and t2.v2=t1.v2);
ERROR 1064
morningman merged pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146
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
morningman commented on a change in pull request #4006:
URL: https://github.com/apache/incubator-doris/pull/4006#discussion_r462319981
##
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DeleteStmt.java
##
@@ -119,11 +120,29 @@ private void analyzePredicate(Expr pr
wangbo opened a new issue #4202:
URL: https://github.com/apache/incubator-doris/issues/4202
**Describe the bug**
alter table job failed
```
JobId: 14779188
TableName: x
CreateTime: 2020-07-28 15:39:14
FinishTime: 2020-07-28 15:45:09
IndexName: x
kangkaisen commented on pull request #4201:
URL: https://github.com/apache/incubator-doris/pull/4201#issuecomment-665529213
nullif, ifnull, coalesce function should also update.
This is an automated message from the Apache Gi
morningman commented on a change in pull request #4136:
URL: https://github.com/apache/incubator-doris/pull/4136#discussion_r462211888
##
File path: be/src/exec/json_scanner.h
##
@@ -143,10 +140,12 @@ class JsonReader {
bool _strip_outer_array;
RuntimeProfile::Counter
chaoyli commented on pull request #4182:
URL: https://github.com/apache/incubator-doris/pull/4182#issuecomment-665626104
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on
worker24h commented on a change in pull request #4136:
URL: https://github.com/apache/incubator-doris/pull/4136#discussion_r462255743
##
File path: be/src/exec/json_scanner.h
##
@@ -143,10 +140,12 @@ class JsonReader {
bool _strip_outer_array;
RuntimeProfile::Counter*
xy720 opened a new issue #4203:
URL: https://github.com/apache/incubator-doris/issues/4203
**Describe the bug**
When user want to cancel spark load, it may throw a exception because of
failing to kill yarn application.
**To Reproduce**
Steps to reproduce the behavior:
1. Sub
EmmyMiao87 opened a new pull request #4209:
URL: https://github.com/apache/incubator-doris/pull/4209
## Proposed changes
Fixed.#4208
The define expr should be analyzed after replay RollupJob.
The slot desc of define expr is used to transform to thrift and send to
backend.
caiconghui opened a new pull request #4205:
URL: https://github.com/apache/incubator-doris/pull/4205
## Proposed changes
This PR is mainly do three things:
1. Fix bug introduced by #4029 , when fix conflict with #4086
2. Make drop check code easy to read
3. Add doc content for d
HangyuanLiu merged pull request #4168:
URL: https://github.com/apache/incubator-doris/pull/4168
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
zhbinbin commented on a change in pull request #4198:
URL: https://github.com/apache/incubator-doris/pull/4198#discussion_r462151435
##
File path: contrib/udf/src/udaf_bitmap/bitmap_value.h
##
@@ -0,0 +1,1326 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+//
kangkaisen opened a new pull request #4207:
URL: https://github.com/apache/incubator-doris/pull/4207
## Proposed changes
For #4206
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [x] Bugfix (n
This is an automated email from the ASF dual-hosted git repository.
liuhangyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 0e79f69 [CodeRefactor] Modify FE modules (#4146)
add abeb25d Fx large int literal (#4168)
No ne
francisoliverlee commented on issue #4120:
URL:
https://github.com/apache/incubator-doris/issues/4120#issuecomment-665110731
nice!
This is an automated message from the Apache Git Service.
To respond to the message, please l
chaoyli commented on issue #4120:
URL:
https://github.com/apache/incubator-doris/issues/4120#issuecomment-664822816
@francisoliverlee This PR's purpose is to following analysis.
This is an automated message from the Apache G
morningman closed issue #4194:
URL: https://github.com/apache/incubator-doris/issues/4194
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
zhbinbin opened a new pull request #4198:
URL: https://github.com/apache/incubator-doris/pull/4198
The original Doris bitmap aggregation function has poor performance on the
intersection and union set of bitmap cardinality of more than one billion.
There are two reasons for this. The first
morningman merged pull request #4177:
URL: https://github.com/apache/incubator-doris/pull/4177
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
xy720 commented on pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146#issuecomment-665477663
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
kangkaisen commented on pull request #4197:
URL: https://github.com/apache/incubator-doris/pull/4197#issuecomment-664728528
@liutang123 Hi, Please add a UT to cover this bug. Thanks.
This is an automated message from the Apac
kangkaisen commented on pull request #4199:
URL: https://github.com/apache/incubator-doris/pull/4199#issuecomment-664767149
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
kangkaisen closed issue #4149:
URL: https://github.com/apache/incubator-doris/issues/4149
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
kangkaisen merged pull request #4197:
URL: https://github.com/apache/incubator-doris/pull/4197
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
morningman closed issue #4191:
URL: https://github.com/apache/incubator-doris/issues/4191
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
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 1b3af78 [Plugin] Add properties grammar in InstallPluginStmt (#4173)
add 0e79f69 [CodeRefactor]
morningman commented on a change in pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r462054508
##
File path: fe/spark-dpp/pom.xml
##
@@ -0,0 +1,430 @@
+
+
+
+
+http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSche
EmmyMiao87 commented on pull request #4198:
URL: https://github.com/apache/incubator-doris/pull/4198#issuecomment-664978435
This name of udaf is not accurate. Maybe 'udaf_orthogonal_bitmap' is better?
Or?
This is an automate
EmmyMiao87 opened a new pull request #4199:
URL: https://github.com/apache/incubator-doris/pull/4199
## Proposed changes
If the agg function is sum, the type of mv column will be bigint.
The only exception is that if the base column is largeint, the type of mv
column will be largeint.
kangkaisen closed issue #4196:
URL: https://github.com/apache/incubator-doris/issues/4196
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
kangkaisen commented on a change in pull request #4199:
URL: https://github.com/apache/incubator-doris/pull/4199#discussion_r461353389
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java
##
@@ -30,11 +34,6 @@
import org.apache.dori
EmmyMiao87 commented on a change in pull request #4199:
URL: https://github.com/apache/incubator-doris/pull/4199#discussion_r461472382
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java
##
@@ -30,11 +34,6 @@
import org.apache.dori
HangyuanLiu commented on a change in pull request #4187:
URL: https://github.com/apache/incubator-doris/pull/4187#discussion_r461542445
##
File path: fe/fe-core/src/main/java/org/apache/doris/common/util/TimeUtils.java
##
@@ -256,7 +256,7 @@ public static String
checkTimeZoneV
morningman merged pull request #4192:
URL: https://github.com/apache/incubator-doris/pull/4192
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
acelyc111 commented on pull request #4115:
URL: https://github.com/apache/incubator-doris/pull/4115#issuecomment-665470640
> I took a cursory look at the code and found no problems.
> This CL is too big and involves too many modules...
> Have you run it in your product env yet?
kangkaisen merged pull request #4150:
URL: https://github.com/apache/incubator-doris/pull/4150
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
chaoyli merged pull request #4029:
URL: https://github.com/apache/incubator-doris/pull/4029
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
kangkaisen commented on a change in pull request #4146:
URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r462066841
##
File path: build.sh
##
@@ -50,20 +50,22 @@ usage() {
Usage: $0
Optional options:
--be build Backend
- --fe
EmmyMiao87 commented on a change in pull request #4198:
URL: https://github.com/apache/incubator-doris/pull/4198#discussion_r461494011
##
File path: docs/.vuepress/sidebar/zh-CN.js
##
@@ -159,7 +159,9 @@ module.exports = [
{
title: "用户贡献的 UDF",
morningman merged pull request #4143:
URL: https://github.com/apache/incubator-doris/pull/4143
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
yangzhg commented on a change in pull request #4141:
URL: https://github.com/apache/incubator-doris/pull/4141#discussion_r461267976
##
File path: be/src/exec/broker_scan_node.cpp
##
@@ -71,6 +71,18 @@ Status BrokerScanNode::init(const TPlanNode& tnode,
RuntimeState* state) {
morningman merged pull request #4195:
URL: https://github.com/apache/incubator-doris/pull/4195
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
wutiangan commented on a change in pull request #4199:
URL: https://github.com/apache/incubator-doris/pull/4199#discussion_r461342283
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java
##
@@ -30,11 +34,6 @@
import org.apache.doris
morningman merged pull request #4173:
URL: https://github.com/apache/incubator-doris/pull/4173
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
imay commented on issue #4193:
URL:
https://github.com/apache/incubator-doris/issues/4193#issuecomment-664731064
It looks good to me
This is an automated message from the Apache Git Service.
To respond to the message, please
EmmyMiao87 commented on pull request #4199:
URL: https://github.com/apache/incubator-doris/pull/4199#issuecomment-664955319
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
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 83a7514 [Bug][Socket Leak] Fix bug that Mysql NIO server is leaking
sockets (#4192)
add 1b3af78
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 59676a1 [BUG] fix 4149, add sessionVariable to choose broadcastjoin
first when cardinality cannot be e
72 matches
Mail list logo