[GitHub] morningman closed issue #645: Query error with union all containing join predicate

2019-02-25 Thread GitBox
morningman closed issue #645: Query error with union all containing join predicate URL: https://github.com/apache/incubator-doris/issues/645 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] EmmyMiao87 commented on issue #545: surrogate key gerneration requested.

2019-02-25 Thread GitBox
EmmyMiao87 commented on issue #545: surrogate key gerneration requested. URL: https://github.com/apache/incubator-doris/issues/545#issuecomment-467297417 @lenmom Already remove the restrict on https://github.com/apache/incubator-doris/pull/659 --

[GitHub] EmmyMiao87 opened a new pull request #659: Remove restrict of "Analytic function must have partition by"

2019-02-25 Thread GitBox
EmmyMiao87 opened a new pull request #659: Remove restrict of "Analytic function must have partition by" URL: https://github.com/apache/incubator-doris/pull/659 Remove restrict of "Analytic function must have partition by" when semantic parsing

[GitHub] imay merged pull request #657: DORIS-645: Fix allocating error of constant predicate

2019-02-25 Thread GitBox
imay merged pull request #657: DORIS-645: Fix allocating error of constant predicate URL: https://github.com/apache/incubator-doris/pull/657 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] imay merged pull request #658: Fix bug that push down the predicates past AggregateNode

2019-02-25 Thread GitBox
imay merged pull request #658: Fix bug that push down the predicates past AggregateNode URL: https://github.com/apache/incubator-doris/pull/658 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] chenhao7253886 opened a new pull request #658: Fix bug that push down the predicates past AggregateNode

2019-02-25 Thread GitBox
chenhao7253886 opened a new pull request #658: Fix bug that push down the predicates past AggregateNode URL: https://github.com/apache/incubator-doris/pull/658 This is an automated message from the Apache Git Service. To res

[GitHub] EmmyMiao87 commented on issue #645: Query error with union all containing join predicate

2019-02-25 Thread GitBox
EmmyMiao87 commented on issue #645: Query error with union all containing join predicate URL: https://github.com/apache/incubator-doris/issues/645#issuecomment-467264103 [https://github.com/apache/incubator-doris/pull/657](url) This commit fix this bug

[GitHub] EmmyMiao87 opened a new pull request #657: DORIS-645: Fix allocating error of constant predicate

2019-02-25 Thread GitBox
EmmyMiao87 opened a new pull request #657: DORIS-645: Fix allocating error of constant predicate URL: https://github.com/apache/incubator-doris/pull/657 1. The method assignConjuncts in SingleNodePlanner could not allocate constant predicate correctly. 2. It use e.isBoundByTupleIds() wh

[GitHub] chaoyli merged pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli merged pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656 This is an automated message from the Apache Git Service. To re

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259735745 ## File path: be/src/olap/olap_cond.cpp ## @@ -601,25 +601,24 @@ bool Co

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259713636 ## File path: be/src/olap/schema_change.h ## @@ -268,7 +268,7 @@ class S

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259713508 ## File path: be/src/olap/schema_change.cpp ## @@ -1279,56 +1244,48 @@ O

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259713398 ## File path: be/src/olap/schema_change.cpp ## @@ -46,12 +46,12 @@ using

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259710974 ## File path: be/src/olap/olap_cond.cpp ## @@ -601,25 +601,24 @@ bool Co

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259710718 ## File path: be/src/olap/olap_cond.cpp ## @@ -601,25 +601,24 @@ bool Co

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259710474 ## File path: be/src/olap/cumulative_compaction.cpp ## @@ -452,9 +453,6

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259710143 ## File path: be/src/olap/base_compaction.cpp ## @@ -174,7 +172,10 @@ OL

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259709638 ## File path: be/src/olap/olap_cond.cpp ## @@ -656,7 +654,7 @@ int Condi

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259709431 ## File path: be/src/olap/rowset/column_data_writer.cpp ## @@ -197,7 +19

[GitHub] chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap

2019-02-25 Thread GitBox
chaoyli commented on a change in pull request #656: Modify alter tablet implementation and change ColumnPruning to ZoneMap URL: https://github.com/apache/incubator-doris/pull/656#discussion_r259709168 ## File path: be/src/olap/schema_change.cpp ## @@ -1172,100 +1172,65 @@