This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a commit to branch branch-0.11
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.11 by this push:
new ce25b43 Change travis ym
kangkaisen opened a new pull request #3500:
URL: https://github.com/apache/incubator-doris/pull/3500
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
EmmyMiao87 commented on a change in pull request #3485:
URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r421213698
##
File path: be/src/exec/assert_num_rows_node.cpp
##
@@ -56,12 +62,46 @@ Status AssertNumRowsNode::get_next(RuntimeState* state,
RowBatch* ou
imay commented on a change in pull request #3345:
URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r421244812
##
File path: gensrc/script/doris_builtins_functions.py
##
@@ -533,6 +533,10 @@
'15FunctionContextERKNS1_9StringValERKNS1_6IntValES6_'],
yangzhg commented on pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424#issuecomment-625029049
> We made a bug after supporting creating materialized view on Duplicate Key
table.
> And could you please fix it too? That is:
>
> After creating a table with
Seaven opened a new pull request #3499:
URL: https://github.com/apache/incubator-doris/pull/3499
for #3498, Update UT compile path to `be/ut_build`
This is an automated message from the Apache Git Service.
To respond to the m
Seaven opened a new issue #3498:
URL: https://github.com/apache/incubator-doris/issues/3498
The UT compile path(be/build) is the same as Release compile path(be/build)
now, the two compile tasks always affect each other because the sources is
different. I must recompile UT or Release if I
HappenLee opened a new pull request #3497:
URL: https://github.com/apache/incubator-doris/pull/3497
like this:
(Active: 14.133ms, non-child: 93.20%)
This is an automated message from the Apache Git Service.
To re
yangzhg commented on a change in pull request #3495:
URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r421217679
##
File path: be/src/util/path_util.cpp
##
@@ -70,13 +70,19 @@ vector split_path(const string& path) {
return segments;
}
+struct FreeDele
sduzh opened a new issue #3496:
URL: https://github.com/apache/incubator-doris/issues/3496
I can not find the document for the table property `storage_format`.
This is an automated message from the Apache Git Service.
To resp
gaodayue commented on pull request #3488:
URL: https://github.com/apache/incubator-doris/pull/3488#issuecomment-625007046
OK, I have updated the doc.
This is an automated message from the Apache Git Service.
To respond to the
imay commented on issue #3491:
URL:
https://github.com/apache/incubator-doris/issues/3491#issuecomment-624998240
First of all, throwing an exception is not acceptable. Because it will make
many already exist queries fail.
I think it is viable approach to handle this case in a specified
ZengRL commented on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624997070
> What is your Doris version?
可以加个微信咨询你几个问题吗?
This is an automated message from the Apache
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 94539e7 Non blocking OlapTableSink (#31
imay commented on a change in pull request #3345:
URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r421205423
##
File path: gensrc/script/doris_builtins_functions.py
##
@@ -533,6 +533,8 @@
'15FunctionContextERKNS1_9StringValERKNS1_6IntValES6_'],
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 36f2863 fix mismatched tags (#3489)
add 9e8a060 Replace std::tr1::unordered_map with std::unordered_ma
imay commented on a change in pull request #3493:
URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421204438
##
File path: thirdparty/build-thirdparty.sh
##
@@ -295,7 +295,7 @@ build_gtest() {
check_if_source_exist $GTEST_SOURCE
cd $TP_SOURCE_DIR
wuyunfeng commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r421200957
##
File path: fe/src/main/java/org/apache/doris/external/EsIndexState.java
##
@@ -76,66 +68,45 @@ public TNetworkAddress randomAddress(Map nodes
WingsGo commented on pull request #3490:
URL: https://github.com/apache/incubator-doris/pull/3490#issuecomment-624993835
For #3402
This is an automated message from the Apache Git Service.
To respond to the message, please l
yangzhg commented on a change in pull request #3485:
URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r421202946
##
File path: be/src/exec/assert_num_rows_node.cpp
##
@@ -56,12 +62,46 @@ Status AssertNumRowsNode::get_next(RuntimeState* state,
RowBatch* outpu
yangzhg commented on pull request #3345:
URL: https://github.com/apache/incubator-doris/pull/3345#issuecomment-624991376
@imay please review again
This is an automated message from the Apache Git Service.
To respond to the me
ZengRL commented on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624984762
> `task has been abandoned when scheduling task`
>
> This error probably because the sub task is timeout and be aborted by the
FE.
> There were some bugs
sduzh commented on a change in pull request #3493:
URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421193473
##
File path: thirdparty/build-thirdparty.sh
##
@@ -295,7 +295,7 @@ build_gtest() {
check_if_source_exist $GTEST_SOURCE
cd $TP_SOURCE_DI
chaoyli commented on pull request #3478:
URL: https://github.com/apache/incubator-doris/pull/3478#issuecomment-624979004
It's better to add some description about this pull request.
This is an automated message from the Apach
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 36f2863 fix mismatched tags (#3489
chaoyli commented on pull request #3495:
URL: https://github.com/apache/incubator-doris/pull/3495#issuecomment-624978467
It's better to add some descriptor for this pull request.
This is an automated message from the Apache G
kangkaisen commented on a change in pull request #3495:
URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r421187455
##
File path: be/src/util/path_util.cpp
##
@@ -70,13 +70,19 @@ vector split_path(const string& path) {
return segments;
}
+struct FreeD
imay commented on issue #3487:
URL:
https://github.com/apache/incubator-doris/issues/3487#issuecomment-624977513
From the error message, it seems that server is too busy. However the config
`socket_max_unwritten_bytes` seems like a client config.
Are you sure that changing this config
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 ca36dc6 [Bug] Fix bug that push do
imay commented on a change in pull request #3493:
URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421182752
##
File path: thirdparty/build-thirdparty.sh
##
@@ -295,7 +295,7 @@ build_gtest() {
check_if_source_exist $GTEST_SOURCE
cd $TP_SOURCE_DIR
imay commented on a change in pull request #3495:
URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r421181564
##
File path: be/src/util/path_util.cpp
##
@@ -70,13 +70,19 @@ vector split_path(const string& path) {
return segments;
}
+struct FreeDeleter
kangkaisen edited a comment on issue #3491:
URL:
https://github.com/apache/incubator-doris/issues/3491#issuecomment-624745771
@WingsGo Hi, I think throw a DdlException is not acceptable.
Most of query engines support int compare string. But maybe don't choose
double as the common type.
kangkaisen commented on issue #3491:
URL:
https://github.com/apache/incubator-doris/issues/3491#issuecomment-624745771
@WingsGo Hi, I think throw a DdlException is not acceptable.
Most of query engine support int compare string. But maybe don't choose
double as the common type. You coul
kangkaisen commented on a change in pull request #3495:
URL: https://github.com/apache/incubator-doris/pull/3495#discussion_r420915050
##
File path: be/src/util/path_util.cpp
##
@@ -70,13 +70,19 @@ vector split_path(const string& path) {
return segments;
}
+struct FreeD
kangkaisen commented on pull request #3493:
URL: https://github.com/apache/incubator-doris/pull/3493#issuecomment-624740133
@sduzh Please add a issue.
>directory name build is conflict with file BUILD on Mac OS.
What's the `BUILD` file on Mac OS?
-
acelyc111 opened a new pull request #3495:
URL: https://github.com/apache/incubator-doris/pull/3495
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
kangkaisen commented on pull request #3488:
URL: https://github.com/apache/incubator-doris/pull/3488#issuecomment-624735233
Please also update this doc
https://github.com/apache/incubator-doris/blob/master/docs/zh-CN/administrator-guide/config/be_config.md.
thanks.
--
kangkaisen commented on a change in pull request #3485:
URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r420900715
##
File path: be/src/exec/assert_num_rows_node.cpp
##
@@ -56,12 +62,46 @@ Status AssertNumRowsNode::get_next(RuntimeState* state,
RowBatch* ou
kangkaisen commented on a change in pull request #3485:
URL: https://github.com/apache/incubator-doris/pull/3485#discussion_r420900877
##
File path: be/src/exec/assert_num_rows_node.cpp
##
@@ -17,19 +17,25 @@
#include "exec/assert_num_rows_node.h"
+#include "gen_cpp/PlanNo
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 d647045 [CodeRefactor] vector reserve before push_back (#3463)
add 737 [Memory Engine] Add ha
morningman removed a comment on pull request #3481:
URL: https://github.com/apache/incubator-doris/pull/3481#issuecomment-624690729
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, ple
morningman commented on pull request #3462:
URL: https://github.com/apache/incubator-doris/pull/3462#issuecomment-624690996
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log
morningman commented on pull request #3481:
URL: https://github.com/apache/incubator-doris/pull/3481#issuecomment-624690729
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log
morningman commented on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624667917
`task has been abandoned when scheduling task`
This error probably because the sub task is timeout and be aborted by the FE.
There were some bugs about the schedu
morningman commented on issue #3494:
URL:
https://github.com/apache/incubator-doris/issues/3494#issuecomment-624661558
This bug may be fixed by #3451 . What is your Doris version?
This is an automated message from the Apache
morningman commented on pull request #3486:
URL: https://github.com/apache/incubator-doris/pull/3486#issuecomment-624659683
Build failed:
```
/mnt/palo-ci/teamcity/agents/agent01/work/3e3628d3d06a368d/be/src/olap/options.cpp:145:65:
错误:‘config’未声明
20:17:23
if (paths->emp
morningman commented on pull request #3489:
URL: https://github.com/apache/incubator-doris/pull/3489#issuecomment-624654991
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log
stalary opened a new issue #3494:
URL: https://github.com/apache/incubator-doris/issues/3494
**Describe the bug**
Be all hang up
https://user-images.githubusercontent.com/24592373/81183121-55e97c00-8fe1-11ea-8944-13f8f4f1dd39.png";>
When I used `select bitmap_to_string(bitma
wangbo commented on pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#issuecomment-624633156
resolve conflict
This is an automated message from the Apache Git Service.
To respond to the message, ple
sduzh opened a new pull request #3493:
URL: https://github.com/apache/incubator-doris/pull/3493
1. options of command `mkdir` and `cp` must be put before arguments on Mac
OS.
2. directory name `build` is conflict with file `BUILD` on Mac OS.
wutiangan opened a new issue #3492:
URL: https://github.com/apache/incubator-doris/issues/3492
- How to reproduce
mysql> select * from t;
+--+--+--+
| i| j| k|
+--+--+--+
|1 |1 |1 |
|1 |2 |1 |
|2 |1
morningman edited a comment on issue #3480:
URL:
https://github.com/apache/incubator-doris/issues/3480#issuecomment-624625042
> > When you call join1.getJoinOp(), the joinOp of table join1 is null, but
getJoinOp() will
> > return INNER_JOIN.
>
> So this is a bug? the joinOp of ta
morningman commented on issue #3480:
URL:
https://github.com/apache/incubator-doris/issues/3480#issuecomment-624625042
> > When you call join1.getJoinOp(), the joinOp of table join1 is null, but
getJoinOp() will
> > return INNER_JOIN.
>
> So this is a bug? the joinOp of table joi
WingsGo opened a new issue #3491:
URL: https://github.com/apache/incubator-doris/issues/3491
**Describe the bug**
The sql like `SELECT * FROM tbl WHERE olap_date='20200501` will not only
scan partiiton `p20200501` but scan the full table, it is because `olap_date`
is int type and `'2020
kangkaisen commented on issue #3480:
URL:
https://github.com/apache/incubator-doris/issues/3480#issuecomment-624620646
>When you call join1.getJoinOp(), the joinOp of table join1 is null, but
getJoinOp() will
return INNER_JOIN.
So this is a bug? the joinOp of table join1 should
WingsGo opened a new pull request #3490:
URL: https://github.com/apache/incubator-doris/pull/3490
This CL mainly do following work:
1. check backend's disk has avaliable capacity by storage medium when
create table.
2. do some code refactor, no other logic changed.
3. use UtFramU
morningman commented on issue #3480:
URL:
https://github.com/apache/incubator-doris/issues/3480#issuecomment-624617918
> @morningman Hi, I have the check for join type:
>
> ```
> if ((tblRef.getJoinOp().isInnerJoin() ||
tblRef.getJoinOp().isLeftOuterJoin())) {
> ``
ZengRL removed a comment on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624608150
> What is your Doris version?
0.11
This is an automated message from the Apache Git Service.
T
ZengRL commented on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624608903
> What is your Doris version?
0.11.25
This is an automated message from the Apache Git Service.
To res
kangkaisen commented on issue #3480:
URL:
https://github.com/apache/incubator-doris/issues/3480#issuecomment-624608810
@morningman Hi, I have the check for join type:
```
if ((tblRef.getJoinOp().isInnerJoin() ||
tblRef.getJoinOp().isLeftOuterJoin())) {
```
So wh
ZengRL commented on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624608150
> What is your Doris version?
0.11
This is an automated message from the Apache Git Service.
To respon
sduzh opened a new pull request #3489:
URL: https://github.com/apache/incubator-doris/pull/3489
'RandomAccessFileOptions', `WritableFileOptions`, `RandomRWFileOptions`
defined as a struct but previously declared as a class; this is valid,
but will result in compile warning or error und
gaodayue opened a new pull request #3488:
URL: https://github.com/apache/incubator-doris/pull/3488
Fixes #3487
We have some queries failed with the following logs
```
W0429 15:19:08.580521 38042 data_stream_sender.cpp:136] failed to send brpc
batch, error=The server is ove
gaodayue opened a new issue #3487:
URL: https://github.com/apache/incubator-doris/issues/3487
We have some queries failed with the following logs
```
W0429 15:19:08.580521 38042 data_stream_sender.cpp:136] failed to send brpc
batch, error=The server is overcrowded, error_text=[E10
gaodayue opened a new pull request #3486:
URL: https://github.com/apache/incubator-doris/pull/3486
Fixes #3484
When BE sets `ignore_broken_disk` to true, it's expected that non-exist path
in storage_root_path won't prevent BE from launching, but in 0.12 BE fails to
launch in such s
yangzhg opened a new pull request #3485:
URL: https://github.com/apache/incubator-doris/pull/3485
fixes #3483
step1: Enhance AssertNumRowsNode to support equal, less than, greate
than,... assert conditions
This is an au
gaodayue opened a new issue #3484:
URL: https://github.com/apache/incubator-doris/issues/3484
**Describe the bug**
When BE sets `ignore_broken_disk` to true, it's expected that non-exist path
in storage_root_path won't prevent BE from launching, but in 0.12 BE fails to
launch in such sc
yangzhg opened a new issue #3483:
URL: https://github.com/apache/incubator-doris/issues/3483
if the subquery of case when clause in when condition and it returns empty
set, then the whole query return empty set,
this is because doris rewrite subquery in case when to cross join, if a
su
imay commented on a change in pull request #3345:
URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r420689803
##
File path: gensrc/script/doris_builtins_functions.py
##
@@ -533,6 +533,8 @@
'15FunctionContextERKNS1_9StringValERKNS1_6IntValES6_'],
morningman commented on issue #3482:
URL:
https://github.com/apache/incubator-doris/issues/3482#issuecomment-624546515
What is your Doris version?
This is an automated message from the Apache Git Service.
To respond to the m
ZengRL opened a new issue #3482:
URL: https://github.com/apache/incubator-doris/issues/3482
I can see "abortedTaskNum" is increasing from "show routine load for";
FE warn log has a lot of msg about
"[RoutineLoadTaskScheduler.scheduleOneTask():120]
ROUTINE_LOAD_TASK=fad7edd49a14421b-b6ce
Youngwb commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420653086
##
File path: be/src/exprs/string_functions.cpp
##
@@ -212,6 +212,28 @@ StringVal StringFunctions::rpad(
}
return result;
}
+
+StringVa
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 d647045 [CodeRefactor] vector rese
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 101628c [Bug] Fix bug of predicate pushdown logic (#3475)
add 5e63629 [Decommission] Support NOT
morningman opened a new pull request #3481:
URL: https://github.com/apache/incubator-doris/pull/3481
For SQL like:
```
select * from
join1 left semi join join2
on join1.id = join2.id and join2.id > 1;
```
the predicate `join2.id > 1` can not be pushed down to table join
morningman opened a new issue #3480:
URL: https://github.com/apache/incubator-doris/issues/3480
**Describe the bug**
Push down predicate logic return wrong plan for semi join
**To Reproduce**
```
select * from
join1 left semi join join2
on join1.id = join2.id and join2.
Youngwb commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420638334
##
File path: be/test/exprs/string_functions_test.cpp
##
@@ -252,6 +264,26 @@ TEST_F(StringFunctionsTest, null_or_empty) {
delete context;
}
Youngwb commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420638248
##
File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java
##
@@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer)
sduzh commented on a change in pull request #3478:
URL: https://github.com/apache/incubator-doris/pull/3478#discussion_r420629182
##
File path: be/src/runtime/descriptors.h
##
@@ -18,12 +18,12 @@
#ifndef DORIS_BE_RUNTIME_DESCRIPTORS_H
#define DORIS_BE_RUNTIME_DESCRIPTORS_H
sduzh commented on a change in pull request #3478:
URL: https://github.com/apache/incubator-doris/pull/3478#discussion_r420628974
##
File path: be/src/runtime/descriptors.h
##
@@ -18,12 +18,12 @@
#ifndef DORIS_BE_RUNTIME_DESCRIPTORS_H
#define DORIS_BE_RUNTIME_DESCRIPTORS_H
imay commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420628143
##
File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java
##
@@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer) thr
Youngwb commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420625860
##
File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java
##
@@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer)
imay commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r420615579
##
File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java
##
@@ -605,6 +605,19 @@ public void analyzeImpl(Analyzer analyzer) thr
imay commented on a change in pull request #3478:
URL: https://github.com/apache/incubator-doris/pull/3478#discussion_r420612484
##
File path: be/src/runtime/descriptors.h
##
@@ -18,12 +18,12 @@
#ifndef DORIS_BE_RUNTIME_DESCRIPTORS_H
#define DORIS_BE_RUNTIME_DESCRIPTORS_H
+
blackfox1983 opened a new issue #3479:
URL: https://github.com/apache/incubator-doris/issues/3479
**Describe the bug**
query failed when i run sql against doris on es. The prompt error is "inner
hits node is not an array"
**To Reproduce**
Steps to reproduce the behavior:
1.
sduzh opened a new pull request #3478:
URL: https://github.com/apache/incubator-doris/pull/3478
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
blackfox1983 commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r420603017
##
File path: fe/src/main/java/org/apache/doris/external/EsIndexState.java
##
@@ -166,7 +137,8 @@ public void setPartitionId(long partitionId
yangzhg commented on a change in pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424#discussion_r420592780
##
File path: be/src/olap/rowset/segment_group.cpp
##
@@ -697,6 +697,13 @@ const TabletSchema& SegmentGroup::get_tablet_schema() {
return *_s
blackfox1983 commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r420588997
##
File path: docs/en/sql-reference/sql-statements/Data Types/VARCHAR.md
##
@@ -27,7 +27,7 @@ under the License.
# VARCHAR
## Description
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 101628c [Bug] Fix bug of predicate
90 matches
Mail list logo