github-actions[bot] commented on PR #16655:
URL: https://github.com/apache/doris/pull/16655#issuecomment-1427501236
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
nextdreamblue commented on issue #16534:
URL: https://github.com/apache/doris/issues/16534#issuecomment-1427502287
pr:#16556,just fix some bug about count(),if select like this:
```
select max(user_id) from( select max(user_id), 100 as user_id FROM A )t;
```
will get wrong reso
BePPPower opened a new pull request, #16661:
URL: https://github.com/apache/doris/pull/16661
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [x] Does it affect the original behavior
* [] Has u
mmx1960 opened a new issue, #16662:
URL: https://github.com/apache/doris/issues/16662
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
1.1.3 & 1.2.1
###
github-actions[bot] commented on PR #16661:
URL: https://github.com/apache/doris/pull/16661#issuecomment-1427513244
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
liujunfei2230 opened a new issue, #16663:
URL: https://github.com/apache/doris/issues/16663
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
1.2.1
### W
BePPPower opened a new pull request, #16664:
URL: https://github.com/apache/doris/pull/16664
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
github-actions[bot] commented on PR #16664:
URL: https://github.com/apache/doris/pull/16664#issuecomment-1427520029
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
stalary closed issue #16426: [Bug] execute count from table, Unknown database
'default_cluster:__internal_schema'
URL: https://github.com/apache/doris/issues/16426
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
JackDrogon opened a new issue, #16665:
URL: https://github.com/apache/doris/issues/16665
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
Doris be often co
luguangming commented on issue #16426:
URL: https://github.com/apache/doris/issues/16426#issuecomment-1427531365
Mysql client or fe http request
--
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 th
luguangming commented on issue #16426:
URL: https://github.com/apache/doris/issues/16426#issuecomment-1427532491
> What tool did you use to connect doris?
Mysql client and fe http request
--
This is an automated message from the Apache Git Service.
To respond to the message, please
github-actions[bot] commented on PR #16661:
URL: https://github.com/apache/doris/pull/16661#issuecomment-1427532549
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
luguangming commented on issue #16426:
URL: https://github.com/apache/doris/issues/16426#issuecomment-1427533220
Why we disable statistic tables at version 1.2.0?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
JackDrogon commented on issue #16665:
URL: https://github.com/apache/doris/issues/16665#issuecomment-1427535309
现在工作目录创建iwyu目录,然后使用find导出所有文件列表到iwyu/files_list,然后就可以使用iwyu-patch 从1到n
挨个一个个文件进行清理,关于这些需要挨个文件commit。因为iwyu会过度清理,需要有些添加iwyu guard.
下面是iwyu-patch的示例脚本
```bash
#!/bin
Kikyou1997 opened a new pull request, #1:
URL: https://github.com/apache/doris/pull/1
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427551025
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
morningman commented on issue #16446:
URL: https://github.com/apache/doris/issues/16446#issuecomment-1427556510
> `https://doris.apache.org/en/docs/dev/lakehouse/multi-catalog/jdbc` is not
found.
fixed
--
This is an automated message from the Apache Git Service.
To respond to the m
LizZhang315 opened a new issue, #16667:
URL: https://github.com/apache/doris/issues/16667
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
doris-0.0.0-trunk-1d
XieJiann commented on code in PR #16436:
URL: https://github.com/apache/doris/pull/16436#discussion_r1104164265
##
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java:
##
@@ -99,6 +99,8 @@
*/
public class StatsCalculator extends DefaultPlanVisitor {
github-actions[bot] commented on PR #16661:
URL: https://github.com/apache/doris/pull/16661#issuecomment-1427581540
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
XieJiann commented on code in PR #16436:
URL: https://github.com/apache/doris/pull/16436#discussion_r1104164265
##
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java:
##
@@ -99,6 +99,8 @@
*/
public class StatsCalculator extends DefaultPlanVisitor {
XieJiann commented on code in PR #16436:
URL: https://github.com/apache/doris/pull/16436#discussion_r1104164265
##
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java:
##
@@ -99,6 +99,8 @@
*/
public class StatsCalculator extends DefaultPlanVisitor {
XieJiann commented on code in PR #16436:
URL: https://github.com/apache/doris/pull/16436#discussion_r1104164265
##
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java:
##
@@ -99,6 +99,8 @@
*/
public class StatsCalculator extends DefaultPlanVisitor {
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427600712
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
HappenLee opened a new pull request, #16668:
URL: https://github.com/apache/doris/pull/16668
# Proposed changes
1. remove unless variable :_num_buffered_bytes
2. reduce block allocte byte function calll
## Problem summary
Describe your changes.
## Checklist(Requ
github-actions[bot] commented on PR #16668:
URL: https://github.com/apache/doris/pull/16668#issuecomment-1427608516
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427610505
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16668:
URL: https://github.com/apache/doris/pull/16668#issuecomment-1427614306
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427619890
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427623227
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
eldenmoon opened a new pull request, #16669:
URL: https://github.com/apache/doris/pull/16669
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427626407
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
JackDrogon opened a new pull request, #16670:
URL: https://github.com/apache/doris/pull/16670
# Proposed changes
be gutil contains unary_function/binary_function, but they are removed in
C++17. Fix these for gcc12 to compile be.
--
This is an automated message from the Apache Git S
github-actions[bot] commented on PR #16670:
URL: https://github.com/apache/doris/pull/16670#issuecomment-1427635672
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #16661:
URL: https://github.com/apache/doris/pull/16661#issuecomment-1427640432
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.73 seconds
stream load tsv: 534 seconds loaded 74807831229 Bytes, about 133
MB/s
luguangming commented on issue #16426:
URL: https://github.com/apache/doris/issues/16426#issuecomment-1427643084
[stalary](https://github.com/stalary)
Why is this list closed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
luguangming opened a new issue, #16672:
URL: https://github.com/apache/doris/issues/16672
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
1.2.0
### Wha
github-actions[bot] commented on PR #16670:
URL: https://github.com/apache/doris/pull/16670#issuecomment-1427657795
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 to GitHu
github-actions[bot] commented on PR #16670:
URL: https://github.com/apache/doris/pull/16670#issuecomment-1427657870
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 use the
UR
Tanya-W opened a new pull request, #16673:
URL: https://github.com/apache/doris/pull/16673
# Proposed changes
Issue Number: close #xxx
## Problem summary
1. fix test_add_drop_index.groovy
2. fix assert failed when process alter inverted index call
`OlapBlockDataConver
github-actions[bot] commented on PR #16673:
URL: https://github.com/apache/doris/pull/16673#issuecomment-1427675774
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
morrySnow commented on code in PR #14397:
URL: https://github.com/apache/doris/pull/14397#discussion_r1104245323
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/WindowExpression.java:
##
@@ -0,0 +1,211 @@
+// Licensed to the Apache Software Foundation (ASF
github-actions[bot] commented on code in PR #16383:
URL: https://github.com/apache/doris/pull/16383#discussion_r1104251108
##
be/src/vec/sink/vdata_stream_sender.h:
##
@@ -392,14 +392,32 @@ Status VDataStreamSender::channel_add_rows(Channels&
channels, int num_channels,
re
github-actions[bot] commented on PR #16673:
URL: https://github.com/apache/doris/pull/16673#issuecomment-1427680157
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
morrySnow commented on code in PR #14397:
URL: https://github.com/apache/doris/pull/14397#discussion_r1104253370
##
regression-test/suites/nereids_syntax_p0/window_function.groovy:
##
@@ -0,0 +1,121 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more co
github-actions[bot] commented on PR #16579:
URL: https://github.com/apache/doris/pull/16579#issuecomment-1427693724
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 use the
UR
github-actions[bot] commented on PR #16579:
URL: https://github.com/apache/doris/pull/16579#issuecomment-1427693556
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 to GitHu
morrySnow commented on PR #1:
URL: https://github.com/apache/doris/pull/1#issuecomment-142772
add desc in commit msg
--
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 comme
hello-stephen commented on PR #16673:
URL: https://github.com/apache/doris/pull/16673#issuecomment-1427708936
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.09 seconds
stream load tsv: 481 seconds loaded 74807831229 Bytes, about 148
MB/s
github-actions[bot] commented on PR #16668:
URL: https://github.com/apache/doris/pull/16668#issuecomment-1427708656
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 to GitHu
github-actions[bot] commented on PR #16668:
URL: https://github.com/apache/doris/pull/16668#issuecomment-1427708732
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 use the
UR
morrySnow commented on code in PR #14397:
URL: https://github.com/apache/doris/pull/14397#discussion_r1104276282
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/window/Ntile.java:
##
@@ -0,0 +1,82 @@
+// Licensed to the Apache Software Foundation
github-actions[bot] commented on PR #16664:
URL: https://github.com/apache/doris/pull/16664#issuecomment-1427721119
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
streetbaby opened a new issue, #16674:
URL: https://github.com/apache/doris/issues/16674
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
DORIS VERSION : 1.2.1
github-actions[bot] commented on PR #16673:
URL: https://github.com/apache/doris/pull/16673#issuecomment-1427731222
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 use the
UR
jackwener merged PR #16668:
URL: https://github.com/apache/doris/pull/16668
--
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...@doris.ap
This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a34cc6ed23 [Refactor](exchange) Remove unless va
github-actions[bot] commented on PR #16436:
URL: https://github.com/apache/doris/pull/16436#issuecomment-1427767548
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 to GitHu
github-actions[bot] commented on PR #16436:
URL: https://github.com/apache/doris/pull/16436#issuecomment-1427767621
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 use the
UR
luguangming commented on issue #15582:
URL: https://github.com/apache/doris/issues/15582#issuecomment-1427792019
seem like https://github.com/apache/doris/issues/16672 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
github-actions[bot] commented on PR #16621:
URL: https://github.com/apache/doris/pull/16621#issuecomment-1427792770
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #15509:
URL: https://github.com/apache/doris/pull/15509#issuecomment-1427804115
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #16661:
URL: https://github.com/apache/doris/pull/16661#issuecomment-1427810901
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427811472
just test
--
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
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427812488
external
--
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
github-actions[bot] commented on PR #16588:
URL: https://github.com/apache/doris/pull/16588#issuecomment-1427816472
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427817395
external
--
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
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427821894
external
--
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
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427833007
external
--
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
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427834796
external test
--
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 comme
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427846652
external
--
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
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427849102
this will not run
--
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 com
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427849996
this will run external
--
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 specifi
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427852428
external aaa
--
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.
github-actions[bot] commented on PR #16642:
URL: https://github.com/apache/doris/pull/16642#issuecomment-1427856394
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 to GitHu
JNSimba merged PR #16642:
URL: https://github.com/apache/doris/pull/16642
--
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...@doris.apac
This is an automated email from the ASF dual-hosted git repository.
diwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from a34cc6ed23 [Refactor](exchange) Remove unless variable and change
block mem count way (#16668)
add e7af583935 [typo
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from e7af583935 [typo](docs)fix the alter frontend statement description
(#16642)
add 15d9dd114b [Fix](cpp17) fix gu
yiguolei merged PR #16670:
URL: https://github.com/apache/doris/pull/16670
--
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...@doris.apa
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427876834
external
--
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
github-actions[bot] commented on PR #16664:
URL: https://github.com/apache/doris/pull/16664#issuecomment-1427903994
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 to GitHu
github-actions[bot] commented on PR #16664:
URL: https://github.com/apache/doris/pull/16664#issuecomment-1427904056
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 use the
UR
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 15d9dd114b [Fix](cpp17) fix gutil unary_function binary_function for
cpp17 (#16670)
add c620e06f6a [Enhencement
yiguolei merged PR #16664:
URL: https://github.com/apache/doris/pull/16664
--
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...@doris.apa
github-actions[bot] commented on PR #14397:
URL: https://github.com/apache/doris/pull/14397#issuecomment-1427905270
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 to GitHu
github-actions[bot] commented on PR #14397:
URL: https://github.com/apache/doris/pull/14397#issuecomment-1427905391
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 use the
UR
github-actions[bot] commented on PR #16621:
URL: https://github.com/apache/doris/pull/16621#issuecomment-1427907065
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427926000
external
--
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
morrySnow merged PR #14397:
URL: https://github.com/apache/doris/pull/14397
--
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...@doris.ap
This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c620e06f6a [Enhencement](Broker reader)Use smart Pointer instead of
native Pointers in broker reader
add 77a32
github-actions[bot] commented on PR #16633:
URL: https://github.com/apache/doris/pull/16633#issuecomment-1427940852
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427942919
external
--
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
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427943862
this run external
--
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 com
github-actions[bot] commented on PR #16633:
URL: https://github.com/apache/doris/pull/16633#issuecomment-1427944003
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427945556
external run
--
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 commen
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427947575
external run
--
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.
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427947823
run external run
--
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 comm
github-actions[bot] commented on PR #16673:
URL: https://github.com/apache/doris/pull/16673#issuecomment-1427956332
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
ZhangGuoqiang666 commented on PR #16660:
URL: https://github.com/apache/doris/pull/16660#issuecomment-1427963077
external aaa
--
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.
1 - 100 of 273 matches
Mail list logo