wutiangan commented on a change in pull request #3034: implements intersect node
URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388753178
##
File path: be/src/exec/intersect_node.cpp
##
@@ -56,4 +41,164 @@ Status IntersectNode::init(const TPlanNode& tn
wutiangan commented on a change in pull request #3034: implements intersect node
URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388748695
##
File path: be/src/exec/intersect_node.cpp
##
@@ -17,36 +17,21 @@
#include "exec/intersect_node.h"
+#includ
wutiangan commented on a change in pull request #3034: implements intersect node
URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388748170
##
File path: be/src/exec/intersect_node.cpp
##
@@ -17,36 +17,21 @@
#include "exec/intersect_node.h"
+#includ
wutiangan commented on a change in pull request #3034: implements intersect node
URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388747434
##
File path: be/src/exec/intersect_node.cpp
##
@@ -17,36 +17,21 @@
#include "exec/intersect_node.h"
+#includ
wutiangan commented on a change in pull request #3034: implements intersect node
URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r388747434
##
File path: be/src/exec/intersect_node.cpp
##
@@ -17,36 +17,21 @@
#include "exec/intersect_node.h"
+#includ
HangyuanLiu opened a new pull request #3047: Fix orc load timestamp bug
URL: https://github.com/apache/incubator-doris/pull/3047
#2554
The timestamp value load from orc file is error, the value has an offset
with hive and spark.
Becuase the time zone of orc's timestamp is stored insi
imay commented on a change in pull request #3044: Write delete predicate into
RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388730551
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -1
imay commented on a change in pull request #3044: Write delete predicate into
RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388731769
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -1
imay commented on a change in pull request #3044: Write delete predicate into
RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388731229
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -1
blackfox1983 commented on issue #3046: 多租户请求隔离模式
URL:
https://github.com/apache/incubator-doris/issues/3046#issuecomment-595600745
上述的4,主要的目的是
不希望业务侧的sql需要修改,外围的tag制定可以有一个官方的语法灵活指定即可,一般来说,在系统中,我们可以外围封装这部分逻辑对业务透明掉
This is an
blackfox1983 opened a new issue #3046: 多租户请求隔离模式
URL: https://github.com/apache/incubator-doris/issues/3046
问题:
使用doris做数据存储,一般会有多个团队的请求来访问同一份数据,这个里面会有两个问题需要考虑:
1、避免各个请求在既定资源下互相影响(延迟)。如一个不重要的请求如果把集群资源打满,会影响其他重要请求的延迟
2、也方便对各个请求消耗的资源进行独立结算。如可以方便统计某一类请求消耗的cpu、mem……
从用户视角希望看到的是:
chaoyli commented on a change in pull request #3044: Write delete predicate
into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388700694
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@
chaoyli commented on a change in pull request #3044: Write delete predicate
into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388700694
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@
imay commented on a change in pull request #3044: Write delete predicate into
RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388688841
##
File path: be/src/olap/olap_snapshot_converter.h
##
@@ -47,
imay commented on a change in pull request #3044: Write delete predicate into
RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#discussion_r388688340
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -8
chaoyli commented on issue #3044: Write delete predicate into RowsetMeta upon
upgrade from Doris-0.10 to Doris-0.11
URL: https://github.com/apache/incubator-doris/pull/3044#issuecomment-595565586
#3045
This is an automated me
chaoyli edited a comment on issue #3045: Miss delete predicate in RowsetMeta
when upgrading from Doris-0.10 to Doris-0.11
URL:
https://github.com/apache/incubator-doris/issues/3045#issuecomment-595565008
We can reproduce this problem like the following procedure.
Build a Doris cluster u
chaoyli commented on issue #3045: Miss delete predicate in RowsetMeta when
upgrading from Doris-0.10 to Doris-0.11
URL:
https://github.com/apache/incubator-doris/issues/3045#issuecomment-595565008
We can reproduce this problem like the following procedure.
Build a Doris cluster using Do
chaoyli commented on issue #3045: Miss delete predicate in RowsetMeta when
upgrading from Doris-0.10 to Doris-0.11
URL:
https://github.com/apache/incubator-doris/issues/3045#issuecomment-595564527
 were added to refs/heads/master by this push:
new fca6c4e Fix bitmap null crash (#30
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 7b30bbe [MaterializedView] Support
morningman merged pull request #3036: Support different keys type between mv
and base table
URL: https://github.com/apache/incubator-doris/pull/3036
This is an automated message from the Apache Git Service.
To respond to the
wangbo opened a new pull request #3043: (#3008) ifnull function support new
args (date,datetime) and
URL: https://github.com/apache/incubator-doris/pull/3043
#3008
This is an automated message from the Apache Git Service.
To
wangbo commented on issue #3008: Wrong answer for tableau generated SQL
URL:
https://github.com/apache/incubator-doris/issues/3008#issuecomment-595098011
**Bug Detail**
The args of UDF ```ifnull``` current not support ```(date,datetime)``` or
```(datetime, date)```
When user uses ifn
28 matches
Mail list logo