666chaoge666 opened a new issue #7201:
URL: https://github.com/apache/incubator-doris/issues/7201
### 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
Henry2SS opened a new issue #7202:
URL: https://github.com/apache/incubator-doris/issues/7202
### 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
A
hf200012 commented on issue #7201:
URL:
https://github.com/apache/incubator-doris/issues/7201#issuecomment-976308136
Which version are you using, Spark connector, and Doris Version number
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
zhengshiJ commented on issue #7096:
URL:
https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378106
1. 注册一个新的规则InferFiltersrule,添加到GlobalState中。
2. 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。
3. 利用Warshall算法推断出全部的等值连接
4. 构造出额外的数值连接和isNullPredicate
1. R
zhengshiJ removed a comment on issue #7096:
URL:
https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378106
1. 注册一个新的规则InferFiltersrule,添加到GlobalState中。
2. 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。
3. 利用Warshall算法推断出全部的等值连接
4. 构造出额外的数值连接和isNullPredicate
zhengshiJ commented on issue #7096:
URL:
https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378548
1. 注册一个新的规则InferFiltersrule,添加到GlobalState中。
2. 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。
3.利用Warshall推理出全部的等值连接
4.构造出额外的数值连接和isNullPredicate
1. R
zhengshiJ edited a comment on issue #7096:
URL:
https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378548
- 注册一个新的规则InferFiltersrule,添加到GlobalState中。
- 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。
- 利用Warshall推理出全部的等值连接
- 构造出额外的数值连接和isNullPredicate
github-actions[bot] commented on pull request #7197:
URL: https://github.com/apache/incubator-doris/pull/7197#issuecomment-976402054
--
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
hnwkz opened a new issue #7203:
URL: https://github.com/apache/incubator-doris/issues/7203
### 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
doris集群版
hf200012 commented on issue #7203:
URL:
https://github.com/apache/incubator-doris/issues/7203#issuecomment-976405340
你需要手动开启http v2
--
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
GoGoWen opened a new issue #7204:
URL: https://github.com/apache/incubator-doris/issues/7204
### 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
v0.14
github-actions[bot] commented on pull request #6979:
URL: https://github.com/apache/incubator-doris/pull/6979#issuecomment-976412300
--
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 commented on a change in pull request #7180:
URL: https://github.com/apache/incubator-doris/pull/7180#discussion_r755031800
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -1238,6 +1238,13 @@ private void handleInsertStmt() throws E
yangzhg commented on a change in pull request #7134:
URL: https://github.com/apache/incubator-doris/pull/7134#discussion_r755040230
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java
##
@@ -346,6 +346,16 @@ private void
updateLoadingStatus(
yangzhg commented on a change in pull request #7134:
URL: https://github.com/apache/incubator-doris/pull/7134#discussion_r755040705
##
File path: be/src/exec/tablet_sink.cpp
##
@@ -707,13 +707,15 @@ Status OlapTableSink::open(RuntimeState* state) {
Status OlapTableSink::send
GoGoWen opened a new pull request #7205:
URL: https://github.com/apache/incubator-doris/pull/7205
## Proposed changes
this pr is going to Fix #7204.
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
hnwkz commented on issue #7203:
URL:
https://github.com/apache/incubator-doris/issues/7203#issuecomment-976485900
>
> 你需要手动开启http v2
感谢回复,上面已经描述过,开启了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
hnwkz commented on issue #7203:
URL:
https://github.com/apache/incubator-doris/issues/7203#issuecomment-976486539
> 你需要手动开启http v2

--
This is an automated message f
hf200012 commented on issue #7203:
URL:
https://github.com/apache/incubator-doris/issues/7203#issuecomment-976494952
你是0.13哪个版本,如果是社区版本,那么久没有包含http v2,v2是在百度发行版0.13.12之后才有
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
morningman commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755108387
##
File path: be/src/service/doris_main.cpp
##
@@ -275,6 +276,9 @@ int main(int argc, char** argv) {
#if defined(LEAK_SANITIZER)
__ls
morningman commented on a change in pull request #7145:
URL: https://github.com/apache/incubator-doris/pull/7145#discussion_r755138282
##
File path: be/src/exec/exec_node.h
##
@@ -135,6 +135,12 @@ class ExecNode {
// each implementation should start out by calling the defa
github-actions[bot] commented on pull request #7134:
URL: https://github.com/apache/incubator-doris/pull/7134#issuecomment-976566681
--
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 commented on a change in pull request #7157:
URL: https://github.com/apache/incubator-doris/pull/7157#discussion_r755154962
##
File path: be/src/exprs/json_functions.cpp
##
@@ -412,41 +419,47 @@ rapidjson::Value*
JsonFunctions::get_json_object_from_parsed_json(
caiconghui opened a new issue #7206:
URL: https://github.com/apache/incubator-doris/issues/7206
### 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
aihai opened a new pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207
## Proposed changes
add BATCH DELETE support
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [ ]
doudianer opened a new issue #7209:
URL: https://github.com/apache/incubator-doris/issues/7209
### 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
Dori
morningman commented on issue #7209:
URL:
https://github.com/apache/incubator-doris/issues/7209#issuecomment-976695694
-235 means load frequency is too high. But Spark-connector does not have a
config to modify the interval of loading batch.
--
This is an automated message from the Apac
morningman commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755235863
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ publ
morningman commented on pull request #7205:
URL: https://github.com/apache/incubator-doris/pull/7205#issuecomment-976713949
I got your point. and it looks good to me.
but the example you give in #7204 seem not correct? Neither `create table
stmt` nor `query` are related to MAX or MIN.
morningman commented on pull request #7194:
URL: https://github.com/apache/incubator-doris/pull/7194#issuecomment-976726111
Hi @anneji-dev thanks for you PR.
But didn't get the point.
I tested with MySQL, it does not return errors, but an empty result set with
warnings.
And in
aihai commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755629441
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ public Bu
anneji-dev commented on pull request #7194:
URL: https://github.com/apache/incubator-doris/pull/7194#issuecomment-977386234
I use mysql 8.0 release,result as follows:

aihai commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755634973
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ public Bu
aihai commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755634973
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ public Bu
yangzhg commented on a change in pull request #7151:
URL: https://github.com/apache/incubator-doris/pull/7151#discussion_r755635782
##
File path: be/src/exprs/bitmap_function.cpp
##
@@ -333,10 +333,10 @@ BigIntVal BitmapFunctions::bitmap_count(FunctionContext*
ctx, const Strin
aihai commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755629441
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ public Bu
github-actions[bot] commented on pull request #7151:
URL: https://github.com/apache/incubator-doris/pull/7151#issuecomment-977397290
--
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
yangzhg merged pull request #6979:
URL: https://github.com/apache/incubator-doris/pull/6979
--
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
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from ad0d2b8 [fix](memory) fix bug that ~BitShufflePageDecoder destroys
uninitialized chunk (#7172)
add e
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new d420ff0 display current load bytes to
yangzhg merged pull request #7134:
URL: https://github.com/apache/incubator-doris/pull/7134
--
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
Author: morningman
Date: Wed Nov 24 02:19:02 2021
New Revision: 51058
Log:
Update KEYS
Modified:
release/incubator/doris/KEYS
Modified: release/incubator/doris/KEYS
==
--- release/incubator/doris/KEYS (original)
+++
github-actions[bot] commented on pull request #7151:
URL: https://github.com/apache/incubator-doris/pull/7151#issuecomment-977423480
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from d420ff0 display current load bytes to show load progress, (#7134)
add 4b45b80 [doc] Created commi
morningman merged pull request #7190:
URL: https://github.com/apache/incubator-doris/pull/7190
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new d3c020b [feat-opt](fe-config) Add
morningman merged pull request #7025:
URL: https://github.com/apache/incubator-doris/pull/7025
--
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
morningman closed issue #7053:
URL: https://github.com/apache/incubator-doris/issues/7053
--
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-
morningman merged pull request #7054:
URL: https://github.com/apache/incubator-doris/pull/7054
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from d3c020b [feat-opt](fe-config) Add tablets number limit to void wrong
usage (#7025)
add a74fdf1 [
morningman merged pull request #7109:
URL: https://github.com/apache/incubator-doris/pull/7109
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from a74fdf1 [refactor](be) refactor predicate function creator (#7054)
add 3b98820 [doc] Modify the w
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new e74bfea [chore](clang-format)(lice
morningman merged pull request #7132:
URL: https://github.com/apache/incubator-doris/pull/7132
--
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
morningman closed issue #7158:
URL: https://github.com/apache/incubator-doris/issues/7158
--
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-
morningman merged pull request #7159:
URL: https://github.com/apache/incubator-doris/pull/7159
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from e74bfea [chore](clang-format)(license-eye) Add Clang
Format/Skywalking eyes github action (#7132)
morningman merged pull request #7173:
URL: https://github.com/apache/incubator-doris/pull/7173
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 3fcb3db [fix](vectorized-engine) fix core when
enable_vectorized_engine open (#7159)
add 5a8591a
morningman merged pull request #7174:
URL: https://github.com/apache/incubator-doris/pull/7174
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 5a8591a [doc] add FAQ document (#7173)
add 3fd8148 [doc] Add build-dev image 1.4.2 to compilation
morningman closed issue #7169:
URL: https://github.com/apache/incubator-doris/issues/7169
--
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-
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 3fd8148 [doc] Add build-dev image 1.4.2 to compilation document
(#7174)
add fb5adaf [fix](mem-tr
morningman merged pull request #7181:
URL: https://github.com/apache/incubator-doris/pull/7181
--
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
morningman merged pull request #7197:
URL: https://github.com/apache/incubator-doris/pull/7197
--
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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from fb5adaf [fix](mem-tracker) Fix mem limit -1 in partition aggregate
node (#7181)
add b6a9207 [dep
morningman commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755659544
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ publ
hnwkz commented on issue #7203:
URL:
https://github.com/apache/incubator-doris/issues/7203#issuecomment-977452921
> 你是0.13哪个版本,如果是社区版本,那么久没有包含http v2,v2是在百度发行版0.13.12之后才有
好的,感谢大佬回复,是社区版本,找个时间升级下。
--
This is an automated message from the Apache Git Service.
To respond to the message, p
aihai commented on a change in pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755667293
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java
##
@@ -105,6 +111,25 @@ public Bu
aihai closed pull request #7207:
URL: https://github.com/apache/incubator-doris/pull/7207
--
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-
doudianer commented on issue #7209:
URL:
https://github.com/apache/incubator-doris/issues/7209#issuecomment-977473219
Spark Doris connector does not open this configuration. Do I need to adjust
it based on the source code?
--
This is an automated message from the Apache Git Serv
GoGoWen commented on pull request #7205:
URL: https://github.com/apache/incubator-doris/pull/7205#issuecomment-977473536
> I got your point. and it looks good to me. but the example you give in
#7204 seem not correct? Neither `create table stmt` nor `query` are related to
MAX or MIN.
zuochunwei commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755679625
##
File path: be/src/runtime/exec_env.h
##
@@ -93,6 +93,7 @@ class ExecEnv {
// declarations for classes in scoped_ptrs.
~ExecEnv();
slowmoon commented on issue #5389:
URL:
https://github.com/apache/incubator-doris/issues/5389#issuecomment-977480678
@ddsr-ops same question, do you solve now ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
zuochunwei commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755683145
##
File path: be/src/runtime/tcmalloc_hook.h
##
@@ -0,0 +1,45 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more con
e0c9 closed pull request #5948:
URL: https://github.com/apache/incubator-doris/pull/5948
--
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-u
aihai opened a new pull request #7210:
URL: https://github.com/apache/incubator-doris/pull/7210
## Proposed changes
add BATCH DELETE support
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [ ]
anneji-dev closed pull request #7194:
URL: https://github.com/apache/incubator-doris/pull/7194
--
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
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755730056
##
File path: be/src/runtime/thread_status.h
##
@@ -0,0 +1,78 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contr
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755730939
##
File path: be/src/service/doris_main.cpp
##
@@ -275,6 +276,9 @@ int main(int argc, char** argv) {
#if defined(LEAK_SANITIZER)
__lsan
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755732039
##
File path: be/src/exec/olap_scan_node.cpp
##
@@ -1652,6 +1654,7 @@ void OlapScanNode::scanner_thread(OlapScanner* scanner) {
// and trans
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755732306
##
File path: be/src/runtime/exec_env.h
##
@@ -174,7 +176,8 @@ class ExecEnv {
ClientCache* _broker_client_cache = nullptr;
ClientCache
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755733076
##
File path: be/src/runtime/mem_tracker.cpp
##
@@ -242,26 +243,38 @@ int64_t MemTracker::GetPoolMemReserved() {
return mem_reserved;
}
-
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755735814
##
File path: be/src/runtime/mem_tracker.cpp
##
@@ -242,26 +243,38 @@ int64_t MemTracker::GetPoolMemReserved() {
return mem_reserved;
}
-
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755736706
##
File path: be/src/runtime/exec_env.h
##
@@ -93,6 +93,7 @@ class ExecEnv {
// declarations for classes in scoped_ptrs.
~ExecEnv();
EmmyMiao87 commented on issue #6370:
URL:
https://github.com/apache/incubator-doris/issues/6370#issuecomment-977577440
抽样库 https://datasketches.apache.org/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
yangzhg merged pull request #7151:
URL: https://github.com/apache/incubator-doris/pull/7151
--
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
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from b6a9207 [deps](brpc) fix compile bug that could not find protobuf lib
during compile (#7197)
add c9e
xinyiZzz commented on a change in pull request #7198:
URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755740745
##
File path: be/src/runtime/tcmalloc_hook.h
##
@@ -0,0 +1,45 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contr
yangzhg opened a new pull request #7211:
URL: https://github.com/apache/incubator-doris/pull/7211
## Proposed changes
move orthogonal bitmap udaf as build in functions
add three buildin bitmap functions:
- orthogonal_bitmap_intersect
- orthogonal_bitmap_intersect_count
tinke commented on pull request #6766:
URL: https://github.com/apache/incubator-doris/pull/6766#issuecomment-977590301
@morningman After this pr, can Doris 0.15 be compatible with previous
version like 0.14? Since so many thirdparty libs are upgraded...
--
This is an automated messa
666chaoge666 commented on issue #7201:
URL:
https://github.com/apache/incubator-doris/issues/7201#issuecomment-977596127
Doris Version -- 0.14.13.1
Spark connector-- doris-spark-1.0.0-SNAPSHOT
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
92 matches
Mail list logo