[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3034: implements intersect node

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #3047: Fix orc load timestamp bug

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] imay commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] blackfox1983 commented on issue #3046: 多租户请求隔离模式

2020-03-05 Thread GitBox
blackfox1983 commented on issue #3046: 多租户请求隔离模式 URL: https://github.com/apache/incubator-doris/issues/3046#issuecomment-595600745 上述的4,主要的目的是 不希望业务侧的sql需要修改,外围的tag制定可以有一个官方的语法灵活指定即可,一般来说,在系统中,我们可以外围封装这部分逻辑对业务透明掉 This is an

[GitHub] [incubator-doris] blackfox1983 opened a new issue #3046: 多租户请求隔离模式

2020-03-05 Thread GitBox
blackfox1983 opened a new issue #3046: 多租户请求隔离模式 URL: https://github.com/apache/incubator-doris/issues/3046 问题: 使用doris做数据存储,一般会有多个团队的请求来访问同一份数据,这个里面会有两个问题需要考虑: 1、避免各个请求在既定资源下互相影响(延迟)。如一个不重要的请求如果把集群资源打满,会影响其他重要请求的延迟 2、也方便对各个请求消耗的资源进行独立结算。如可以方便统计某一类请求消耗的cpu、mem…… 从用户视角希望看到的是:

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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 ## @@

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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 ## @@

[GitHub] [incubator-doris] imay commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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,

[GitHub] [incubator-doris] imay commented on a change in pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli commented on issue #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli edited a comment on issue #3045: Miss delete predicate in RowsetMeta when upgrading from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli commented on issue #3045: Miss delete predicate in RowsetMeta when upgrading from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] chaoyli commented on issue #3045: Miss delete predicate in RowsetMeta when upgrading from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
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 ![image](https://user-images.githubusercontent.com/44767902/76043967-f1d01a80-5f93-11ea-9a9f

[GitHub] [incubator-doris] chaoyli opened a new issue #3045: Miss delete predicate in RowsetMeta when upgrading from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
chaoyli opened a new 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 When upgrading from Doris-0.10 to Doris-0.11, a inconsistency between replicas in tablet occurs. As the photo ind

[GitHub] [incubator-doris] chaoyli removed a comment on issue #3045: Miss delete predicate in RowsetMeta when upgrading from Doris-0.10 to Doris-0.11

2020-03-05 Thread GitBox
chaoyli removed 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-595564527 ![image](https://user-images.githubusercontent.com/44767902/76043967-f1d01a80-5f93-1

[GitHub] [incubator-doris] chaoyli opened a new pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 t…

2020-03-05 Thread GitBox
chaoyli opened a new pull request #3044: Write delete predicate into RowsetMeta upon upgrade from Doris-0.10 t… URL: https://github.com/apache/incubator-doris/pull/3044 …o Doris-0.11 If delete predicate exists in meta in Doris-0.10, all of this predicates should be remained. Ther

[GitHub] [incubator-doris] kangkaisen merged pull request #3042: Fix bitmap null crash bug

2020-03-05 Thread GitBox
kangkaisen merged pull request #3042: Fix bitmap null crash bug URL: https://github.com/apache/incubator-doris/pull/3042 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[incubator-doris] branch master updated: Fix bitmap null crash (#3042)

2020-03-05 Thread kangkaisen
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 fca6c4e Fix bitmap null crash (#30

[incubator-doris] branch master updated: [MaterializedView] Support different keys type between MVs and base table (#3036)

2020-03-05 Thread morningman
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

[GitHub] [incubator-doris] morningman merged pull request #3036: Support different keys type between mv and base table

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] wangbo opened a new pull request #3043: (#3008) ifnull function support new args (date, datetime) and

2020-03-05 Thread GitBox
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

[GitHub] [incubator-doris] wangbo commented on issue #3008: Wrong answer for tableau generated SQL

2020-03-05 Thread GitBox
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