BiteThet commented on a change in pull request #8408:
URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r822382490
##
File path: tools/tpch-tools/run-tpch-queries.sh
##
@@ -0,0 +1,111 @@
+#!/usr/bin/env bash
+# Licensed to the Apache Software Foundation (A
weizuo93 opened a new pull request #8412:
URL: https://github.com/apache/incubator-doris/pull/8412
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Support function `INT YEARWEEK(DATE date, INT week_start, INT
day_in_first_week)`.
* Returns year and we
github-actions[bot] commented on pull request #8409:
URL: https://github.com/apache/incubator-doris/pull/8409#issuecomment-1062664409
--
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
github-actions[bot] commented on pull request #8358:
URL: https://github.com/apache/incubator-doris/pull/8358#issuecomment-1062678595
--
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
HappenLee commented on a change in pull request #8373:
URL: https://github.com/apache/incubator-doris/pull/8373#discussion_r822403837
##
File path: be/src/vec/aggregate_functions/aggregate_function_hll_union_agg.h
##
@@ -52,73 +51,115 @@ struct AggregateFunctionHLLData {
HappenLee commented on a change in pull request #8373:
URL: https://github.com/apache/incubator-doris/pull/8373#discussion_r822408744
##
File path: be/src/vec/aggregate_functions/aggregate_function_hll_union_agg.h
##
@@ -52,73 +51,115 @@ struct AggregateFunctionHLLData {
dongweizhao opened a new issue #8415:
URL: https://github.com/apache/incubator-doris/issues/8415
为了便于快速定位和解决大家的问题,简单定了一个模板大家以后遇到问题按照这个模板提供信息,社区的开发者看到问题之后会很快给出解决方案,并在你的帖子下面回复,这样也便于Doris知识体系的形成,对后面新人使用Doris也是一个非常好的沉淀
## 提问模板
### 问题描述:
```
描述你的问题情况,及引发这个异常的操作
```
dongweizhao closed issue #8415:
URL: https://github.com/apache/incubator-doris/issues/8415
--
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
github-actions[bot] commented on pull request #8410:
URL: https://github.com/apache/incubator-doris/pull/8410#issuecomment-1062689793
--
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
HappenLee commented on a change in pull request #8373:
URL: https://github.com/apache/incubator-doris/pull/8373#discussion_r822418648
##
File path: be/src/vec/aggregate_functions/aggregate_function_hll_union_agg.h
##
@@ -52,73 +51,115 @@ struct AggregateFunctionHLLData {
zbtzbtzbt commented on a change in pull request #8399:
URL: https://github.com/apache/incubator-doris/pull/8399#discussion_r822420441
##
File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp
##
@@ -76,6 +85,27 @@ class SegmentIterator::BitmapRangeIterator {
ret
HackToday opened a new issue #8417:
URL: https://github.com/apache/incubator-doris/issues/8417
### 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
late
morrySnow opened a new issue #8418:
URL: https://github.com/apache/incubator-doris/issues/8418
### 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
HackToday commented on issue #8417:
URL:
https://github.com/apache/incubator-doris/issues/8417#issuecomment-1062731438
@morningman Could someone help check if new code breaks ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
HappenLee commented on pull request #8412:
URL: https://github.com/apache/incubator-doris/pull/8412#issuecomment-1062750496
please support it in vec exec engine too, thank you
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
weizuo93 commented on pull request #8412:
URL: https://github.com/apache/incubator-doris/pull/8412#issuecomment-1062757372
--
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.
T
weizuo93 removed a comment on pull request #8412:
URL: https://github.com/apache/incubator-doris/pull/8412#issuecomment-1062757372
> please support it in vec exec engine too, thank you
I had planned to implement vectorization for this func in another PR. That's
all right, I will add
HackToday commented on issue #8417:
URL:
https://github.com/apache/incubator-doris/issues/8417#issuecomment-1062776518
I used commit `b536c1850fc8e29a11130dd4743796eee261f7dc`, it works, so it
should be a new bug between such two commits
--
This is an automated message from the Apache G
yangzhg merged pull request #8410:
URL: https://github.com/apache/incubator-doris/pull/8410
--
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 f4663ad [improvement](vectorized) Merge block in scanner to speed up
query with conjunct (#8395)
add
yangzhg commented on pull request #8410:
URL: https://github.com/apache/incubator-doris/pull/8410#issuecomment-1062799065
merge it to fix master compile error
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
spaces-X commented on a change in pull request #8234:
URL: https://github.com/apache/incubator-doris/pull/8234#discussion_r822616794
##
File path: be/src/util/quantile_state.cpp
##
@@ -0,0 +1,377 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more cont
taberylyang commented on pull request #8393:
URL: https://github.com/apache/incubator-doris/pull/8393#issuecomment-1062901300
> BTW, Please add an issue including the function and structure design ~
[shared hash
table.docx](https://github.com/apache/incubator-doris/files/8214875/shared.h
cambyzju commented on pull request #8401:
URL: https://github.com/apache/incubator-doris/pull/8401#issuecomment-1062952035
>
yes, I will add some UT in this pr later
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
yiguolei opened a new pull request #8420:
URL: https://github.com/apache/incubator-doris/pull/8420
# Proposed changes
Issue Number: close #8417
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beha
morningman merged pull request #7234:
URL: https://github.com/apache/incubator-doris/pull/7234
--
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 #7196:
URL: https://github.com/apache/incubator-doris/issues/7196
--
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 #8358:
URL: https://github.com/apache/incubator-doris/pull/8358
--
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 #8379:
URL: https://github.com/apache/incubator-doris/pull/8379
--
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 #8378:
URL: https://github.com/apache/incubator-doris/issues/8378
--
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 closed issue #8407:
URL: https://github.com/apache/incubator-doris/issues/8407
--
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 #8409:
URL: https://github.com/apache/incubator-doris/pull/8409
--
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
github-actions[bot] commented on pull request #8420:
URL: https://github.com/apache/incubator-doris/pull/8420#issuecomment-1063543261
--
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
morningman commented on a change in pull request #8305:
URL: https://github.com/apache/incubator-doris/pull/8305#discussion_r823247577
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java
##
@@ -373,6 +373,9 @@ private void toChildrenThrift(Column column,
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 2a43313 [fix] fix compile error (#8410)
add 8eec4bf [feature](thread-local) Add thread local vari
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 8eec4bf [feature](thread-local) Add thread local variable
ThreadContext (#7234)
add 8c84160 [doc
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 8c84160 [doc](vectorized) Add vectorized execution engine docs (#8358)
add 548fde6 [doc] Fix dead
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 548fde6 [doc] Fix dead link in build docker environment in developer
guide (#8379)
add d3d8301 [
yiguolei commented on issue #8417:
URL:
https://github.com/apache/incubator-doris/issues/8417#issuecomment-1063550307
@HackToday Sorry, it's my fault. I have fixed this bug in 8420 pr. I have
tested it on my local machine. Could you please test it?
--
This is an automated message from t
github-actions[bot] commented on pull request #8368:
URL: https://github.com/apache/incubator-doris/pull/8368#issuecomment-1063551174
--
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
morningman merged pull request #8368:
URL: https://github.com/apache/incubator-doris/pull/8368
--
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 array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 30e93e0 [feature-wip](array-type)support select ARRAY data type on
vectorized engine (#8217)
yiguolei closed pull request #8420:
URL: https://github.com/apache/incubator-doris/pull/8420
--
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: commi
yiguolei commented on pull request #8420:
URL: https://github.com/apache/incubator-doris/pull/8420#issuecomment-1063561964
>
--
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
yiguolei removed a comment on pull request #8420:
URL: https://github.com/apache/incubator-doris/pull/8420#issuecomment-1063561964
>
--
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
yiguolei commented on pull request #8420:
URL: https://github.com/apache/incubator-doris/pull/8420#issuecomment-1063562505
>
It is proto buf. Do you mean I could add default value in pb and did not
need to set its valued in my code?
--
This is an automated message from the Apache
github-actions[bot] commented on pull request #8328:
URL: https://github.com/apache/incubator-doris/pull/8328#issuecomment-1063573723
--
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
morningman commented on a change in pull request #8393:
URL: https://github.com/apache/incubator-doris/pull/8393#discussion_r823273769
##
File path: be/src/exprs/shared_hash_table.cpp
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mor
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit b4f227e329f0491e581bb01b3a71c488382d4375
Author: Adonis Ling
AuthorDate: Wed Feb 16 12:44:30 2022 +0800
adonis0147 commented on a change in pull request #8305:
URL: https://github.com/apache/incubator-doris/pull/8305#discussion_r823287292
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java
##
@@ -373,6 +373,9 @@ private void toChildrenThrift(Column column,
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit d041fd0e1a4a5a2c52fcba355c525f6d084a577a
Author: camby <104178...@qq.com>
AuthorDate: Tue Mar 8 20:26:51
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 8dba572bfa817f24cb6f6a22f3d108432afec27e
Author: Adonis Ling
AuthorDate: Thu Mar 10 09:15:48 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
discard b67314d [feature-wip][array-type] Support nested array insertion.
(#8305)
omit 07d16d4 [featu
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/array-type by this push:
new b67314d [feature-wip][arra
morningman merged pull request #8305:
URL: https://github.com/apache/incubator-doris/pull/8305
--
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 array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 5ad647222afc8a31ae1ae03a5ccf7e794bfda196
Author: Adonis Ling
AuthorDate: Fri Feb 18 10:59:57 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 3f74fb619c8f7e514919e712be17a17070ad97ff
Author: Adonis Ling
AuthorDate: Thu Mar 10 10:51:26 2022 +0800
adonis0147 closed issue #8367:
URL: https://github.com/apache/incubator-doris/issues/8367
--
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-
adonis0147 closed issue #8304:
URL: https://github.com/apache/incubator-doris/issues/8304
--
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-
weizuo93 commented on a change in pull request #8387:
URL: https://github.com/apache/incubator-doris/pull/8387#discussion_r823300070
##
File path: be/src/olap/txn_manager.cpp
##
@@ -357,7 +357,7 @@ OLAPStatus TxnManager::delete_txn(OlapMeta* meta,
TPartitionId partition_id,
weizuo93 commented on a change in pull request #8387:
URL: https://github.com/apache/incubator-doris/pull/8387#discussion_r823315857
##
File path: be/src/util/thread_group.h
##
@@ -61,7 +61,7 @@ class ThreadGroup {
template
std::thread* create_thread(F threadfunc)
taberylyang commented on a change in pull request #8393:
URL: https://github.com/apache/incubator-doris/pull/8393#discussion_r823322481
##
File path: be/src/exprs/shared_hash_table.cpp
##
@@ -0,0 +1,166 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mo
huangyuansheng opened a new issue #8421:
URL: https://github.com/apache/incubator-doris/issues/8421
### 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
adonis0147 opened a new pull request #8422:
URL: https://github.com/apache/incubator-doris/pull/8422
## Problem Summary:
Fix compilation error.
## Checklist(Required)
1. Does it affect the original behavior: No
2. Has unit tests been added: No Need
3. Has document
HappenLee commented on a change in pull request #8233:
URL: https://github.com/apache/incubator-doris/pull/8233#discussion_r823328678
##
File path: be/src/vec/exec/join/vhash_join_node.cpp
##
@@ -166,8 +166,58 @@ struct ProcessHashTableProbe {
_items_counts(join_
HappenLee commented on pull request #8412:
URL: https://github.com/apache/incubator-doris/pull/8412#issuecomment-1063646337
> > please support it in vec exec engine too, thank you
>
> I had planned to implement vectorization for this func in another PR.
That's all right, I will add v
caiconghui opened a new pull request #8423:
URL: https://github.com/apache/incubator-doris/pull/8423
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beha
hf200012 merged pull request #13:
URL: https://github.com/apache/incubator-doris-spark-connector/pull/13
--
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 268567f [chore]
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/array-type by this push:
new 8278759 [feature-wip][arra
morningman merged pull request #8422:
URL: https://github.com/apache/incubator-doris/pull/8422
--
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
hf200012 commented on a change in pull request #8408:
URL: https://github.com/apache/incubator-doris/pull/8408#discussion_r822529348
##
File path: tools/tpch-tools/README.md
##
@@ -0,0 +1,15 @@
+## Usage
Review comment:
add License head
--
This is an automated mess
github-actions[bot] commented on pull request #8403:
URL: https://github.com/apache/incubator-doris/pull/8403#issuecomment-1063669295
--
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
github-actions[bot] commented on pull request #8408:
URL: https://github.com/apache/incubator-doris/pull/8408#issuecomment-1063669556
--
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
yangjun616 opened a new pull request #8424:
URL: https://github.com/apache/incubator-doris/pull/8424
typo
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the o
bridgeDream opened a new pull request #18:
URL: https://github.com/apache/incubator-doris-flink-connector/pull/18
## Problem Summary:
目前,dorisSink 刷入 batch 的时机依赖 "batchSize" 和
"batchIntervalMs",一般情形下是能够符合预期的;但是当数据源流量或者单条消息数据量极大时,可能会造成单个 batch
的数据很大,进而会导致数据刷入 doris 时长时间阻塞影响实时性能,甚至请求 BE 超
wangbo commented on a change in pull request #8423:
URL: https://github.com/apache/incubator-doris/pull/8423#discussion_r823358665
##
File path:
fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java
##
@@ -793,19 +793,7 @@ public void finishTransact
caiconghui commented on a change in pull request #8423:
URL: https://github.com/apache/incubator-doris/pull/8423#discussion_r823366808
##
File path:
fe/fe-core/src/main/java/org/apache/doris/transaction/DatabaseTransactionMgr.java
##
@@ -793,19 +793,7 @@ public void finishTran
yangzhg opened a new pull request #8425:
URL: https://github.com/apache/incubator-doris/pull/8425
# Proposed changes
1. comment librdkafka `rd_assert(thrd_is_current(rkb->rkb_thread));` to
avoid core dump
2. upgrade arrow to 7.0.0
3. upgrade aws sdk to 1.9
## Problem Su
caiconghui opened a new issue #8426:
URL: https://github.com/apache/incubator-doris/issues/8426
### 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
mas
EmmyMiao87 commented on pull request #8371:
URL: https://github.com/apache/incubator-doris/pull/8371#issuecomment-1063719413
Please change the comment title ~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
github-actions[bot] commented on pull request #8371:
URL: https://github.com/apache/incubator-doris/pull/8371#issuecomment-1063720119
--
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
emmataobao commented on issue #8331:
URL:
https://github.com/apache/incubator-doris/issues/8331#issuecomment-1063724436
> priority_networks
谢谢,我已经知道我部署的问题在哪里,es的问题我也知道了。我配置参数没有问题,主要部署的测试es是单节点版本所以network.host指向的是docker内部ip,doris的运行逻辑是他会先去拿metadata,他通过我配置的ip端口拿metadata,但是后续的请求会使用metadata
emmataobao closed issue #8331:
URL: https://github.com/apache/incubator-doris/issues/8331
--
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-
awakeljw commented on a change in pull request #8233:
URL: https://github.com/apache/incubator-doris/pull/8233#discussion_r823402079
##
File path: be/src/vec/exec/join/vhash_join_node.cpp
##
@@ -166,8 +166,58 @@ struct ProcessHashTableProbe {
_items_counts(join_n
yiluoya opened a new issue #8427:
URL: https://github.com/apache/incubator-doris/issues/8427
### 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
目前
github-actions[bot] commented on pull request #8233:
URL: https://github.com/apache/incubator-doris/pull/8233#issuecomment-1063734886
--
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
BiteThet opened a new issue #8428:
URL: https://github.com/apache/incubator-doris/issues/8428
### 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
BiteThet opened a new pull request #8429:
URL: https://github.com/apache/incubator-doris/pull/8429
# Proposed changes
Issue Number: close #8428
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original b
caiconghui commented on a change in pull request #8387:
URL: https://github.com/apache/incubator-doris/pull/8387#discussion_r823433069
##
File path: be/src/util/thread_group.h
##
@@ -61,7 +61,7 @@ class ThreadGroup {
template
std::thread* create_thread(F threadfunc
90 matches
Mail list logo