Kikyou1997 commented on code in PR #19323:
URL: https://github.com/apache/doris/pull/19323#discussion_r1186651997
##
docs/zh-CN/docs/query-acceleration/statistics.md:
##
@@ -0,0 +1,888 @@
+---
+{
+"title": "统计信息",
+"language": "zh-CN"
+}
+---
+
+
+
+# 统计信息
+
+## 统计信息简介
+
+在 SQL
github-actions[bot] commented on PR #19170:
URL: https://github.com/apache/doris/pull/19170#issuecomment-1537071701
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
Kikyou1997 commented on code in PR #19323:
URL: https://github.com/apache/doris/pull/19323#discussion_r1186651997
##
docs/zh-CN/docs/query-acceleration/statistics.md:
##
@@ -0,0 +1,888 @@
+---
+{
+"title": "统计信息",
+"language": "zh-CN"
+}
+---
+
+
+
+# 统计信息
+
+## 统计信息简介
+
+在 SQL
github-actions[bot] commented on PR #19123:
URL: https://github.com/apache/doris/pull/19123#issuecomment-1537070970
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
16601746291 commented on issue #19225:
URL: https://github.com/apache/doris/issues/19225#issuecomment-1537070853
> This function code may not be merged in 1.2
Thanks, Which version branch is planned to merge?
--
This is an automated message from the Apache Git Service.
To respond to
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 3f6e5118e6 [enchancement](statistics) support periodic collection of
statistics (#19247)
add 626a4c2ab0 [Regres
yiguolei merged PR #19306:
URL: https://github.com/apache/doris/pull/19306
--
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 #18209:
URL: https://github.com/apache/doris/pull/18209#issuecomment-1537070689
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 #19262:
URL: https://github.com/apache/doris/pull/19262#issuecomment-1537070563
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
yiguolei merged PR #19247:
URL: https://github.com/apache/doris/pull/19247
--
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 #19262:
URL: https://github.com/apache/doris/pull/19262#issuecomment-1537070405
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
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 3287f350de [feature](table) implement the round robin selection be
when create tablet (#19167)
add ccd22c508a [
yiguolei merged PR #19255:
URL: https://github.com/apache/doris/pull/19255
--
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
yiguolei closed issue #19253: [Bug] Failed to build FE on Centos6
URL: https://github.com/apache/doris/issues/19253
--
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 unsubscri
yixiutt commented on code in PR #19262:
URL: https://github.com/apache/doris/pull/19262#discussion_r1186649975
##
fe/fe-core/src/main/java/org/apache/doris/analysis/UpdateStmt.java:
##
@@ -118,13 +118,19 @@ private void constructInsertStmt() {
// limit
yixiutt commented on code in PR #19262:
URL: https://github.com/apache/doris/pull/19262#discussion_r1186649950
##
fe/fe-core/src/main/java/org/apache/doris/analysis/InsertStmt.java:
##
@@ -150,6 +155,21 @@ public InsertStmt(InsertTarget target, String label,
List cols, InsertSo
github-actions[bot] commented on PR #18209:
URL: https://github.com/apache/doris/pull/18209#issuecomment-1537069739
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
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 3287f350de [feature](table) implement the rou
morningman merged PR #19135:
URL: https://github.com/apache/doris/pull/19135
--
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.a
morningman merged PR #19167:
URL: https://github.com/apache/doris/pull/19167
--
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.a
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 83040c8f25 [feature](S3FileWriter) Reduce net
morningman merged PR #19030:
URL: https://github.com/apache/doris/pull/19030
--
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.a
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new ff6e0d3943 [Improvement](meta) support return
freemandealer commented on PR #18874:
URL: https://github.com/apache/doris/pull/18874#issuecomment-1537068905
run beut
--
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 un
Kikyou1997 commented on code in PR #19205:
URL: https://github.com/apache/doris/pull/19205#discussion_r1186649242
##
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##
@@ -1919,5 +1919,20 @@ public class Config extends ConfigBase {
@ConfField(mutable = tru
zhannngchen commented on PR #19017:
URL: https://github.com/apache/doris/pull/19017#issuecomment-1537068815
run buildall
--
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
hello-stephen commented on PR #19333:
URL: https://github.com/apache/doris/pull/19333#issuecomment-1537068753
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.34 seconds
stream load tsv: 428 seconds loaded 74807831229 Bytes, about 166
MB/s
morningman commented on code in PR #18616:
URL: https://github.com/apache/doris/pull/18616#discussion_r1186649165
##
fe/fe-core/src/main/java/org/apache/doris/common/util/S3Util.java:
##
@@ -0,0 +1,64 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
eldenmoon commented on code in PR #18654:
URL: https://github.com/apache/doris/pull/18654#discussion_r1186648677
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -195,6 +197,45 @@ public PhysicalPlanTranslator(PlanTranslator
reswqa commented on PR #19234:
URL: https://github.com/apache/doris/pull/19234#issuecomment-1537066174
> could we do select rollup/mv correctly after we do drop index partition?
Sorry, I don't fully understand what you mean. Do you mean that after
deleting baseIndex, can we still perf
github-actions[bot] commented on PR #19307:
URL: https://github.com/apache/doris/pull/19307#issuecomment-1537064936
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 #19307:
URL: https://github.com/apache/doris/pull/19307#issuecomment-1537064931
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
morningman commented on PR #19307:
URL: https://github.com/apache/doris/pull/19307#issuecomment-1537064808
run buildall
--
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
HHoflittlefish777 commented on PR #18874:
URL: https://github.com/apache/doris/pull/18874#issuecomment-1537064572
run buildall
--
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
morrySnow commented on PR #19234:
URL: https://github.com/apache/doris/pull/19234#issuecomment-1537064250
could we do select rollup/mv correctly after we do drop index partition?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
github-actions[bot] commented on PR #19123:
URL: https://github.com/apache/doris/pull/19123#issuecomment-1537062115
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 #19123:
URL: https://github.com/apache/doris/pull/19123#issuecomment-1537062108
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
yiguolei commented on PR #19332:
URL: https://github.com/apache/doris/pull/19332#issuecomment-1537062073
run buildall
--
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 uns
Gabriel39 commented on PR #19333:
URL: https://github.com/apache/doris/pull/19333#issuecomment-1537062040
run buildall
--
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 un
morningman commented on PR #19123:
URL: https://github.com/apache/doris/pull/19123#issuecomment-1537061861
run buildall
--
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.
morningman 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 28b5ef436a [improvement](scripts) modify down
morningman merged PR #19330:
URL: https://github.com/apache/doris/pull/19330
--
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.a
github-actions[bot] commented on PR #19333:
URL: https://github.com/apache/doris/pull/19333#issuecomment-1537061332
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
deadlinefen commented on PR #19303:
URL: https://github.com/apache/doris/pull/19303#issuecomment-1537061044
run buildall
--
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
Gabriel39 opened a new pull request, #19333:
URL: https://github.com/apache/doris/pull/19333
…
This reverts commit 9dd6c8f87b73db238bfd38fb1d76f3796910f398.
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Check
zclllyybb commented on code in PR #19331:
URL: https://github.com/apache/doris/pull/19331#discussion_r1186643031
##
be/src/vec/runtime/vdata_stream_recvr.cpp:
##
@@ -161,9 +162,11 @@ void VDataStreamRecvr::SenderQueue::add_block(const
PBlock& pblock, int be_numbe
COUNTER_U
github-actions[bot] commented on PR #19238:
URL: https://github.com/apache/doris/pull/19238#issuecomment-1537059172
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 #19238:
URL: https://github.com/apache/doris/pull/19238#issuecomment-1537059016
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
Mryange commented on PR #19238:
URL: https://github.com/apache/doris/pull/19238#issuecomment-1537058830
run p0
--
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 unsubscrib
HHoflittlefish777 commented on PR #18874:
URL: https://github.com/apache/doris/pull/18874#issuecomment-1537058435
run buildall
--
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
Mryange commented on PR #19324:
URL: https://github.com/apache/doris/pull/19324#issuecomment-1537058321
run p0
--
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 unsubscrib
github-actions[bot] commented on PR #19324:
URL: https://github.com/apache/doris/pull/19324#issuecomment-1537058354
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
This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 bd23db762d [minor](stats) Add doc for stats fr
morrySnow merged PR #19311:
URL: https://github.com/apache/doris/pull/19311
--
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
httpshirley commented on PR #18862:
URL: https://github.com/apache/doris/pull/18862#issuecomment-1537053530
run buildall
--
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
BiteThet commented on code in PR #19331:
URL: https://github.com/apache/doris/pull/19331#discussion_r1186637931
##
be/src/vec/runtime/vdata_stream_recvr.cpp:
##
@@ -161,9 +162,11 @@ void VDataStreamRecvr::SenderQueue::add_block(const
PBlock& pblock, int be_numbe
COUNTE
github-actions[bot] commented on PR #19303:
URL: https://github.com/apache/doris/pull/19303#issuecomment-1537052979
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
dataroaring commented on PR #19303:
URL: https://github.com/apache/doris/pull/19303#issuecomment-1537052876
run buildall
--
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 #19332:
URL: https://github.com/apache/doris/pull/19332#issuecomment-1537052825
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
ZashJie commented on PR #18831:
URL: https://github.com/apache/doris/pull/18831#issuecomment-1537052788
run buildall
--
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
yiguolei opened a new pull request, #19332:
URL: https://github.com/apache/doris/pull/19332
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has u
github-actions[bot] commented on PR #19327:
URL: https://github.com/apache/doris/pull/19327#issuecomment-1537049353
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 #19327:
URL: https://github.com/apache/doris/pull/19327#issuecomment-1537041358
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 #19303:
URL: https://github.com/apache/doris/pull/19303#issuecomment-1537041237
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.24 seconds
stream load tsv: 430 seconds loaded 74807831229 Bytes, about 165
MB/s
github-actions[bot] commented on PR #19311:
URL: https://github.com/apache/doris/pull/19311#issuecomment-1537040184
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 #19311:
URL: https://github.com/apache/doris/pull/19311#issuecomment-1537040174
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
reswqa commented on PR #19234:
URL: https://github.com/apache/doris/pull/19234#issuecomment-1537039944
Thanks @dataroaring for the review.
I have updated this pull request in some new commits for the convenience of
review, we can squashed them when merging code. Regression test is a
github-actions[bot] commented on PR #19331:
URL: https://github.com/apache/doris/pull/19331#issuecomment-1537039597
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 #19325:
URL: https://github.com/apache/doris/pull/19325#issuecomment-1537039483
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.64 seconds
stream load tsv: 425 seconds loaded 74807831229 Bytes, about 167
MB/s
reswqa commented on code in PR #19234:
URL: https://github.com/apache/doris/pull/19234#discussion_r1186613997
##
fe/fe-core/src/main/java/org/apache/doris/common/ErrorCode.java:
##
@@ -1192,7 +1192,9 @@ public enum ErrorCode {
+ " table supports time travel in current vers
zclllyybb commented on PR #19331:
URL: https://github.com/apache/doris/pull/19331#issuecomment-1537039126
run buildall
--
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 un
This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 1223f81228 [doc](flinkconnector) fix english do
yiguolei merged PR #19315:
URL: https://github.com/apache/doris/pull/19315
--
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
zclllyybb opened a new pull request, #19331:
URL: https://github.com/apache/doris/pull/19331
# Proposed changes
```
F0505 22:46:41.875746 497986 vdata_stream_recvr.cpp:87] Check failed:
_num_remaining_senders == 0 (26 vs. 0)
*** Check failure stack trace: ***
@ 0x55c
github-actions[bot] commented on PR #19330:
URL: https://github.com/apache/doris/pull/19330#issuecomment-1537038192
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 #19330:
URL: https://github.com/apache/doris/pull/19330#issuecomment-1537038181
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
morningman commented on PR #19330:
URL: https://github.com/apache/doris/pull/19330#issuecomment-1537038106
run buildall
--
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
HHoflittlefish777 commented on PR #18874:
URL: https://github.com/apache/doris/pull/18874#issuecomment-1537037689
run buildall
--
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
morningman opened a new pull request, #19330:
URL: https://github.com/apache/doris/pull/19330
# Proposed changes
Issue Number: close #xxx
## Problem summary
1. Rename the download dir to short name: fe, be, dependencies
2. Remove tsinghua source for 1.2.3
3. Modify
httpshirley opened a new pull request, #219:
URL: https://github.com/apache/doris-website/pull/219
(no comment)
--
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 unsubscri
ZashJie opened a new pull request, #19329:
URL: https://github.com/apache/doris/pull/19329
# Proposed changes
+--+--+
| precision| Space occupied (memory/disk) |
+--+--+
JNSimba opened a new pull request, #19328:
URL: https://github.com/apache/doris/pull/19328
## Problem summary
add flink sync db case
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has unit tests been added
* [ ] Has document been added or mo
This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from cdfbfd1f6b [fix](replica) Fix inconsistent replica id between FE and
BE (#18688)
add dff669899a [Feature](gen
BiteThet merged PR #19252:
URL: https://github.com/apache/doris/pull/19252
--
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
github-actions[bot] commented on PR #19327:
URL: https://github.com/apache/doris/pull/19327#issuecomment-1537032795
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 #19327:
URL: https://github.com/apache/doris/pull/19327#issuecomment-1537032219
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 #19123:
URL: https://github.com/apache/doris/pull/19123#issuecomment-1537031957
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
chenlinzhong commented on PR #19209:
URL: https://github.com/apache/doris/pull/19209#issuecomment-1537031555
run buildall
--
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
AshinGau opened a new pull request, #19327:
URL: https://github.com/apache/doris/pull/19327
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has u
github-actions[bot] commented on PR #19209:
URL: https://github.com/apache/doris/pull/19209#issuecomment-1537031356
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 #19325:
URL: https://github.com/apache/doris/pull/19325#issuecomment-1537030946
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
BiteThet commented on PR #19325:
URL: https://github.com/apache/doris/pull/19325#issuecomment-1537030890
run buildall
--
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
weizhengte commented on PR #19323:
URL: https://github.com/apache/doris/pull/19323#issuecomment-1537030631
run buildall
--
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
nextdreamblue commented on PR #19326:
URL: https://github.com/apache/doris/pull/19326#issuecomment-1537030509
run buildall
--
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
github-actions[bot] commented on PR #19325:
URL: https://github.com/apache/doris/pull/19325#issuecomment-1537030381
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 opened a new pull request, #19326:
URL: https://github.com/apache/doris/pull/19326
# Proposed changes
Issue Number: close #xxx
## Problem summary
1. The materialized view not support create from one duplicate table without
keys
2. Duplicate table without
chenlinzhong commented on PR #19209:
URL: https://github.com/apache/doris/pull/19209#issuecomment-1537030504
run p0
--
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 unsub
github-actions[bot] commented on PR #19325:
URL: https://github.com/apache/doris/pull/19325#issuecomment-1537030012
`sh-checker report`
To get the full details, please check in the
[job]("https://github.com/apache/doris/actions/runs/4899443937";) output.
shellcheck err
xy720 commented on PR #19068:
URL: https://github.com/apache/doris/pull/19068#issuecomment-1537029929
run p0
--
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,
github-actions[bot] commented on PR #19325:
URL: https://github.com/apache/doris/pull/19325#issuecomment-1537029664
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
1 - 100 of 407 matches
Mail list logo