[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397575808 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -974,16

[incubator-doris] annotated tag 0.12.0-rc01 updated (27c4143 -> 8d02860)

2020-03-24 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to annotated tag 0.12.0-rc01 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. *** WARNING: tag 0.12.0-rc01 was modified! *** from 27c4143 (commit) to 8d02860 (tag)

[GitHub] [incubator-doris] morningman merged pull request #3081: [Dynamic Partition] Support for automatically drop partitions

2020-03-24 Thread GitBox
morningman merged pull request #3081: [Dynamic Partition] Support for automatically drop partitions URL: https://github.com/apache/incubator-doris/pull/3081 This is an automated message from the Apache Git Service. To

[incubator-doris] branch master updated (e794bb6 -> 3cff89d)

2020-03-24 Thread morningman
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 e794bb6 [BUG] Make default result ordering of SHOW PARTITIONS statement be consist with 0.11 (#3184)

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397577884 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -43,62

[GitHub] [incubator-doris] wangbo opened a new pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-24 Thread GitBox
wangbo opened a new pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090 #3088 Fork from roaringbitmap's Roaring64NavigableMap,overwrite serialize/deserialize method to keep compatibility with be's

[GitHub] [incubator-doris] wangbo closed pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type

2020-03-24 Thread GitBox
wangbo closed pull request #3090: (#3088) Support Java version 64 bits Integers for BITMAP type URL: https://github.com/apache/incubator-doris/pull/3090 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] vinson0526 commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
vinson0526 commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397590368 ## File path:

[GitHub] [incubator-doris] vinson0526 commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
vinson0526 commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397590368 ## File path:

[incubator-doris] 01/01: Revert "Remove deep copy when doing hash table EvalRow (#3171)" (#3173)

2020-03-24 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 5e08725b2180a9a3dfcdd5ac63231bf8eb31a214 Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Mon Mar 23

[incubator-doris] branch branch-0.12 created (now 5e08725)

2020-03-24 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 5e08725 Revert "Remove deep copy when doing hash table EvalRow (#3171)" (#3173) This branch

[GitHub] [incubator-doris] morningman opened a new issue #3194: [Bug] unix_timestamp() core when passing "0000-01-01"

2020-03-24 Thread GitBox
morningman opened a new issue #3194: [Bug] unix_timestamp() core when passing "-01-01" URL: https://github.com/apache/incubator-doris/issues/3194 **To Reproduce** ``` create table tbl1 (k1 date, k2 datetime) distributed by hash(k1) buckets 5 properties("replication_num" =

[GitHub] [incubator-doris] WingsGo opened a new pull request #3193: [Dynamic Partition]Uniform dynamic partition name

2020-03-24 Thread GitBox
WingsGo opened a new pull request #3193: [Dynamic Partition]Uniform dynamic partition name URL: https://github.com/apache/incubator-doris/pull/3193 For #3192 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397577244 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -43,62

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397577244 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -43,62

[GitHub] [incubator-doris] Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
Youngwb commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397576594 ## File path:

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397576967 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -1438,6

[GitHub] [incubator-doris] xy720 opened a new issue #3190: Support deleteV2

2020-03-24 Thread GitBox
xy720 opened a new issue #3190: Support deleteV2 URL: https://github.com/apache/incubator-doris/issues/3190 Our current DELETE strategy reuses the LoadChecker framework. The LoadChecker poll all jobs to run them and then update their state in every 5 seconds. But actually, the DELETE

[GitHub] [incubator-doris] xy720 opened a new pull request #3191: DeleteV2

2020-03-24 Thread GitBox
xy720 opened a new pull request #3191: DeleteV2 URL: https://github.com/apache/incubator-doris/pull/3191 #3190 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] vinson0526 commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
vinson0526 commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397592284 ## File path:

[GitHub] [incubator-doris] WingsGo opened a new issue #3192: [Dynamic Partition]Uniform partition range& format

2020-03-24 Thread GitBox
WingsGo opened a new issue #3192: [Dynamic Partition]Uniform partition range& format URL: https://github.com/apache/incubator-doris/issues/3192 When user use datetime as range partition key, it may cause some problem ,such as: errCode = 2, detailMessage = Range [types: [DATETIME];

[GitHub] [incubator-doris] hww123 removed a comment on issue #1790: doris对于实时流处理的支持

2020-03-24 Thread GitBox
hww123 removed a comment on issue #1790: doris对于实时流处理的支持 URL: https://github.com/apache/incubator-doris/issues/1790#issuecomment-603060496 > 这里可以直接将数据写入kafka,然后doris订阅那个主题进行存储就行了,我们刚开始用的时候没有注意有这么个功能 在 2020-03-09 14:12:41,"z-Dapor" 写道: 最后采用http的方式在flink流程中缓存后再定时或定量批量进行导入总算打通流程了

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396927988 ## File path: be/src/plugin/plugin_mgr.cpp ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396937579 ## File path: be/src/plugin/plugin_mgr.h ## @@ -0,0 +1,69 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396936407 ## File path: gensrc/thrift/MasterService.thrift ## @@ -84,6 +89,8 @@ struct TReportRequest { // the

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396931141 ## File path: be/src/plugin/plugin_loader.cpp ## @@ -0,0 +1,194 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396928032 ## File path: be/src/plugin/plugin_mgr.cpp ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396928822 ## File path: be/src/plugin/plugin_mgr.cpp ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
morningman commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r396936273 ## File path: gensrc/thrift/AgentService.thrift ## @@ -279,6 +294,8 @@ struct TAgentTaskRequest {

[GitHub] [incubator-doris] gaodayue commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
gaodayue commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603078922 +1 It makes sense to report error when creating bitmap index on v1 table.

[GitHub] [incubator-doris] hww123 commented on issue #1790: doris对于实时流处理的支持

2020-03-24 Thread GitBox
hww123 commented on issue #1790: doris对于实时流处理的支持 URL: https://github.com/apache/incubator-doris/issues/1790#issuecomment-603060496 > 这里可以直接将数据写入kafka,然后doris订阅那个主题进行存储就行了,我们刚开始用的时候没有注意有这么个功能 在 2020-03-09 14:12:41,"z-Dapor" 写道: 最后采用http的方式在flink流程中缓存后再定时或定量批量进行导入总算打通流程了

[GitHub] [incubator-doris] hww123 commented on issue #1790: doris对于实时流处理的支持

2020-03-24 Thread GitBox
hww123 commented on issue #1790: doris对于实时流处理的支持 URL: https://github.com/apache/incubator-doris/issues/1790#issuecomment-603062132 @yan-yunfeng > 这里可以直接将数据写入kafka,然后doris订阅那个主题进行存储就行了,我们刚开始用的时候没有注意有这么个功能 在 2020-03-09 14:12:41,"z-Dapor" 写道:

[GitHub] [incubator-doris] morningman opened a new issue #3185: [Query] Questions about hash distribution prunner.

2020-03-24 Thread GitBox
morningman opened a new issue #3185: [Query] Questions about hash distribution prunner. URL: https://github.com/apache/incubator-doris/issues/3185 **Describe the bug** 1. First to create a table with distribution key type `DATE` ``` create table tbl5 (k1 date, k2 int) distributed

[GitHub] [incubator-doris] EmmyMiao87 closed pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 closed pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603144189 > @trueeyu Hi, are you willing to submit a PR for this? OK! I will fix it

[GitHub] [incubator-doris] Youngwb opened a new pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
Youngwb opened a new pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186 Currently, in the Spark-Doris-Connector, when Spark iteratively obtains each row of data, it needs to

[GitHub] [incubator-doris] morningman commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
morningman commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603155030 Nice. FE may not know the segment format of a table. So maybe you need just let the

[GitHub] [incubator-doris] trueeyu edited a comment on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
trueeyu edited a comment on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603162512 > > Nice. > > FE may not know the segment format of a table. So maybe you need

[incubator-doris] branch master updated: [BUG] Make default result ordering of SHOW PARTITIONS statement be consist with 0.11 (#3184)

2020-03-24 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 e794bb6 [BUG] Make default result

[GitHub] [incubator-doris] morningman merged pull request #3184: [BUG] Make default result ordering of SHOW PARTITIONS be consist with 0.11

2020-03-24 Thread GitBox
morningman merged pull request #3184: [BUG] Make default result ordering of SHOW PARTITIONS be consist with 0.11 URL: https://github.com/apache/incubator-doris/pull/3184 This is an automated message from the Apache Git

[GitHub] [incubator-doris] trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603162512 > > Nice. > > FE may not know the segment format of a table. So maybe you need just let

[GitHub] [incubator-doris] trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603169443 > Yes,But currently there is a transition state and a `__doris_v2` type schema change job,

[GitHub] [incubator-doris] yangzhg opened a new issue #3187: JOIN HITS not work when table reordered

2020-03-24 Thread GitBox
yangzhg opened a new issue #3187: JOIN HITS not work when table reordered URL: https://github.com/apache/incubator-doris/issues/3187 **Describe the bug** in hash join clasue, when tables needed to be reorderd, the join hint will not work **To Reproduce** Steps to reproduce the

[GitHub] [incubator-doris] morningman commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
morningman commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603139652 @trueeyu Hi, are you willing to submit a PR for this?

[GitHub] [incubator-doris] trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
trueeyu commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603161581 > Nice. > FE may not know the segment format of a table. So maybe you need just let the

[GitHub] [incubator-doris] wuyunfeng commented on issue #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
wuyunfeng commented on issue #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#issuecomment-603162024 Great! @vinson0526 Can you give a review?

[GitHub] [incubator-doris] morningman commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index

2020-03-24 Thread GitBox
morningman commented on issue #3183: It's dangerous to convert from segmentV1 to v2 automatic when create bitmap index URL: https://github.com/apache/incubator-doris/issues/3183#issuecomment-603164500 Yes,But currently there is a transition state and a `__doris_v2` type schema change

[GitHub] [incubator-doris] yangzhg opened a new pull request #3188: fix join hints not work when need table reorder

2020-03-24 Thread GitBox
yangzhg opened a new pull request #3188: fix join hints not work when need table reorder URL: https://github.com/apache/incubator-doris/pull/3188 1 fix join hints not work when need table reorder, this bug is described in #3187 2 fix cross join node does not implement `computeStats`,

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
EmmyMiao87 opened a new pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150 This commit support the non-correlated subquery in having clause. For example: select k1, sum(k2) from table group by k1 having

[GitHub] [incubator-doris] Seaven commented on a change in pull request #2618: Add BE plugin framework (#2348)

2020-03-24 Thread GitBox
Seaven commented on a change in pull request #2618: Add BE plugin framework (#2348) URL: https://github.com/apache/incubator-doris/pull/2618#discussion_r397139828 ## File path: be/src/plugin/plugin_loader.cpp ## @@ -0,0 +1,194 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
wuyunfeng commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397206105 ## File path:

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397245174 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -95,13

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector

2020-03-24 Thread GitBox
wuyunfeng commented on a change in pull request #3186: Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector URL: https://github.com/apache/incubator-doris/pull/3186#discussion_r397206105 ## File path:

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397250060 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -839,19

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397235776 ## File path: fe/src/main/java/org/apache/doris/analysis/Expr.java ## @@ -1462,6 +1462,18

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397255334 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -974,16

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397263620 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -43,62

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397274017 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -43,62

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397259275 ## File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java ## @@ -1438,6

[GitHub] [incubator-doris] morningman opened a new pull request #3189: [Code Refactor] Using block manager to unify the data file access.

2020-03-24 Thread GitBox
morningman opened a new pull request #3189: [Code Refactor] Using block manager to unify the data file access. URL: https://github.com/apache/incubator-doris/pull/3189 Earlier we introduced `BlockManager` to separate data access logic from underlying file read and write logic.

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause

2020-03-24 Thread GitBox
wutiangan commented on a change in pull request #3150: Support non-correlated subquery in having clause URL: https://github.com/apache/incubator-doris/pull/3150#discussion_r397273194 ## File path: fe/src/main/java/org/apache/doris/analysis/StmtRewriter.java ## @@ -43,62