amosbird opened a new pull request, #9824:
URL: https://github.com/apache/incubator-doris/pull/9824
## Problem Summary:
Fix some memory leak issues in vectorized engine.
## Checklist(Required)
1. Does it affect the original behavior: (No)
2. Has unit tests been added:
jackwener commented on code in PR #9822:
URL: https://github.com/apache/incubator-doris/pull/9822#discussion_r884078005
##
fe/fe-core/src/main/java/org/apache/doris/backup/AbstractJob.java:
##
@@ -87,7 +87,7 @@ protected AbstractJob(JobType type, String label, long dbId,
String
dataroaring commented on code in PR #9727:
URL: https://github.com/apache/incubator-doris/pull/9727#discussion_r884074140
##
be/src/util/faststring.cc:
##
@@ -37,18 +37,20 @@ void faststring::GrowToAtLeast(size_t newcapacity) {
void faststring::GrowArray(size_t newcapacity) {
github-actions[bot] commented on PR #9816:
URL: https://github.com/apache/incubator-doris/pull/9816#issuecomment-1140176531
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
github-actions[bot] commented on PR #9816:
URL: https://github.com/apache/incubator-doris/pull/9816#issuecomment-1140176527
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, please log on
dataroaring opened a new issue, #9823:
URL: https://github.com/apache/incubator-doris/issues/9823
### 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
de
Gabriel39 closed issue #9719: [Bug] core dump when select from table
URL: https://github.com/apache/incubator-doris/issues/9719
--
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.
Jibing-Li commented on code in PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#discussion_r884061876
##
fe/fe-core/src/main/java/org/apache/doris/analysis/Analyzer.java:
##
@@ -626,6 +628,11 @@ public TableRef resolveTableRef(TableRef tableRef) throws
Analysi
This is an automated email from the ASF dual-hosted git repository.
gaodayue 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 4d1e926b6c [feature][config] introduc
gaodayue merged PR #9821:
URL: https://github.com/apache/incubator-doris/pull/9821
--
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-unsubscr...@d
morningman commented on PR #9786:
URL: https://github.com/apache/incubator-doris/pull/9786#issuecomment-1140136621
Currently, Doris has row policy and storage policy.
But they all apply to the table granularity, actually they can both called
table policy.
So I think it is not suitable
morningman commented on code in PR #9786:
URL: https://github.com/apache/incubator-doris/pull/9786#discussion_r884050084
##
fe/fe-core/src/main/java/org/apache/doris/policy/Policy.java:
##
@@ -18,79 +18,61 @@
package org.apache.doris.policy;
import org.apache.doris.analysis.
github-actions[bot] commented on PR #9778:
URL: https://github.com/apache/incubator-doris/pull/9778#issuecomment-1140133109
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, please log on
github-actions[bot] commented on PR #9821:
URL: https://github.com/apache/incubator-doris/pull/9821#issuecomment-1140133007
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, please log on
github-actions[bot] commented on PR #9821:
URL: https://github.com/apache/incubator-doris/pull/9821#issuecomment-1140133013
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
morningman commented on code in PR #9778:
URL: https://github.com/apache/incubator-doris/pull/9778#discussion_r884049148
##
regression-test/conf/regression-conf.groovy:
##
@@ -28,7 +28,7 @@ feHttpAddress = "127.0.0.1:8030"
feHttpUser = "root"
feHttpPassword = ""
-beHttpAddre
Vikasss7663 commented on issue #9775:
URL:
https://github.com/apache/incubator-doris/issues/9775#issuecomment-1139766728
I don't feel like it's my first pr 🤣
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
Vikasss7663 opened a new pull request, #9822:
URL: https://github.com/apache/incubator-doris/pull/9822
# Proposed changes
Removing redundant this, since it is required mostly in constructor.
Issue Number: #9775
## Problem Summary:
### Before pr:
```
publ
Vikasss7663 commented on issue #9775:
URL:
https://github.com/apache/incubator-doris/issues/9775#issuecomment-1139753437
can you help me with what should I write in PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
morrySnow commented on code in PR #9739:
URL: https://github.com/apache/incubator-doris/pull/9739#discussion_r883719449
##
fe/fe-core/src/main/java/org/apache/doris/rewrite/RewriteInPredicateRule.java:
##
@@ -0,0 +1,115 @@
+// Licensed to the Apache Software Foundation (ASF) und
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/dev-1.0.1 by this push:
new 96ad450eac [hotfix](expr) fix
morningman merged PR #9820:
URL: https://github.com/apache/incubator-doris/pull/9820
--
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-unsubscr...
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit d2a8a399be2024e0429fff677f38a11198f215e3
Author: Luwei <814383...@qq.com>
AuthorDate: Fri May 27 20:44:26
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 5bfc8e9cb1b4cb98168cd979f07d9c4e1650e5eb
Author: Kang
AuthorDate: Fri May 27 21:56:18 2022 +0800
[f
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit d0c4b5c503ffea1b41566e01126ad6522ab11e98
Author: Mingyu Chen
AuthorDate: Thu May 26 08:42:09 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 0dce0ff70c3f4350a0419ac1c609e4a9db0e3242
Author: Yongqiang YANG <98214048+dataroar...@users.noreply.githu
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from d752946faa [hotfix] fix load with close wait failed error
new d0c4b5c503 [fix](resource-tag) Cons
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 1cc0693a00e0f843ac799f2b8a8df829d369f6f6
Author: Zhengguo Yang
AuthorDate: Wed May 25 18:22:37 2022 +080
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit e34be8663dcd13f188d92a795955f70a63174d56
Author: jacktengg <18241664+jackte...@users.noreply.github.com>
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 37410280c8be2dc50ec155d3270456f48de2acc9
Author: Stalary
AuthorDate: Thu May 26 22:43:18 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 93f0d50bc66c0a960a04b0de0ec75f6c50c17f6f
Author: pengxiangyu
AuthorDate: Fri May 27 21:58:09 2022 +0800
gaodayue opened a new pull request, #9821:
URL: https://github.com/apache/incubator-doris/pull/9821
# Proposed changes
Make shard size of storage page cache configurable. The current hardcode
value `16` is not sufficient when deploying doris on larger machine.
## Problem Summar
carlvinhust2012 commented on code in PR #9814:
URL: https://github.com/apache/incubator-doris/pull/9814#discussion_r883669025
##
docs/zh-CN/admin-manual/data-admin/backup.md:
##
@@ -141,10 +141,21 @@ BACKUP的更多用法可参考
[这里](../../sql-manual/sql-reference/Data-Defi
## 重点说明
1. 备份
morningman merged PR #9785:
URL: https://github.com/apache/incubator-doris/pull/9785
--
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-unsubscr...
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 cfe640c37b [doc] Add a note about t
morningman closed issue #9784: [Enhancement][doc] Add a note about the version
of checkstyle
URL: https://github.com/apache/incubator-doris/issues/9784
--
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 t
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 ee1bed46be [config] Add backend_rpc
morningman merged PR #9779:
URL: https://github.com/apache/incubator-doris/pull/9779
--
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-unsubscr...
morningman closed pull request #9488: fix test compile error in
vtablet_sink_test.cpp when use clang
URL: https://github.com/apache/incubator-doris/pull/9488
--
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 t
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 77de4869ed [doc] website document u
morningman merged PR #9776:
URL: https://github.com/apache/incubator-doris/pull/9776
--
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-unsubscr...
morningman merged PR #9747:
URL: https://github.com/apache/incubator-doris/pull/9747
--
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-unsubscr...
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 efdb3b79a5 [feature] add zstd compr
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 b2c2cdb122 [feature] Support compre
morningman closed issue #8427: 压缩算法加强[Enhancement]
URL: https://github.com/apache/incubator-doris/issues/8427
--
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
morningman merged PR #8923:
URL: https://github.com/apache/incubator-doris/pull/8923
--
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-unsubscr...
yixiutt opened a new pull request, #9820:
URL: https://github.com/apache/incubator-doris/pull/9820
too big to merge to 1.0.1
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Do
jackwener commented on issue #9775:
URL:
https://github.com/apache/incubator-doris/issues/9775#issuecomment-1139602361
you can spilt them into multiple PR
VISHAL SINGH ***@***.***> 于 2022年5月27日周五 19:15写道:
> I have removed from these 7 packages, should I create pr now or after
github-actions[bot] commented on PR #9783:
URL: https://github.com/apache/incubator-doris/pull/9783#issuecomment-1139595358
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
github-actions[bot] commented on PR #9783:
URL: https://github.com/apache/incubator-doris/pull/9783#issuecomment-1139595325
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, please log on
github-actions[bot] commented on PR #9796:
URL: https://github.com/apache/incubator-doris/pull/9796#issuecomment-1139588084
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, please log on
github-actions[bot] commented on PR #9796:
URL: https://github.com/apache/incubator-doris/pull/9796#issuecomment-1139588115
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 ea4eaf1411 [doc] fix typos in bloo
dataroaring merged PR #9806:
URL: https://github.com/apache/incubator-doris/pull/9806
--
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-unsubscr..
This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 af2cfa2db4 [fix] Fix bug of bloom
dataroaring merged PR #9802:
URL: https://github.com/apache/incubator-doris/pull/9802
--
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-unsubscr..
dataroaring closed issue #9800: [Bug] Low cardinality dictionary bloom filter
calculates hash value incorrectly
URL: https://github.com/apache/incubator-doris/issues/9800
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 a52e91a140 [chore] Update .gitigno
dataroaring merged PR #9782:
URL: https://github.com/apache/incubator-doris/pull/9782
--
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-unsubscr..
dataroaring closed issue #9781: [Enhancement] Need to ignore generated files in
tools by updating .gitignore
URL: https://github.com/apache/incubator-doris/issues/9781
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
github-actions[bot] commented on PR #9782:
URL: https://github.com/apache/incubator-doris/pull/9782#issuecomment-1139583525
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
github-actions[bot] commented on PR #9782:
URL: https://github.com/apache/incubator-doris/pull/9782#issuecomment-1139583485
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, please log on
github-actions[bot] commented on PR #9817:
URL: https://github.com/apache/incubator-doris/pull/9817#issuecomment-1139581259
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
github-actions[bot] commented on PR #9817:
URL: https://github.com/apache/incubator-doris/pull/9817#issuecomment-1139581221
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, please log on
morrySnow opened a new pull request, #9819:
URL: https://github.com/apache/incubator-doris/pull/9819
# Proposed changes
This PR try to remove redundant conjuncts on plan node when generate Single
Node Plan
## Problem Summary:
Currently, Doris cannot remove redundant expr
dataroaring opened a new pull request, #9818:
URL: https://github.com/apache/incubator-doris/pull/9818
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Be core dump when handle delete predicates on key.
## Checklist(Required)
1. Does it affect
BiteThet commented on PR #9816:
URL: https://github.com/apache/incubator-doris/pull/9816#issuecomment-1139523815
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 specific comment.
To
Vikasss7663 commented on issue #9775:
URL:
https://github.com/apache/incubator-doris/issues/9775#issuecomment-1139522715
I have removed from these 7 packages, should I create pr now or after doing
in all packages because that would be huge.
1. alter
2. analysis
3. backup
4.
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8b7481172b 2
8b7481172b i
stalary commented on PR #9786:
URL: https://github.com/apache/incubator-doris/pull/9786#issuecomment-1139489259
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 specific comment.
To unsu
yangzhg opened a new pull request, #9815:
URL: https://github.com/apache/incubator-doris/pull/9815
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
fix some compatible problems on old linux distributions
## Checklist(Required)
1. Does it affect t
caoliang-web opened a new pull request, #9814:
URL: https://github.com/apache/incubator-doris/pull/9814
## Problem Summary:
Add common error messages to doris backup
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No/I Don't know)
2. Has unit tests
morningman commented on PR #9812:
URL: https://github.com/apache/incubator-doris/pull/9812#issuecomment-1139481503
> Maybe we should add `getStatistics` interface to the `ExternalDataSource`
class?
Agree!
--
This is an automated message from the Apache Git Service.
To respond to t
Gabriel39 commented on PR #9812:
URL: https://github.com/apache/incubator-doris/pull/9812#issuecomment-1139480163
Maybe we should add `getStatistics` interface to the `ExternalDataSource`
class?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
from 9996601c10 [chore] update node memory limit to 4g
new 9b848da23c JavaScript heap out of me
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-website.git
commit 1b95b4551db993f4a68f52510d3f0ccb6b60ca29
Merge: 9b848da23c 9996601c10
Author: jiafeng.zhang
Autho
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-website.git
commit 774b3c9e661814e3042eb82182f492cff07e6646
Author: jiafeng.zhang
AuthorDate: Fri May 27 18:13:54 20
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-website.git
commit 9b848da23cba1f8ef700dc23720de577b2ed3349
Author: jiafeng.zhang
AuthorDate: Fri May 27 18:07:39 20
morningman opened a new issue, #9813:
URL: https://github.com/apache/incubator-doris/issues/9813
### 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, #9812:
URL: https://github.com/apache/incubator-doris/pull/9812
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Proposal can be found here:
[DSIP-014](https://cwiki.apache.org/confluence/display/DORIS/DSIP-014%3A+Mult
chenlinzhong commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883448478
##
be/src/common/config.h:
##
@@ -743,6 +743,9 @@ CONF_Int32(object_pool_buffer_size, "100");
// ParquetReaderWrap prefetch buffer size
CONF_Int32(parquet
BiteThet opened a new pull request, #9811:
URL: https://github.com/apache/incubator-doris/pull/9811
# Proposed changes
This pr is part of #9375, included some refactorings or interface additions.
## Problem Summary:
Describe the overview of changes.
## Checklis
BiteThet opened a new issue, #9810:
URL: https://github.com/apache/incubator-doris/issues/9810
### 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
hf200012 closed pull request #9480: [fix] compile doc
URL: https://github.com/apache/incubator-doris/pull/9480
--
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.git
The following commit(s) were added to refs/heads/master by this push:
new b2b9463537 [doc] Updated the comp
hf200012 merged PR #9702:
URL: https://github.com/apache/incubator-doris/pull/9702
--
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-unsubscr...@d
adonis0147 commented on PR #9767:
URL: https://github.com/apache/incubator-doris/pull/9767#issuecomment-1139431200
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 specific comment.
To u
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.git
The following commit(s) were added to refs/heads/master by this push:
new 8019da4504 fix the format error o
hf200012 merged PR #9756:
URL: https://github.com/apache/incubator-doris/pull/9756
--
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-unsubscr...@d
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from b07004e2f7 [fix]Documentation fixes (#9787)
add dbc2feb31a modify bloomfilter.md (#9798)
No new r
hf200012 merged PR #9798:
URL: https://github.com/apache/incubator-doris/pull/9798
--
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-unsubscr...@d
github-actions[bot] commented on PR #9806:
URL: https://github.com/apache/incubator-doris/pull/9806#issuecomment-1139431027
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
github-actions[bot] commented on PR #9806:
URL: https://github.com/apache/incubator-doris/pull/9806#issuecomment-1139430999
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, please log on
adonis0147 commented on PR #9767:
URL: https://github.com/apache/incubator-doris/pull/9767#issuecomment-1139430472
Ok, you didn't use the snapshot in the English docs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
jackwener commented on PR #9767:
URL: https://github.com/apache/incubator-doris/pull/9767#issuecomment-1139421967
> Hi @jackwener , would you like to translate the notes in English and use
them in snapshot (idea-checkstyle-plugin.png)?
I think it's unnecessary, because English doc is
adonis0147 commented on PR #9767:
URL: https://github.com/apache/incubator-doris/pull/9767#issuecomment-1139420175
Hi @jackwener , would you like to translate the notes in English and use
them in snapshot (idea-checkstyle-plugin.png)?
--
This is an automated message from the Apache Git Se
dujl commented on PR #9752:
URL: https://github.com/apache/incubator-doris/pull/9752#issuecomment-1139416878
@morningman @Jibing-Li please help to review
--
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
adonis0147 opened a new pull request, #9809:
URL: https://github.com/apache/incubator-doris/pull/9809
# Proposed changes
Issue Number: close #9808
## Problem Summary:
Please refer to #9808 .
## Checklist(Required)
1. Does it affect the original behavior: No
adonis0147 opened a new issue, #9808:
URL: https://github.com/apache/incubator-doris/issues/9808
### 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
yangzhg commented on code in PR #9804:
URL: https://github.com/apache/incubator-doris/pull/9804#discussion_r883375187
##
be/src/agent/task_worker_pool.cpp:
##
@@ -717,7 +719,18 @@ void
TaskWorkerPool::_publish_version_worker_thread_callback() {
<< ", e
1 - 100 of 101 matches
Mail list logo