zenoyang commented on PR #21236:
URL: https://github.com/apache/doris/pull/21236#issuecomment-1610876393
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 PR #21265:
URL: https://github.com/apache/doris/pull/21265#issuecomment-1610877395
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
yiguolei merged PR #21139:
URL: https://github.com/apache/doris/pull/21139
--
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 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 a4fdf7324a [Bug](javaudf) fix BE crash if javau
yiguolei merged PR #21276:
URL: https://github.com/apache/doris/pull/21276
--
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 commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new 7a808893ea [branch1.2][fix](cat
yiguolei merged PR #21241:
URL: https://github.com/apache/doris/pull/21241
--
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 a4fdf7324a [Bug](javaudf) fix BE crash if javaudf is push down (#21139)
add e348b9464e [scan](freeblocks) use Co
shuke987 commented on PR #21161:
URL: https://github.com/apache/doris/pull/21161#issuecomment-1610888971
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
morrySnow commented on PR #21168:
URL: https://github.com/apache/doris/pull/21168#issuecomment-1610889328
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 unsubscr
yiguolei commented on PR #21271:
URL: https://github.com/apache/doris/pull/21271#issuecomment-1610890603
wait feedback from users, do not merge it please
--
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
github-actions[bot] commented on PR #21168:
URL: https://github.com/apache/doris/pull/21168#issuecomment-1610891754
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
zhannngchen commented on code in PR #20907:
URL: https://github.com/apache/doris/pull/20907#discussion_r1244787127
##
be/src/olap/tablet.cpp:
##
@@ -3296,29 +3295,39 @@ void
Tablet::calc_compaction_output_rowset_delete_bitmap(
{
zhannngchen commented on code in PR #20907:
URL: https://github.com/apache/doris/pull/20907#discussion_r1244787552
##
be/src/olap/txn_manager.cpp:
##
@@ -653,6 +653,19 @@ void
TxnManager::get_all_related_tablets(std::set* tablet_infos) {
}
}
+void TxnManager::get_all_co
morrySnow merged PR #21168:
URL: https://github.com/apache/doris/pull/21168
--
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 e348b9464e [scan](freeblocks) use ConcurrentQueue to replace vector
for free blocks (#21241)
add 7588abe76b [r
HHoflittlefish777 commented on PR #21209:
URL: https://github.com/apache/doris/pull/21209#issuecomment-1610907184
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
github-actions[bot] commented on PR #21209:
URL: https://github.com/apache/doris/pull/21209#issuecomment-1610913154
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 opened a new pull request, #21281:
URL: https://github.com/apache/doris/pull/21281
## Proposed changes
add case about insert data imidiately after create mv
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@dor
yiguolei commented on code in PR #21239:
URL: https://github.com/apache/doris/pull/21239#discussion_r1244817687
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -490,6 +490,21 @@ Status
SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row
R
BiteThet commented on PR #21281:
URL: https://github.com/apache/doris/pull/21281#issuecomment-1610926158
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
yiguolei commented on code in PR #21239:
URL: https://github.com/apache/doris/pull/21239#discussion_r1244825881
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -490,6 +490,21 @@ Status
SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row
R
ZhangYu0123 closed pull request #21102: [fix](pipeline) fix MultiCoreTaskQueue
steal take core_id assgin error
URL: https://github.com/apache/doris/pull/21102
--
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
xzj7019 commented on PR #20789:
URL: https://github.com/apache/doris/pull/20789#issuecomment-1610936676
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 merged PR #21272:
URL: https://github.com/apache/doris/pull/21272
--
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 7588abe76b [refactor](Nereids) refactor physical properties and plan
translator (#21168)
add 3304af848e [Fix](s
xinyiZzz opened a new pull request, #21282:
URL: https://github.com/apache/doris/pull/21282
## Proposed changes
Issue Number: close #xxx
metrics to promethues may use a few G of memory
## Further comments
If this is a relatively large or complex change, kick off th
CalvinKirs commented on PR #21113:
URL: https://github.com/apache/doris/pull/21113#issuecomment-1610949182
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
xinyiZzz commented on PR #21282:
URL: https://github.com/apache/doris/pull/21282#issuecomment-1610950054
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 #21169:
URL: https://github.com/apache/doris/pull/21169#issuecomment-1610953069
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 #21169:
URL: https://github.com/apache/doris/pull/21169#issuecomment-1610953161
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 #21282:
URL: https://github.com/apache/doris/pull/21282#issuecomment-1610957482
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 #21265:
URL: https://github.com/apache/doris/pull/21265#issuecomment-1610958729
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 44.4 seconds
stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156
MB/s
yiguolei merged PR #21259:
URL: https://github.com/apache/doris/pull/21259
--
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 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 0396f78590 [fix](memory) Remove ChunkAllocator
morningman opened a new pull request, #21283:
URL: https://github.com/apache/doris/pull/21283
## Proposed changes
When creating a new hive catalog or refresh the hive catalog, it will
refresh the HiveMetaStore cache.
And it will call "FileInputFormat.setInputPaths()".
In this me
Jibing-Li commented on PR #21053:
URL: https://github.com/apache/doris/pull/21053#issuecomment-1610974651
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 #21250:
URL: https://github.com/apache/doris/pull/21250#issuecomment-1610979908
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
wsjz commented on code in PR #21283:
URL: https://github.com/apache/doris/pull/21283#discussion_r1244864299
##
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java:
##
@@ -328,6 +329,17 @@ private FileCacheValue loadFiles(FileCacheKey key) {
yujun777 commented on PR #20996:
URL: https://github.com/apache/doris/pull/20996#issuecomment-1610981765
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
jeffreys-cat opened a new pull request, #254:
URL: https://github.com/apache/doris-website/pull/254
- (feature) update doris download page & users
--
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
hello-stephen commented on PR #20789:
URL: https://github.com/apache/doris/pull/20789#issuecomment-1610990963
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 42.19 seconds
stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152
MB/s
github-actions[bot] commented on PR #21283:
URL: https://github.com/apache/doris/pull/21283#issuecomment-1610991475
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
Gabriel39 opened a new pull request, #21286:
URL: https://github.com/apache/doris/pull/21286
## Proposed changes
Issue Number: close #xxx
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@doris.apache.org](mailt
CalvinKirs commented on PR #21113:
URL: https://github.com/apache/doris/pull/21113#issuecomment-1611001591
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
github-actions[bot] commented on PR #21286:
URL: https://github.com/apache/doris/pull/21286#issuecomment-1611005672
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
HHoflittlefish777 commented on PR #21209:
URL: https://github.com/apache/doris/pull/21209#issuecomment-1611009910
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
github-actions[bot] commented on PR #21209:
URL: https://github.com/apache/doris/pull/21209#issuecomment-1611016685
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
dutyu commented on PR #21274:
URL: https://github.com/apache/doris/pull/21274#issuecomment-1611018568
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 unsubs
xinyiZzz merged PR #21237:
URL: https://github.com/apache/doris/pull/21237
--
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.
zouxinyi 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 d2c42ec638 [fix](memory) Purge Jemalloc arena d
LiBinfeng-01 commented on PR #21171:
URL: https://github.com/apache/doris/pull/21171#issuecomment-1611021802
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
LiBinfeng-01 commented on PR #21212:
URL: https://github.com/apache/doris/pull/21212#issuecomment-1611022741
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
mrhhsg commented on PR #21239:
URL: https://github.com/apache/doris/pull/21239#issuecomment-1611023121
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
mrhhsg commented on PR #21239:
URL: https://github.com/apache/doris/pull/21239#issuecomment-1611024824
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
yiguolei opened a new pull request, #21287:
URL: https://github.com/apache/doris/pull/21287
## Proposed changes
Issue Number: close #xxx
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@doris.apache.org](ma
LiBinfeng-01 commented on PR #20599:
URL: https://github.com/apache/doris/pull/20599#issuecomment-1611027889
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
JackDrogon opened a new pull request, #21288:
URL: https://github.com/apache/doris/pull/21288
## Proposed changes
work around, ingest binlog after backup/restore which
local_tablet.partition_id is not correct, use req.partition_id
--
This is an automated message from the Apache
github-actions[bot] commented on PR #21287:
URL: https://github.com/apache/doris/pull/21287#issuecomment-1611030282
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 #21287:
URL: https://github.com/apache/doris/pull/21287#issuecomment-1611030348
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
LiBinfeng-01 commented on PR #20602:
URL: https://github.com/apache/doris/pull/20602#issuecomment-1611031195
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
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new 4527064466 [bugfix](recover) do
yiguolei merged PR #21287:
URL: https://github.com/apache/doris/pull/21287
--
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 #21239:
URL: https://github.com/apache/doris/pull/21239#issuecomment-1611032316
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
LiBinfeng-01 commented on PR #21171:
URL: https://github.com/apache/doris/pull/21171#issuecomment-1611033496
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 #21288:
URL: https://github.com/apache/doris/pull/21288#issuecomment-1611037189
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 opened a new pull request, #21290:
URL: https://github.com/apache/doris/pull/21290
## Proposed changes
Issue Number: close #xxx
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@doris.apache.org
dataroaring commented on PR #21288:
URL: https://github.com/apache/doris/pull/21288#issuecomment-1611042464
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 #21288:
URL: https://github.com/apache/doris/pull/21288#issuecomment-1611043531
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 #21290:
URL: https://github.com/apache/doris/pull/21290#issuecomment-1611044080
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 #21288:
URL: https://github.com/apache/doris/pull/21288#issuecomment-1611043606
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 #21290:
URL: https://github.com/apache/doris/pull/21290#issuecomment-1611048308
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 #21290:
URL: https://github.com/apache/doris/pull/21290#issuecomment-1611048353
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
morningman merged PR #254:
URL: https://github.com/apache/doris-website/pull/254
--
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...@dor
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3674e7d0836 (feature) update doris do
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch runtimefilter_multi_send
in repository https://gitbox.apache.org/repos/asf/doris.git
at d2c42ec638 [fix](memory) Purge Jemalloc arena dirty pages when memory
insufficient (#21237)
No ne
github-actions[bot] commented on PR #20789:
URL: https://github.com/apache/doris/pull/20789#issuecomment-1611062861
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 #20789:
URL: https://github.com/apache/doris/pull/20789#issuecomment-1611062923
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
Once2012 opened a new issue, #21291:
URL: https://github.com/apache/doris/issues/21291
### 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
OS: Ubuntu 20.04
JDK
morrySnow opened a new pull request, #21292:
URL: https://github.com/apache/doris/pull/21292
## Proposed changes
Issue Number: close #xxx
we comment some tpcds shape check due to unstable results.
After PR #21168 , we expect the results to be stable.
##
englefly opened a new pull request, #21293:
URL: https://github.com/apache/doris/pull/21293
## Proposed changes
good for tune cost model
Issue Number: close #xxx
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d
englefly commented on PR #21293:
URL: https://github.com/apache/doris/pull/21293#issuecomment-1611072200
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 #20840:
URL: https://github.com/apache/doris/pull/20840#issuecomment-1611073682
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 #20840:
URL: https://github.com/apache/doris/pull/20840#issuecomment-1611073625
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
englefly merged PR #20789:
URL: https://github.com/apache/doris/pull/20789
--
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.
englefly 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 76620c21aa [improvement](nereids) prune hash jo
zhannngchen commented on code in PR #20907:
URL: https://github.com/apache/doris/pull/20907#discussion_r1244953260
##
be/src/olap/compaction.cpp:
##
@@ -574,11 +575,47 @@ Status Compaction::modify_rowsets(const
Merger::Statistics* stats) {
RETURN_IF_ERROR(_tablet->ch
github-actions[bot] commented on PR #21113:
URL: https://github.com/apache/doris/pull/21113#issuecomment-1611085927
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 #21113:
URL: https://github.com/apache/doris/pull/21113#issuecomment-1611085983
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
xinyiZzz opened a new pull request, #21294:
URL: https://github.com/apache/doris/pull/21294
## Proposed changes
pick
1. #21237
2. #20782
3. #21282
4. disable chunk allocator in allocator
## Further comments
If this is a relatively large or complex change, kic
morningman commented on PR #21283:
URL: https://github.com/apache/doris/pull/21283#issuecomment-1611093924
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
morningman commented on code in PR #21283:
URL: https://github.com/apache/doris/pull/21283#discussion_r1244962808
##
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java:
##
@@ -328,6 +329,17 @@ private FileCacheValue loadFiles(FileCacheKey key) {
github-actions[bot] commented on PR #21265:
URL: https://github.com/apache/doris/pull/21265#issuecomment-1611095021
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 #21265:
URL: https://github.com/apache/doris/pull/21265#issuecomment-1611095702
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
caoliang-web opened a new pull request, #21295:
URL: https://github.com/apache/doris/pull/21295
…ification
## Proposed changes
Issue Number: close #xxx
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@do
github-actions[bot] commented on PR #21265:
URL: https://github.com/apache/doris/pull/21265#issuecomment-1611096619
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
hello-stephen commented on PR #21209:
URL: https://github.com/apache/doris/pull/21209#issuecomment-1611097670
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 41.65 seconds
stream load tsv: 457 seconds loaded 74807831229 Bytes, about 156
MB/s
CalvinKirs commented on PR #21113:
URL: https://github.com/apache/doris/pull/21113#issuecomment-162948
run P0 Regression
--
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.
CalvinKirs commented on PR #21113:
URL: https://github.com/apache/doris/pull/21113#issuecomment-164486
run clickbench (benchmark)
--
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
JNSimba merged PR #20753:
URL: https://github.com/apache/doris/pull/20753
--
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
1 - 100 of 357 matches
Mail list logo