hf200012 opened a new issue #3856:
URL: https://github.com/apache/incubator-doris/issues/3856
Create a table in v2 storage format
Import data is successful, but be down
2020-06-13 06:48:59,268 WARN 150
[HeartbeatMgr$BackendHeartbeatHandler.call():248] backend heartbeat got
except
imay merged pull request #3815:
URL: https://github.com/apache/incubator-doris/pull/3815
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
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 6928c72 Optimize the logic for getting
imay merged pull request #3848:
URL: https://github.com/apache/incubator-doris/pull/3848
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
imay merged pull request #3846:
URL: https://github.com/apache/incubator-doris/pull/3846
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
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 61be713 fix for be server crash which t
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 38b6d29 [Bug] fix uninitialized member
imay merged pull request #3844:
URL: https://github.com/apache/incubator-doris/pull/3844
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
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 83d39ff Avoid pass NULL to memcmp() (#3
kangkaisen closed issue #3854:
URL: https://github.com/apache/incubator-doris/issues/3854
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 opened a new issue #3855:
URL: https://github.com/apache/incubator-doris/issues/3855
```
mysql> SELECT a+b*2+c*3+d*4,
->CASE a+1 WHEN b THEN 111 WHEN c THEN 222
-> WHEN d THEN 333 WHEN e THEN 444 ELSE 555 END,
->(SELECT count(*) FRO
kangkaisen commented on issue #3854:
URL:
https://github.com/apache/incubator-doris/issues/3854#issuecomment-643560243
The following query has the same error:
```
SELECT c,
d-e,
CASE a+1 WHEN b THEN 111 WHEN c THEN 222
WHEN d THEN 333 WHEN e THEN 444 EL
kangkaisen opened a new issue #3854:
URL: https://github.com/apache/incubator-doris/issues/3854
```
CREATE TABLE `t1` (
`a` int(11) NULL COMMENT "",
`b` int(11) NULL COMMENT "",
`c` int(11) NULL COMMENT "",
`d` int(11) NULL COMMENT "",
`e` int(11) NULL COMMENT ""
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 88a5429 [FE] Add db&tbl info in broker load log (#3837)
add dac156b [Spill To Disk] Analytic_Eval
kangkaisen merged pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820
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 #3063:
URL: https://github.com/apache/incubator-doris/pull/3063#discussion_r439456426
##
File path:
fe/src/main/java/org/apache/doris/load/loadv2/dpp/GlobalDictBuilder.java
##
@@ -0,0 +1,413 @@
+// Licensed to the Apache Softwar
hffariel closed issue #3540:
URL: https://github.com/apache/incubator-doris/issues/3540
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 go
hffariel closed issue #3836:
URL: https://github.com/apache/incubator-doris/issues/3836
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 go
hffariel closed issue #3650:
URL: https://github.com/apache/incubator-doris/issues/3650
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 go
wyb commented on a change in pull request #3819:
URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439424765
##
File path: fe/src/main/java/org/apache/doris/analysis/FromClause.java
##
@@ -72,6 +78,39 @@ public int compare(TableRef tableref1, TableRef tablere
morningman commented on pull request #3851:
URL: https://github.com/apache/incubator-doris/pull/3851#issuecomment-643276175
Actually, in MySQL protocal, the `null` is represented as `(byte) (251 &
0xff)`.
https://github.com/apache/incubator-doris/blob/88a5429165c65690eb443c017ed0b3b
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 7591527 [Bug] Fix a bug that insert null bitmap crashes BE (#3830)
add 88a5429 [FE] Add db&tbl in
morningman merged pull request #3837:
URL: https://github.com/apache/incubator-doris/pull/3837
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 issue #3853:
URL:
https://github.com/apache/incubator-doris/issues/3853#issuecomment-643254185
你是否观察到 在 show routine Load 的结果中, abortedTaskNum 数量在上升?
This is an automated message from the Apache Git S
morningman commented on a change in pull request #3819:
URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439397932
##
File path: fe/src/main/java/org/apache/doris/analysis/FromClause.java
##
@@ -72,6 +78,39 @@ public int compare(TableRef tableref1, TableRef
wyb commented on a change in pull request #3063:
URL: https://github.com/apache/incubator-doris/pull/3063#discussion_r439381355
##
File path:
fe/src/main/java/org/apache/doris/load/loadv2/dpp/GlobalDictBuilder.java
##
@@ -0,0 +1,413 @@
+// Licensed to the Apache Software Found
HappenLee commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439357363
##
File path: be/src/exec/analytic_eval_node.cpp
##
@@ -195,9 +194,19 @@ Status AnalyticEvalNode::open(RuntimeState* state) {
RETURN_IF_CAN
kangkaisen commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439356007
##
File path: be/src/exec/analytic_eval_node.cpp
##
@@ -195,9 +194,19 @@ Status AnalyticEvalNode::open(RuntimeState* state) {
RETURN_IF_CA
kangkaisen commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439354607
##
File path: be/src/runtime/data_stream_recvr.cc
##
@@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr(
_row_desc(row_desc),
kangkaisen commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439354065
##
File path: gensrc/thrift/PaloInternalService.thrift
##
@@ -136,6 +136,8 @@ struct TQueryOptions {
// see BE config `max_pushdown_conditio
HappenLee commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439339662
##
File path: be/src/runtime/data_stream_recvr.cc
##
@@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr(
_row_desc(row_desc),
phenixmzy opened a new issue #3853:
URL: https://github.com/apache/incubator-doris/issues/3853
**Describe the bug**
当Kafka-Topic长时间没有新消息到达时,Routine Load任务会被卡住, routine load任务一直处于waiting_task.
一旦kafka-topic有新消息到达后,routine load 任务仍然一直waiting_task:1,
在UI上的Progress列offset 也一直是{"0": OFF
EmmyMiao87 commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439329406
##
File path: docs/zh-CN/administrator-guide/running-profile.md
##
@@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义:
- HashProbe: HashTab
This is an automated email from the ASF dual-hosted git repository.
gaodayue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 75f4df4 Stop travis building when an error occurred (#3838)
add 7591527 [Bug] Fix a bug that insert
gaodayue closed issue #3828:
URL: https://github.com/apache/incubator-doris/issues/3828
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 go
gaodayue merged pull request #3830:
URL: https://github.com/apache/incubator-doris/pull/3830
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
HappenLee commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439324739
##
File path: be/src/exec/analytic_eval_node.cpp
##
@@ -195,9 +194,19 @@ Status AnalyticEvalNode::open(RuntimeState* state) {
RETURN_IF_CAN
HappenLee commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439320842
##
File path: be/src/exec/exchange_node.cpp
##
@@ -110,7 +110,7 @@ Status ExchangeNode::close(RuntimeState* state) {
if (_stream_recvr != N
HappenLee commented on a change in pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r439317382
##
File path: gensrc/thrift/PaloInternalService.thrift
##
@@ -136,6 +136,8 @@ struct TQueryOptions {
// see BE config `max_pushdown_condition
chaoyli commented on issue #3852:
URL:
https://github.com/apache/incubator-doris/issues/3852#issuecomment-643164082

-
chaoyli commented on issue #3852:
URL:
https://github.com/apache/incubator-doris/issues/3852#issuecomment-643162120

-
chaoyli opened a new issue #3852:
URL: https://github.com/apache/incubator-doris/issues/3852
Before, Doris use N/A to indicate not available value.
It's better to use NULL to indicate it in Database.
This is an automated m
chaoyli opened a new pull request #3851:
URL: https://github.com/apache/incubator-doris/pull/3851
Before, Doris use N/A to indicate not available value.
It's better to use NULL to indicate it in Database.
This is an automa
wuyunfeng commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439292860
##
File path:
fe/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
##
@@ -17,92 +17,183 @@
package org.apache.doris.ex
stalary commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439290677
##
File path:
fe/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
##
@@ -17,92 +17,183 @@
package org.apache.doris.exte
wyb commented on a change in pull request #3819:
URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439289895
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1244,6 +1244,15 @@ data_desc ::=
RESULT = new DataDescription(tableName, partitionNames,
wyb commented on a change in pull request #3819:
URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439289793
##
File path: fe/src/main/java/org/apache/doris/load/BrokerFileGroup.java
##
@@ -165,6 +170,33 @@ public void parse(Database db, DataDescription
data
morningman commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439287609
##
File path: docs/zh-CN/administrator-guide/running-profile.md
##
@@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义:
- HashProbe: HashTab
morningman commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439286764
##
File path: docs/zh-CN/administrator-guide/running-profile.md
##
@@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义:
- HashProbe: HashTab
imay commented on a change in pull request #3819:
URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r439286886
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1244,6 +1244,15 @@ data_desc ::=
RESULT = new DataDescription(tableName, partitionNames,
stalary commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439281895
##
File path:
fe/src/main/java/org/apache/doris/external/elasticsearch/EsRestClient.java
##
@@ -17,92 +17,183 @@
package org.apache.doris.exte
wuyunfeng commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439277536
##
File path:
fe/src/main/java/org/apache/doris/external/elasticsearch/EsFieldInfo.java
##
@@ -0,0 +1,47 @@
+// Licensed to the Apache Software
morningman commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439279242
##
File path: docs/zh-CN/administrator-guide/running-profile.md
##
@@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义:
- HashProbe: HashTab
wuyunfeng commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r439274920
##
File path:
fe/src/main/java/org/apache/doris/external/elasticsearch/EsFieldInfo.java
##
@@ -0,0 +1,47 @@
+// Licensed to the Apache Software
EmmyMiao87 commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439275209
##
File path: docs/zh-CN/administrator-guide/running-profile.md
##
@@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义:
- HashProbe: HashTab
morningman commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439251334
##
File path: docs/zh-CN/administrator-guide/running-profile.md
##
@@ -130,22 +133,105 @@ BE端收集的统计信息较多,下面列出了各个参数的对应含义:
- HashProbe: HashTab
EmmyMiao87 commented on a change in pull request #3808:
URL: https://github.com/apache/incubator-doris/pull/3808#discussion_r439241779
##
File path: docs/en/administrator-guide/running-profile.md
##
@@ -127,21 +127,105 @@ There are many statistical information collected at BE.
57 matches
Mail list logo