sohardforaname opened a new pull request, #17815:
URL: https://github.com/apache/doris/pull/17815
# Proposed changes
Issue Number: close #xxx
## Problem summary
fix failed to create view when use window function because the view string
contains slot id and which cannot b
github-actions[bot] commented on code in PR #17800:
URL: https://github.com/apache/doris/pull/17800#discussion_r1136605697
##
be/src/vec/columns/predicate_column.h:
##
@@ -300,16 +297,13 @@ class PredicateColumnType final : public
COWHelper) {
-if (_pool == nullptr)
924060929 commented on PR #17579:
URL: https://github.com/apache/doris/pull/17579#issuecomment-1469445131
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
github-actions[bot] commented on code in PR #17814:
URL: https://github.com/apache/doris/pull/17814#discussion_r1136604773
##
be/src/vec/common/aggregation_common.h:
##
@@ -106,6 +106,13 @@ T pack_fixed(size_t i, size_t keys_size, const
ColumnRawPtrs& key_columns, const
sohardforaname closed pull request #1: [fix](planner)fix in
create view and cause exception
URL: https://github.com/apache/doris/pull/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 above to go to the s
sohardforaname commented on PR #1:
URL: https://github.com/apache/doris/pull/1#issuecomment-1469444223
master will be also failed to create view, fix it on master.
--
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 code in PR #17800:
URL: https://github.com/apache/doris/pull/17800#discussion_r1136604070
##
be/src/vec/columns/predicate_column.h:
##
@@ -300,16 +297,13 @@
return;
}
if constexpr (std::is_same_v) {
-if
github-actions[bot] commented on code in PR #17753:
URL: https://github.com/apache/doris/pull/17753#discussion_r1136604052
##
be/test/olap/tablet_test.cpp:
##
@@ -272,7 +270,7 @@ TEST_F(TestTablet, pad_rowset) {
ASSERT_FALSE(_tablet->capture_rs_readers(version, &readers).ok
morrySnow commented on PR #17813:
URL: https://github.com/apache/doris/pull/17813#issuecomment-1469441626
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
Gabriel39 opened a new pull request, #17814:
URL: https://github.com/apache/doris/pull/17814
…
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ]
XieJiann commented on PR #17811:
URL: https://github.com/apache/doris/pull/17811#issuecomment-1469440013
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
jackwener commented on PR #17809:
URL: https://github.com/apache/doris/pull/17809#issuecomment-1469437309
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
github-actions[bot] commented on PR #17629:
URL: https://github.com/apache/doris/pull/17629#issuecomment-1469436489
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 opened a new pull request, #17813:
URL: https://github.com/apache/doris/pull/17813
# Proposed changes
Issue Number: close #xxx
## Problem summary
consider the query like this:
```sql
SELECT
k3, k4
FROM
test
WHERE
EXISTS( SELECT
zhangstar333 commented on PR #17812:
URL: https://github.com/apache/doris/pull/17812#issuecomment-1469436555
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
airborne12 commented on PR #17629:
URL: https://github.com/apache/doris/pull/17629#issuecomment-1469435675
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
zhangstar333 opened a new pull request, #17812:
URL: https://github.com/apache/doris/pull/17812
# Proposed changes
this error report in P0 test, But can't reproduce it in local
so add this change to test it.
Issue Number: close #17810
## Problem summary
Descri
github-actions[bot] commented on code in PR #17800:
URL: https://github.com/apache/doris/pull/17800#discussion_r1136596988
##
be/src/vec/columns/predicate_column.h:
##
@@ -300,16 +298,13 @@
return;
}
if constexpr (std::is_same_v) {
-if
mymeiyi commented on PR #17651:
URL: https://github.com/apache/doris/pull/17651#issuecomment-1469434626
run clickbench
--
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
mymeiyi commented on PR #17651:
URL: https://github.com/apache/doris/pull/17651#issuecomment-1469434153
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
mymeiyi commented on PR #17651:
URL: https://github.com/apache/doris/pull/17651#issuecomment-1469433642
run feut
--
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 unsubscr
xinyiZzz commented on PR #17800:
URL: https://github.com/apache/doris/pull/17800#issuecomment-1469432487
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
XieJiann opened a new pull request, #17811:
URL: https://github.com/apache/doris/pull/17811
# 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 #17629:
URL: https://github.com/apache/doris/pull/17629#issuecomment-1469427566
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
mymeiyi commented on PR #17678:
URL: https://github.com/apache/doris/pull/17678#issuecomment-1469426318
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
mymeiyi commented on PR #17678:
URL: https://github.com/apache/doris/pull/17678#issuecomment-1469426091
run compile
--
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
liutang123 commented on code in PR #17615:
URL: https://github.com/apache/doris/pull/17615#discussion_r1136587355
##
be/src/runtime/task_group/task_group.h:
##
@@ -0,0 +1,78 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreeme
zhangstar333 opened a new issue, #17810:
URL: https://github.com/apache/doris/issues/17810
### 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
master
### W
lvshaokang commented on issue #17806:
URL: https://github.com/apache/doris/issues/17806#issuecomment-1469417711
Hi @Yukang-Lian , I found a description of this function in clickhouse[1],
but it doesn't support null values in arrays, so I think we should discuss
whether to handle `NULL` valu
liutang123 commented on code in PR #17615:
URL: https://github.com/apache/doris/pull/17615#discussion_r1136585819
##
be/src/runtime/task_group/task_group.h:
##
@@ -0,0 +1,78 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreeme
jackwener opened a new pull request, #17809:
URL: https://github.com/apache/doris/pull/17809
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
yixiutt commented on PR #17804:
URL: https://github.com/apache/doris/pull/17804#issuecomment-1469413743
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
github-actions[bot] commented on PR #17629:
URL: https://github.com/apache/doris/pull/17629#issuecomment-1469411323
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
924060929 commented on PR #17579:
URL: https://github.com/apache/doris/pull/17579#issuecomment-1469410789
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
nextdreamblue commented on PR #17769:
URL: https://github.com/apache/doris/pull/17769#issuecomment-1469409374
run p1
--
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
morrySnow commented on PR #17787:
URL: https://github.com/apache/doris/pull/17787#issuecomment-1469404959
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
NetShrimp06 commented on code in PR #17797:
URL: https://github.com/apache/doris/pull/17797#discussion_r1136571939
##
fe/fe-core/src/main/java/org/apache/doris/aspectj/LogAspect.java:
##
@@ -0,0 +1,50 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
NetShrimp06 commented on PR #17797:
URL: https://github.com/apache/doris/pull/17797#issuecomment-1469393647
> * How it works?
> Aspectj is used to implement the aspect function of annotations. During
compilation, the aspectj-maven-plugin plug-in will automatically weave the code
added
yiguolei merged PR #17776:
URL: https://github.com/apache/doris/pull/17776
--
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
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 1e3da95359 [fix](Nereids): fix LAsscom split conjuncts. (#17792)
add 1fdc265083 [fix](Nereids) lock tables when
morrySnow commented on PR #17671:
URL: https://github.com/apache/doris/pull/17671#issuecomment-1469383121
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
ByteYue commented on PR #16888:
URL: https://github.com/apache/doris/pull/16888#issuecomment-1469377411
runbuild all
--
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
englefly commented on PR #17790:
URL: https://github.com/apache/doris/pull/17790#issuecomment-1469373572
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
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 1e3da95359 [fix](Nereids): fix LAsscom split con
jackwener merged PR #17792:
URL: https://github.com/apache/doris/pull/17792
--
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
github-actions[bot] commented on PR #17792:
URL: https://github.com/apache/doris/pull/17792#issuecomment-1469373225
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 #17792:
URL: https://github.com/apache/doris/pull/17792#issuecomment-1469373209
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 #17808:
URL: https://github.com/apache/doris/pull/17808#issuecomment-1469369250
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
gitccl commented on PR #17808:
URL: https://github.com/apache/doris/pull/17808#issuecomment-1469368641
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 unsub
gitccl opened a new pull request, #17808:
URL: https://github.com/apache/doris/pull/17808
# Proposed changes
Issue Number: close #17216
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
hello-stephen commented on PR #17807:
URL: https://github.com/apache/doris/pull/17807#issuecomment-1469349046
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.37 seconds
stream load tsv: 453 seconds loaded 74807831229 Bytes, about 157
MB/s
spaces-X commented on PR #17793:
URL: https://github.com/apache/doris/pull/17793#issuecomment-1469347354
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 unsubscri
freemandealer commented on PR #17796:
URL: https://github.com/apache/doris/pull/17796#issuecomment-1469328732
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 unsu
starocean999 commented on PR #17807:
URL: https://github.com/apache/doris/pull/17807#issuecomment-1469326749
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
starocean999 opened a new pull request, #17807:
URL: https://github.com/apache/doris/pull/17807
# Proposed changes
1. close (https://github.com/apache/doris/issues/16458) for nereids
2. varchar and string type should be treated as same type in bucket shuffle
join scenario.
`
nextdreamblue commented on PR #17769:
URL: https://github.com/apache/doris/pull/17769#issuecomment-1469321510
run p1
--
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
hello-stephen commented on PR #17787:
URL: https://github.com/apache/doris/pull/17787#issuecomment-1469312066
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.28 seconds
stream load tsv: 456 seconds loaded 74807831229 Bytes, about 156
MB/s
This is an automated email from the ASF dual-hosted git repository.
pengxiangyu 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 ceff7e851d [fix](cooldown)Check cooldown ttl
pengxiangyu closed issue #17778: [Bug] Check cooldown ttl and datetime when
alter storage policy
URL: https://github.com/apache/doris/issues/17778
--
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
pengxiangyu merged PR #17779:
URL: https://github.com/apache/doris/pull/17779
--
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.
This is an automated email from the ASF dual-hosted git repository.
pengxiangyu 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 a378a6024d [fix](cooldown)Support change be.
pengxiangyu merged PR #17773:
URL: https://github.com/apache/doris/pull/17773
--
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.
pengxiangyu closed issue #17772: [Bug] Support change be.conf:
max_sub_cache_file_size
URL: https://github.com/apache/doris/issues/17772
--
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
This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 bbf88ecc49 [Bug](datetimev2) Fix BE crash if
Gabriel39 merged PR #17763:
URL: https://github.com/apache/doris/pull/17763
--
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
englefly commented on PR #17790:
URL: https://github.com/apache/doris/pull/17790#issuecomment-1469276968
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
This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c8de04f9d7 [fix][Nereids] fix not correct condition to checkReorder in
InnerJoinRightAssociate. (#17799)
add 049
jackwener merged PR #17082:
URL: https://github.com/apache/doris/pull/17082
--
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
github-actions[bot] commented on PR #17082:
URL: https://github.com/apache/doris/pull/17082#issuecomment-1469276149
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 #17082:
URL: https://github.com/apache/doris/pull/17082#issuecomment-1469276118
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 #17763:
URL: https://github.com/apache/doris/pull/17763#issuecomment-1469275865
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 #17763:
URL: https://github.com/apache/doris/pull/17763#issuecomment-1469275888
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.
jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 97bf07fe26 [enhancement](Nereids) add new distributed cost model
(#17556)
add c8de04f9d7 [fix][Nereids] fix not
jackwener merged PR #17799:
URL: https://github.com/apache/doris/pull/17799
--
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
github-actions[bot] commented on PR #17799:
URL: https://github.com/apache/doris/pull/17799#issuecomment-1469275525
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 #17799:
URL: https://github.com/apache/doris/pull/17799#issuecomment-1469275500
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
hello-stephen commented on PR #17803:
URL: https://github.com/apache/doris/pull/17803#issuecomment-1469272134
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.4 seconds
stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156
MB/s
lvshaokang opened a new issue, #17806:
URL: https://github.com/apache/doris/issues/17806
### 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
support array_cum
morrySnow commented on PR #17787:
URL: https://github.com/apache/doris/pull/17787#issuecomment-1469265870
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
englefly commented on PR #17790:
URL: https://github.com/apache/doris/pull/17790#issuecomment-1469264345
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
github-actions[bot] commented on PR #17773:
URL: https://github.com/apache/doris/pull/17773#issuecomment-1469262772
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 #17773:
URL: https://github.com/apache/doris/pull/17773#issuecomment-1469262796
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 #17779:
URL: https://github.com/apache/doris/pull/17779#issuecomment-1469262761
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 #17779:
URL: https://github.com/apache/doris/pull/17779#issuecomment-1469262739
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
SaintBacchus commented on PR #17775:
URL: https://github.com/apache/doris/pull/17775#issuecomment-1469258237
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
freemandealer commented on PR #17796:
URL: https://github.com/apache/doris/pull/17796#issuecomment-1469253835
After apply this patch, max time = 5s, consumer timeout after 5s, and
channel is opened with 10s timeout:
```
I0315 10:53:04.800717 839 data_consumer_group.cpp:102] start con
Kikyou1997 commented on PR #17786:
URL: https://github.com/apache/doris/pull/17786#issuecomment-1469253057
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.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 66f3ef568e (functions) optimize const_column to full convert
add 97bf07fe26 [enhancement](Nereids) add new dist
morrySnow merged PR #17556:
URL: https://github.com/apache/doris/pull/17556
--
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
caoliang-web opened a new pull request, #17805:
URL: https://github.com/apache/doris/pull/17805
# Proposed changes
Issue Number: close #xxx
## Problem summary
update FE config max_running_txn_num_per_db default value:
old value : 100
new value : 1000
## Che
pengxiangyu commented on PR #17779:
URL: https://github.com/apache/doris/pull/17779#issuecomment-1469251957
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 unsubs
github-actions[bot] commented on PR #17802:
URL: https://github.com/apache/doris/pull/17802#issuecomment-1469251716
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 #17802:
URL: https://github.com/apache/doris/pull/17802#issuecomment-1469251740
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
yiguolei commented on code in PR #17800:
URL: https://github.com/apache/doris/pull/17800#discussion_r1136490209
##
be/src/vec/columns/predicate_column.h:
##
@@ -300,16 +298,13 @@ class PredicateColumnType final : public
COWHelper) {
-if (_pool == nullptr) {
-
yiguolei commented on code in PR #17800:
URL: https://github.com/apache/doris/pull/17800#discussion_r1136489645
##
be/src/vec/columns/predicate_column.h:
##
@@ -276,11 +275,10 @@ class PredicateColumnType final : public
COWHelper) {
-if (_pool == nullptr) {
-
github-actions[bot] commented on PR #17804:
URL: https://github.com/apache/doris/pull/17804#issuecomment-1469249395
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
xinyiZzz commented on PR #17800:
URL: https://github.com/apache/doris/pull/17800#issuecomment-1469248325
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
morningman commented on issue #17746:
URL: https://github.com/apache/doris/issues/17746#issuecomment-1469247190
It is strange.
This is my wechat: morningman-cmy, you can contact me in private.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
Gabriel39 commented on PR #17662:
URL: https://github.com/apache/doris/pull/17662#issuecomment-1469240016
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
SaintBacchus commented on PR #17745:
URL: https://github.com/apache/doris/pull/17745#issuecomment-1469236729
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
1 - 100 of 397 matches
Mail list logo