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
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,
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.
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
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
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
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
##
@@ -
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
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
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
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
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
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
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
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
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.
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
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
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
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
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)
-
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)
-
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
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
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
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
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
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
##
@@ -
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
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
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
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
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 @@
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.
34 matches
Mail list logo