[GitHub] [incubator-doris] morningman opened a new pull request #1487: Modify the result json format of mini load

2019-07-15 Thread GitBox
morningman opened a new pull request #1487: Modify the result json format of mini load URL: https://github.com/apache/incubator-doris/pull/1487 Mini load is now using stream load framework. But we should keep the mini load return behavior and result json format be same as old. So PUBL

[GitHub] [incubator-doris] morningman closed pull request #1484: Modify the result json format of mini load.

2019-07-15 Thread GitBox
morningman closed pull request #1484: Modify the result json format of mini load. URL: https://github.com/apache/incubator-doris/pull/1484 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] kangkaisen opened a new issue #1486: Add a count distinct AggregateType

2019-07-15 Thread GitBox
kangkaisen opened a new issue #1486: Add a count distinct AggregateType URL: https://github.com/apache/incubator-doris/issues/1486 Add a count distinct AggregateType base on RoaringBitmap, I have done a initial version, which could improve the count distinct performance dramatically.

[GitHub] [incubator-doris] kangkaisen opened a new issue #1485: Add a Bitmap count distinct UDAF

2019-07-15 Thread GitBox
kangkaisen opened a new issue #1485: Add a Bitmap count distinct UDAF URL: https://github.com/apache/incubator-doris/issues/1485 Add a Bitmap count distinct UDAF base on RoaringBitmap. After simple test, **I find the bitmap count distinct is 2x~3x faster than default count distinct in so

[GitHub] [incubator-doris] morningman opened a new pull request #1484: Modify the result json format of mini load.

2019-07-15 Thread GitBox
morningman opened a new pull request #1484: Modify the result json format of mini load. URL: https://github.com/apache/incubator-doris/pull/1484 Mini load is now using stream load framework. But we should keep the mini load return behavior and result json format be same as old. So PUB

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-15 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r303707165 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,234 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level

2019-07-15 Thread GitBox
morningman commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level URL: https://github.com/apache/incubator-doris/pull/1472#discussion_r303707094 ## File path: fe/src/main/java/org/apache/doris/mysql/privilege/PaloAuth.java ## @@ -

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-15 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r303707000 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,234 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] morningman commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level

2019-07-15 Thread GitBox
morningman commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level URL: https://github.com/apache/incubator-doris/pull/1472#discussion_r303706941 ## File path: fe/src/main/java/org/apache/doris/analysis/RevokeStmt.java ## @@ -88,25

[GitHub] [incubator-doris] imay merged pull request #1482: Fix heap-buffer-overflow in split_part() function in StringFunctions

2019-07-15 Thread GitBox
imay merged pull request #1482: Fix heap-buffer-overflow in split_part() function in StringFunctions URL: https://github.com/apache/incubator-doris/pull/1482 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] imay commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level

2019-07-15 Thread GitBox
imay commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level URL: https://github.com/apache/incubator-doris/pull/1472#discussion_r303461517 ## File path: fe/src/main/java/org/apache/doris/analysis/RevokeStmt.java ## @@ -88,25 +88,3

[GitHub] [incubator-doris] imay commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level

2019-07-15 Thread GitBox
imay commented on a change in pull request #1472: Support grant GRANT_PRIV on database or table level URL: https://github.com/apache/incubator-doris/pull/1472#discussion_r303462700 ## File path: fe/src/main/java/org/apache/doris/mysql/privilege/PaloAuth.java ## @@ -338,6

[GitHub] [incubator-doris] imay merged pull request #1480: Add timeout in stream load planner

2019-07-15 Thread GitBox
imay merged pull request #1480: Add timeout in stream load planner URL: https://github.com/apache/incubator-doris/pull/1480 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] chaoyli merged pull request #1483: Remove unused code

2019-07-15 Thread GitBox
chaoyli merged pull request #1483: Remove unused code URL: https://github.com/apache/incubator-doris/pull/1483 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] imay opened a new pull request #1483: Remove unused code

2019-07-15 Thread GitBox
imay opened a new pull request #1483: Remove unused code URL: https://github.com/apache/incubator-doris/pull/1483 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] chaoyli opened a new pull request #1482: Fix heap-buffer-overflow in split_part() function in StringFunctions

2019-07-15 Thread GitBox
chaoyli opened a new pull request #1482: Fix heap-buffer-overflow in split_part() function in StringFunctions URL: https://github.com/apache/incubator-doris/pull/1482 This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] imay merged pull request #1478: Merge refactor code into master

2019-07-15 Thread GitBox
imay merged pull request #1478: Merge refactor code into master URL: https://github.com/apache/incubator-doris/pull/1478 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1480: Add timeout in stream load planner

2019-07-15 Thread GitBox
EmmyMiao87 opened a new pull request #1480: Add timeout in stream load planner URL: https://github.com/apache/incubator-doris/pull/1480 Mini load timeout needs to be added in plan options. The timeout property has been added in request of process put. Otherwise, the timeout of mini load is

[GitHub] [incubator-doris] morningman closed pull request #1480: Add timeout in stream load planner

2019-07-15 Thread GitBox
morningman closed pull request #1480: Add timeout in stream load planner URL: https://github.com/apache/incubator-doris/pull/1480 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] yiguolei commented on issue #1478: Merge refactor code into master

2019-07-15 Thread GitBox
yiguolei commented on issue #1478: Merge refactor code into master URL: https://github.com/apache/incubator-doris/pull/1478#issuecomment-511374058 #1481 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] yiguolei edited a comment on issue #1481: Refactor BE

2019-07-15 Thread GitBox
yiguolei edited a comment on issue #1481: Refactor BE URL: https://github.com/apache/incubator-doris/issues/1481#issuecomment-511373836 [be_refactor.pdf](https://github.com/apache/incubator-doris/files/3392130/be_refactor.pdf) -

[GitHub] [incubator-doris] yiguolei commented on issue #1481: Refactor BE

2019-07-15 Thread GitBox
yiguolei commented on issue #1481: Refactor BE URL: https://github.com/apache/incubator-doris/issues/1481#issuecomment-511373836 [ [be_refactor.pdf](https://github.com/apache/incubator-doris/files/3392130/be_refactor.pdf) ](url) -

[GitHub] [incubator-doris] yiguolei opened a new issue #1481: Refactor BE

2019-07-15 Thread GitBox
yiguolei opened a new issue #1481: Refactor BE URL: https://github.com/apache/incubator-doris/issues/1481 Current BE's structure is very complex. It is very difficult to maintain it so that we decide to refactor it. This is

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1480: Add timeout in stream load planner

2019-07-15 Thread GitBox
EmmyMiao87 opened a new pull request #1480: Add timeout in stream load planner URL: https://github.com/apache/incubator-doris/pull/1480 Mini load timeout needs to be added in plan options. The timeout property has been added in request of process put. Otherwise, the timeout of mini load is

[GitHub] [incubator-doris] HangyuanLiu closed pull request #1479: Timediff

2019-07-15 Thread GitBox
HangyuanLiu closed pull request #1479: Timediff URL: https://github.com/apache/incubator-doris/pull/1479 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] chaoyli opened a new pull request #1478: Merge refactor code into master

2019-07-15 Thread GitBox
chaoyli opened a new pull request #1478: Merge refactor code into master URL: https://github.com/apache/incubator-doris/pull/1478 1. Refactoring be is to clarify the structure the codes. Use unique id to indicate a rowset. 2. Naming rowset with tablet_id and version will lead to

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1471: Planner support push down predicates past agg, win and sort

2019-07-15 Thread GitBox
chenhao7253886 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_r303338185 ## File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1471: Planner support push down predicates past agg, win and sort

2019-07-15 Thread GitBox
chenhao7253886 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_r303338083 ## File path: fe/src/main/java/org/apache/doris/analysis/Expr.java ## @@ -

[GitHub] [incubator-doris] chaoyli merged pull request #1477: Add log for clone rowset

2019-07-15 Thread GitBox
chaoyli merged pull request #1477: Add log for clone rowset URL: https://github.com/apache/incubator-doris/pull/1477 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] chaoyli opened a new pull request #1477: Add log for clone rowset

2019-07-15 Thread GitBox
chaoyli opened a new pull request #1477: Add log for clone rowset URL: https://github.com/apache/incubator-doris/pull/1477 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] chaoyli merged pull request #1475: Fix bug when doing linked schema change.

2019-07-15 Thread GitBox
chaoyli merged pull request #1475: Fix bug when doing linked schema change. URL: https://github.com/apache/incubator-doris/pull/1475 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay commented on a change in pull request #1476: We can set param 'load_memtable_bytes' with http header for stream load

2019-07-15 Thread GitBox
imay commented on a change in pull request #1476: We can set param 'load_memtable_bytes' with http header for stream load URL: https://github.com/apache/incubator-doris/pull/1476#discussion_r303312293 ## File path: gensrc/thrift/PaloInternalService.thrift ## @@ -176,6 +176

[GitHub] [incubator-doris] imay commented on a change in pull request #1476: We can set param 'load_memtable_bytes' with http header for stream load

2019-07-15 Thread GitBox
imay commented on a change in pull request #1476: We can set param 'load_memtable_bytes' with http header for stream load URL: https://github.com/apache/incubator-doris/pull/1476#discussion_r303313072 ## File path: be/src/http/action/stream_load.cpp ## @@ -328,6 +328,19 @@

[GitHub] [incubator-doris] worker24h opened a new pull request #1476: We can set param 'load_memtable_bytes' with http header for stream load

2019-07-15 Thread GitBox
worker24h opened a new pull request #1476: We can set param 'load_memtable_bytes' with http header for stream load URL: https://github.com/apache/incubator-doris/pull/1476 We can set param 'load_memtable_bytes' with http header so that it can reduce Version count.