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 c9ec4e8 [UT] Fix AlterTest UT failed (#3437)
add d0fe7e4 [Profile] Make running profile clearer
EmmyMiao87 commented on a change in pull request #3422:
URL: https://github.com/apache/incubator-doris/pull/3422#discussion_r417792563
##
File path: fe/src/main/java/org/apache/doris/analysis/InsertStmt.java
##
@@ -88,7 +88,8 @@
private final TableName tblName;
priv
morningman commented on a change in pull request #3422:
URL: https://github.com/apache/incubator-doris/pull/3422#discussion_r417789053
##
File path: fe/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java
##
@@ -185,6 +185,10 @@ public TExecPlanFragmentParams plan(TUni
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 a6c0d37 [Thirdparty] Update ORC lib download address (#3440)
add c9ec4e8 [UT] Fix AlterTest UT fa
Youngwb commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r417778746
##
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 25e4758 [Bug] Fix the error result when assert num rows node is used
(#3436)
add a6c0d37 [Thirdp
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 beb5b29 [Doc] Fix linked file not found (#3434)
add 25e4758 [Bug] Fix the error result when asser
vagetablechicken commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r417763651
##
File path: be/src/exec/tablet_sink.cpp
##
@@ -128,54 +131,136 @@ Status NodeChannel::open_wait() {
_open_closure = nullptr;
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417758359
##
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -504,4 +504,106 @@ public void testDateTypeEquality() throws Excep
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417717099
##
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -504,4 +504,106 @@ public void testDateTypeEquality() throws Excep
wyb commented on pull request #3418:
URL: https://github.com/apache/incubator-doris/pull/3418#issuecomment-621616614
> @wyb Hi, why comment the update load cluster code?
Because EtlClusterDesc class is used in the load job process, and is not in
this pr.
I will remove the comment
vagetablechicken commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r417745660
##
File path: be/src/exec/tablet_sink.h
##
@@ -68,99 +154,126 @@ class NodeChannel {
Status add_row(Tuple* tuple, int64_t tablet_i
imay commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r417744700
##
File path: be/src/exec/tablet_sink.cpp
##
@@ -128,54 +131,136 @@ Status NodeChannel::open_wait() {
_open_closure = nullptr;
// add bat
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417741395
##
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -504,4 +504,106 @@ public void testDateTypeEquality() throws Excep
kangkaisen commented on pull request #3418:
URL: https://github.com/apache/incubator-doris/pull/3418#issuecomment-621594189
@wyb Hi, why comment the update load cluster code?
This is an automated message from the Apache Git S
kangkaisen commented on pull request #3441:
URL: https://github.com/apache/incubator-doris/pull/3441#issuecomment-621592151
@xbyang18 Hi, please also update `en/extending-doris/doris-on-es.md` doc,
Thanks.
This is an automat
kangkaisen commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r417732926
##
File path: be/src/exprs/string_functions.cpp
##
@@ -212,6 +212,28 @@ StringVal StringFunctions::rpad(
}
return result;
}
+
+Strin
kangkaisen commented on a change in pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439#discussion_r417732090
##
File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java
##
@@ -604,6 +604,23 @@ public void analyzeImpl(Analyzer analyze
EmmyMiao87 commented on a change in pull request #3436:
URL: https://github.com/apache/incubator-doris/pull/3436#discussion_r417731508
##
File path: be/src/exec/assert_num_rows_node.cpp
##
@@ -45,6 +45,7 @@ Status AssertNumRowsNode::prepare(RuntimeState* state) {
Status Assert
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417730477
##
File path: fe/src/main/java/org/apache/doris/analysis/CaseExpr.java
##
@@ -251,4 +257,72 @@ public void analyzeImpl(Analyzer analyzer) throws
A
vagetablechicken commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r417728936
##
File path: be/src/exec/tablet_sink.cpp
##
@@ -128,54 +131,136 @@ Status NodeChannel::open_wait() {
_open_closure = nullptr;
xbyang18 opened a new pull request #3441:
URL: https://github.com/apache/incubator-doris/pull/3441
update
"host" = "http://192.168.0.1:8200,http://192.168.0.2:8200";
to
"hosts" = "http://192.168.0.1:8200,http://192.168.0.2:8200";,
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417717099
##
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -504,4 +504,106 @@ public void testDateTypeEquality() throws Excep
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417717171
##
File path: fe/src/main/java/org/apache/doris/analysis/CaseExpr.java
##
@@ -251,4 +257,72 @@ public void analyzeImpl(Analyzer analyzer) throws
A
wangbo commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417717067
##
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -504,4 +504,106 @@ public void testDateTypeEquality() throws Excep
sduzh opened a new pull request #3440:
URL: https://github.com/apache/incubator-doris/pull/3440
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
Youngwb opened a new pull request #3439:
URL: https://github.com/apache/incubator-doris/pull/3439
support append_trailing_char_if_absent function
#2598
This is an automated message from the Apache Git Service.
To respond
imay commented on issue #3438:
URL:
https://github.com/apache/incubator-doris/issues/3438#issuecomment-621314562
@HappenLee
Vectorization is a good way to accelerate execution. However in my point of
view this will change all the execution framework. So before real code work, we
shoul
kangkaisen commented on issue #3438:
URL:
https://github.com/apache/incubator-doris/issues/3438#issuecomment-621314331
@HappenLee I don't see the performance improve for your POC?
What's your detailed design?
Do you plan to still use `RowBlockV2` and `ColumnBlock`?
Do y
HappenLee opened a new issue #3438:
URL: https://github.com/apache/incubator-doris/issues/3438
Motivation
At present, the underlying storage in Doris is column storage.Query
execution needs to be transferred to the query layer for execution by
row-to-column first. Such an implement
kangkaisen commented on a change in pull request #3422:
URL: https://github.com/apache/incubator-doris/pull/3422#discussion_r417421694
##
File path: fe/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java
##
@@ -185,6 +185,10 @@ public TExecPlanFragmentParams plan(TUni
imay commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-doris/pull/3143#discussion_r417387499
##
File path: be/src/exec/tablet_sink.h
##
@@ -68,99 +154,126 @@ class NodeChannel {
Status add_row(Tuple* tuple, int64_t tablet_id);
-S
kangkaisen commented on a change in pull request #3396:
URL: https://github.com/apache/incubator-doris/pull/3396#discussion_r417402243
##
File path: fe/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -504,4 +504,106 @@ public void testDateTypeEquality() throws E
morningman commented on a change in pull request #3437:
URL: https://github.com/apache/incubator-doris/pull/3437#discussion_r417399371
##
File path: fe/src/test/java/org/apache/doris/alter/AlterTest.java
##
@@ -135,10 +135,10 @@ public void testConflictAlterOperations() throws
kangkaisen commented on pull request #3428:
URL: https://github.com/apache/incubator-doris/pull/3428#issuecomment-621273557
@hffariel Hi, This PR is reduplicated with
https://github.com/apache/incubator-doris/pull/3427 ?
You could refer to
https://gist.github.com/robertpainsi/b63236
kangkaisen commented on a change in pull request #3405:
URL: https://github.com/apache/incubator-doris/pull/3405#discussion_r417382629
##
File path: be/src/exec/exec_node.cpp
##
@@ -172,15 +172,13 @@ Status ExecNode::prepare(RuntimeState* state) {
DCHECK(_runtime_profile.g
morningman commented on pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424#issuecomment-621266078
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 colum
morningman commented on a change in pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424#discussion_r417369084
##
File path: be/src/olap/olap_cond.cpp
##
@@ -681,17 +681,17 @@ int Conditions::delete_pruning_filter(const
std::vector& zone_maps) co
f
kangkaisen commented on a change in pull request #3436:
URL: https://github.com/apache/incubator-doris/pull/3436#discussion_r417377285
##
File path: be/src/exec/assert_num_rows_node.cpp
##
@@ -45,6 +45,7 @@ Status AssertNumRowsNode::prepare(RuntimeState* state) {
Status Assert
kangkaisen commented on a change in pull request #3437:
URL: https://github.com/apache/incubator-doris/pull/3437#discussion_r417369939
##
File path: fe/src/test/java/org/apache/doris/alter/AlterTest.java
##
@@ -135,10 +135,10 @@ public void testConflictAlterOperations() throws
morningman commented on a change in pull request #3431:
URL: https://github.com/apache/incubator-doris/pull/3431#discussion_r417351767
##
File path: be/src/olap/base_tablet.h
##
@@ -0,0 +1,133 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contrib
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 beb5b29 [Doc] Fix linked file not
morningman opened a new pull request #3437:
URL: https://github.com/apache/incubator-doris/pull/3437
Fix: #3432
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
morningman commented on issue #3432:
URL:
https://github.com/apache/incubator-doris/issues/3432#issuecomment-621210480
Oh, I see. It is not "overwrite", the partition p1 and p2 are dropped by the
DynamicPartitionScheduler.
Because the date `2020-02-01` and `2020-03-01` is "out of the ra
morningman commented on issue #3432:
URL:
https://github.com/apache/incubator-doris/issues/3432#issuecomment-621198417
This is strange, there should not be any logic that can "overwrite" a
partition...
I run this UT many times locally but it can not reproduce...But seems that
the CI pr
EmmyMiao87 opened a new pull request #3436:
URL: https://github.com/apache/incubator-doris/pull/3436
The child.open() function is not called before this commit.
If the assert num rows node has child which process data in open function,
the assert num rows node will fetch no data from chi
EmmyMiao87 opened a new issue #3435:
URL: https://github.com/apache/incubator-doris/issues/3435
**Describe the bug**
select sum from (select sum(k1) sum from baseall)t1 where sum > (select avg
from (select avg(k1) avg from baseall) t2 ) ;
The first level of subquery returns a non
WingsGo commented on issue #3432:
URL:
https://github.com/apache/incubator-doris/issues/3432#issuecomment-621182109
> This bug may lead to data loss?
> @morningman @WingsGo should investigate this issue.
OK,I will try to reproduce the bug.
---
imay commented on issue #3433:
URL:
https://github.com/apache/incubator-doris/issues/3433#issuecomment-621172837
1. can refer this issue in related PR and issue.
2. I will create a project "Spark Load" to track this feature.
3. You can create an issue for each part of this project.
imay commented on issue #3432:
URL:
https://github.com/apache/incubator-doris/issues/3432#issuecomment-621170578
This bug may lead to data loss?
@morningman @WingsGo should investigate this issue.
This is an automated mes
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git.
from 3b9aeaf Auto Build
add ebdb50d add favicon.ico
new 58d1db6 Add favicon.ico
The 1 revi
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
commit 58d1db6c7fcfb2018dda841a40779a6864c5e534
Merge: 3b9aeaf ebdb50d
Author: Zhao Chun
AuthorDate: Wed Apr
WingsGo edited a comment on issue #3402:
URL:
https://github.com/apache/incubator-doris/issues/3402#issuecomment-621145565
Hi, @morningman I found that CheckDataSizeQuota will only check by logic but
not check by real disk usage. And I have some questions:
1. One solution is get real di
yangzhg opened a new pull request #3434:
URL: https://github.com/apache/incubator-doris/pull/3434
the source file of soft link CONTRIBUTING.md is changed, make it to a
regular file
This is an automated message from the Apa
WingsGo edited a comment on issue #3402:
URL:
https://github.com/apache/incubator-doris/issues/3402#issuecomment-621145565
Hi, @morningman I found that CheckDataSizeQuota will only check by logic but
not check by real disk usage.I have some questions:
1. One solution is get real disk sp
WingsGo edited a comment on issue #3402:
URL:
https://github.com/apache/incubator-doris/issues/3402#issuecomment-621145565
@morningman I found that CheckDataSizeQuota will only check by logic but not
check by real disk usage.I have some questions:
1. One solution is get real disk space
WingsGo commented on issue #3402:
URL:
https://github.com/apache/incubator-doris/issues/3402#issuecomment-621145565
@morningman I found that CheckDataSizeQuota will only check by logic but not
check by real disk usage.I have some questions:
1. One solution is get real disk space avaliab
wyb commented on issue #3433:
URL:
https://github.com/apache/incubator-doris/issues/3433#issuecomment-621142283
design doc
[Proposal] support spark load #2855
[Proposal] Support Spark Convert Doris Segment #2887
Spark load etl interface #3010
-
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 73a3c59 [Bug] Fix bug that help-re
wyb opened a new issue #3433:
URL: https://github.com/apache/incubator-doris/issues/3433
For many users who want to load data into doris for the first time, they
have large amount of data, about 10G+,it is hard to support to load so large
data into doris at one time using Broker load or St
60 matches
Mail list logo