yangzhg commented on a change in pull request #6918:
URL: https://github.com/apache/incubator-doris/pull/6918#discussion_r736117280
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -597,6 +597,24 @@ BooleanVal
BitmapFunctions::bitmap_has_any(FunctionContext* ctx, const Str
yangzhg commented on a change in pull request #6912:
URL: https://github.com/apache/incubator-doris/pull/6912#discussion_r736119084
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -489,6 +489,15 @@ StringVal BitmapFunctions::bitmap_and(FunctionContext*
ctx, const StringVa
yangzhg commented on a change in pull request #6910:
URL: https://github.com/apache/incubator-doris/pull/6910#discussion_r736120035
##
File path:
docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_and_not.md
##
@@ -0,0 +1,48 @@
+---
+{
+"title": "bitmap_and_not
yangzhg commented on a change in pull request #6910:
URL: https://github.com/apache/incubator-doris/pull/6910#discussion_r736120494
##
File path:
docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_and_not_count.md
##
@@ -0,0 +1,48 @@
+---
+{
+"title": "bitmap_a
morningman commented on a change in pull request #6932:
URL: https://github.com/apache/incubator-doris/pull/6932#discussion_r736123481
##
File path: be/src/olap/schema_change.cpp
##
@@ -1184,6 +1196,16 @@ OLAPStatus
SchemaChangeWithSorting::process(RowsetReaderSharedPtr rowset
hf200012 opened a new pull request #6933:
URL: https://github.com/apache/incubator-doris/pull/6933
Best Practices,Use Flink CDC to realize real-time MySQL data into Apache
Doris
## Proposed changes
Describe the big picture of your changes here to communicate to the
mainta
zhangstar333 commented on a change in pull request #6912:
URL: https://github.com/apache/incubator-doris/pull/6912#discussion_r736162932
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -489,6 +489,15 @@ StringVal BitmapFunctions::bitmap_and(FunctionContext*
ctx, const Str
qidaye commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r736193796
##
File path: be/src/util/bitmap_value.h
##
@@ -1439,6 +1439,29 @@ class BitmapValue {
return ss.str();
}
+/**
+ * Return n
qidaye commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r736193905
##
File path: be/src/util/bitmap_value.h
##
@@ -1439,6 +1439,29 @@ class BitmapValue {
return ss.str();
}
+/**
+ * Return n
ZhikaiZuo opened a new pull request #6934:
URL: https://github.com/apache/incubator-doris/pull/6934
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature req
GoGoWen commented on a change in pull request #6932:
URL: https://github.com/apache/incubator-doris/pull/6932#discussion_r736205735
##
File path: be/src/olap/schema_change.cpp
##
@@ -1184,6 +1196,16 @@ OLAPStatus
SchemaChangeWithSorting::process(RowsetReaderSharedPtr rowset_re
ZhikaiZuo opened a new pull request #6935:
URL: https://github.com/apache/incubator-doris/pull/6935
## Proposed changes
The original code logic will save all the write data of a batch in the same
plain page, which makes the seek performance bad.
## Types of changes
What typ
fengcharles closed issue #6777:
URL: https://github.com/apache/incubator-doris/issues/6777
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits
yangzhg opened a new pull request #6920:
URL: https://github.com/apache/incubator-doris/pull/6920
## Proposed changes
optimize the output error message when parsing batch delete statment, hide
the delete sign column
## Types of changes
What types of changes does your co
BiteThet opened a new issue #6921:
URL: https://github.com/apache/incubator-doris/issues/6921
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
m
luzhijing opened a new pull request #6922:
URL: https://github.com/apache/incubator-doris/pull/6922
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature req
BiteThet opened a new pull request #6923:
URL: https://github.com/apache/incubator-doris/pull/6923
## Proposed changes
#6921
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [X] Bugfix (non
morningman commented on a change in pull request #6923:
URL: https://github.com/apache/incubator-doris/pull/6923#discussion_r735497121
##
File path: be/src/runtime/fragment_mgr.cpp
##
@@ -811,14 +812,21 @@ Status FragmentMgr::apply_filter(const
PPublishFilterRequest* request,
github-actions[bot] commented on pull request #6922:
URL: https://github.com/apache/incubator-doris/pull/6922#issuecomment-950813775
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
morningman opened a new issue #6924:
URL: https://github.com/apache/incubator-doris/issues/6924
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
morningman opened a new pull request #6925:
URL: https://github.com/apache/incubator-doris/pull/6925
## Proposed changes
This CL mainly changes:
1. Add star schema benchmark tools in `tools/ssb-tools`, for user to easy
load and test with SSB data set.
2. Disable the segment
qidaye commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r735549035
##
File path: be/test/exprs/bitmap_function_test.cpp
##
@@ -446,6 +446,40 @@ TEST_F(BitmapFunctionsTest, bitmap_from_string) {
}
}
+TEST_F(
qidaye commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r735549144
##
File path:
docs/zh-CN/sql-reference/sql-functions/bitmap-functions/bitmap_subset_in_range.md
##
@@ -0,0 +1,57 @@
+---
+{
+"title": "bitmap_
qidaye commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r735549308
##
File path: be/src/util/bitmap_value.h
##
@@ -1439,6 +1439,29 @@ class BitmapValue {
return ss.str();
}
+/**
+ * Return n
qidaye commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r735549416
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -597,6 +597,25 @@ BooleanVal
BitmapFunctions::bitmap_has_any(FunctionContext* ctx, const Stri
morningman opened a new issue #6926:
URL: https://github.com/apache/incubator-doris/issues/6926
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
tru
GoGoWen opened a new issue #6927:
URL: https://github.com/apache/incubator-doris/issues/6927
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
0.13
xinyiZzz commented on pull request #6925:
URL: https://github.com/apache/incubator-doris/pull/6925#issuecomment-950963638
segment cache LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
GoGoWen opened a new pull request #6928:
URL: https://github.com/apache/incubator-doris/pull/6928
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature reque
GoGoWen closed pull request #6928:
URL: https://github.com/apache/incubator-doris/pull/6928
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commit
github-actions[bot] commented on pull request #6920:
URL: https://github.com/apache/incubator-doris/pull/6920#issuecomment-951493456
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
dh-cloud opened a new pull request #6929:
URL: https://github.com/apache/incubator-doris/pull/6929
when be has excepiton, fe doesn't log the BackendHbResponse info, so we
can't know which be has exception
the exception log is:
`WARN (heartbeat mgr|31) [HeartbeatMgr.runAfterCatalog
github-actions[bot] commented on pull request #6929:
URL: https://github.com/apache/incubator-doris/pull/6929#issuecomment-951498960
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
github-actions[bot] commented on pull request #6923:
URL: https://github.com/apache/incubator-doris/pull/6923#issuecomment-951499284
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
github-actions[bot] commented on pull request #6919:
URL: https://github.com/apache/incubator-doris/pull/6919#issuecomment-951499482
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
GoGoWen opened a new pull request #6932:
URL: https://github.com/apache/incubator-doris/pull/6932
## Proposed changes
schema change fail as memory allocation fail on row block sorting, however,
it should do internal sorting first before schema change fail as memory
allocation fail on r
yangzhg commented on a change in pull request #6925:
URL: https://github.com/apache/incubator-doris/pull/6925#discussion_r736105562
##
File path: be/src/exec/tablet_sink.h
##
@@ -191,15 +192,20 @@ class NodeChannel {
}
int64_t node_id() const { return _node_id; }
-
morningman commented on a change in pull request #6925:
URL: https://github.com/apache/incubator-doris/pull/6925#discussion_r736111823
##
File path: tools/ssb-tools/doris-cluster.conf
##
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more c
chovy-3012 closed pull request #6877:
URL: https://github.com/apache/incubator-doris/pull/6877
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: com
yangzhg commented on a change in pull request #6917:
URL: https://github.com/apache/incubator-doris/pull/6917#discussion_r736113793
##
File path: be/src/util/bitmap_value.h
##
@@ -1439,6 +1439,29 @@ class BitmapValue {
return ss.str();
}
+/**
+ * Return
40 matches
Mail list logo