imay commented on a change in pull request #1475: Fix bug when doing linked
schema change.
URL: https://github.com/apache/incubator-doris/pull/1475#discussion_r303292495
##
File path: be/src/olap/rowset/alpha_rowset_writer.cpp
##
@@ -129,7 +129,28 @@ OLAPStatus AlphaRowset
imay commented on a change in pull request #1475: Fix bug when doing linked
schema change.
URL: https://github.com/apache/incubator-doris/pull/1475#discussion_r303292928
##
File path: be/src/olap/rowset/segment_group.cpp
##
@@ -234,27 +235,42 @@ bool SegmentGroup::delete_a
imay commented on a change in pull request #1475: Fix bug when doing linked
schema change.
URL: https://github.com/apache/incubator-doris/pull/1475#discussion_r303292905
##
File path: be/src/olap/rowset/segment_group.cpp
##
@@ -234,27 +235,42 @@ bool SegmentGroup::delete_a
morningman commented on a change in pull request #1471: Planner support push
down predicates past agg, win and sort
URL: https://github.com/apache/incubator-doris/pull/1471#discussion_r303278309
##
File path: fe/src/main/java/org/apache/doris/analysis/Expr.java
##
@@ -1084
morningman commented on a change in pull request #1471: Planner support push
down predicates past agg, win and sort
URL: https://github.com/apache/incubator-doris/pull/1471#discussion_r303291320
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
chaoyli opened a new pull request #1475: Fix bug when doing linked schema
change.
URL: https://github.com/apache/incubator-doris/pull/1475
1. rollup will create table with num_key_columns is less than base table.
2. adding column to existed table, num_key_columns is larger than base tabl
imay opened a new pull request #1474: Add segment iterator
URL: https://github.com/apache/incubator-doris/pull/1474
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
morningman opened a new issue #1473: Support grant GRANT_PRIV on database or
table level
URL: https://github.com/apache/incubator-doris/issues/1473
Currently, GRANT_PRIV can only be granted on global level, which means
it can only be granted on `*.*`. Grant it on `db.*` or `db.tbl` are n
morningman opened a new pull request #1472: Support grant GRANT_PRIV on
database or table level
URL: https://github.com/apache/incubator-doris/pull/1472
Currently, GRANT_PRIV can only be granted on global level, which means
it can only be granted on `*.*`. Grant it on `db.*` or `db.tbl`