liaoxin01 opened a new pull request, #17015:
URL: https://github.com/apache/doris/pull/17015
# Proposed changes
Issue Number: close #xxx
## Problem summary
cherry-pick from: #15409
## Checklist(Required)
* [ ] Does it affect the original behavior
* [
xinyiZzz commented on PR #16987:
URL: https://github.com/apache/doris/pull/16987#issuecomment-1439402936
run arm
--
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 #16989:
URL: https://github.com/apache/doris/pull/16989#issuecomment-1439403043
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 #17011:
URL: https://github.com/apache/doris/pull/17011#issuecomment-1439403602
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 #17011:
URL: https://github.com/apache/doris/pull/17011#issuecomment-1439403574
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 #16941:
URL: https://github.com/apache/doris/pull/16941#issuecomment-1439404542
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 #16989:
URL: https://github.com/apache/doris/pull/16989#issuecomment-1439405328
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
qidaye commented on PR #16941:
URL: https://github.com/apache/doris/pull/16941#issuecomment-1439406023
run buildall and 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 comme
zhannngchen commented on code in PR #16987:
URL: https://github.com/apache/doris/pull/16987#discussion_r1113797968
##
be/src/olap/segment_loader.cpp:
##
@@ -52,8 +53,15 @@ void SegmentLoader::_insert(const SegmentLoader::CacheKey&
key, SegmentLoader::C
delete cache_val
github-actions[bot] commented on PR #16994:
URL: https://github.com/apache/doris/pull/16994#issuecomment-1439408173
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
zhannngchen commented on code in PR #16987:
URL: https://github.com/apache/doris/pull/16987#discussion_r1113804330
##
be/src/util/mem_info.cpp:
##
@@ -97,6 +98,8 @@ void MemInfo::process_cache_gc(int64_t& freed_mem) {
freed_mem +=
StoragePageCache::instance()-
zhannngchen commented on PR #17011:
URL: https://github.com/apache/doris/pull/17011#issuecomment-1439408890
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
xinyiZzz commented on code in PR #16987:
URL: https://github.com/apache/doris/pull/16987#discussion_r1113806870
##
be/src/olap/segment_loader.cpp:
##
@@ -52,8 +53,15 @@ void SegmentLoader::_insert(const SegmentLoader::CacheKey&
key, SegmentLoader::C
delete cache_value;
github-actions[bot] commented on PR #16934:
URL: https://github.com/apache/doris/pull/16934#issuecomment-1439415649
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 code in PR #16987:
URL: https://github.com/apache/doris/pull/16987#discussion_r1113811013
##
be/src/util/mem_info.cpp:
##
@@ -97,6 +98,8 @@ void MemInfo::process_cache_gc(int64_t& freed_mem) {
freed_mem +=
StoragePageCache::instance()->ge
wangbo commented on code in PR #16472:
URL: https://github.com/apache/doris/pull/16472#discussion_r1113814178
##
be/src/common/config.h:
##
@@ -913,6 +913,10 @@ CONF_Int32(max_depth_in_bkd_tree, "32");
CONF_Int32(num_broadcast_buffer, "32");
// semi-structure configs
CONF_Boo
cambyzju opened a new pull request, #17016:
URL: https://github.com/apache/doris/pull/17016
# Proposed changes
Issue Number: close #xxx
## Problem summary
Error message:
/home/disk1/zhuxiaoli01/doris/baidu/bdg/doris/core/be/src/vec/core/field.h:647:13:
note: 'doris::vect
github-actions[bot] commented on PR #17016:
URL: https://github.com/apache/doris/pull/17016#issuecomment-1439431020
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
gavinchou commented on code in PR #16340:
URL: https://github.com/apache/doris/pull/16340#discussion_r1113826525
##
fe/fe-core/src/main/java/org/apache/doris/mysql/MysqlSslContext.java:
##
@@ -0,0 +1,277 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mo
Jibing-Li commented on PR #17004:
URL: https://github.com/apache/doris/pull/17004#issuecomment-1439432257
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
Tanya-W commented on code in PR #16994:
URL: https://github.com/apache/doris/pull/16994#discussion_r1113831067
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -550,21 +550,35 @@ bool
SegmentIterator::_check_apply_by_bitmap_index(ColumnPredicate* pred) {
return
cambyzju commented on PR #17016:
URL: https://github.com/apache/doris/pull/17016#issuecomment-1439434651
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
Tanya-W commented on PR #16994:
URL: https://github.com/apache/doris/pull/16994#issuecomment-1439434716
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 #16994:
URL: https://github.com/apache/doris/pull/16994#issuecomment-1439434933
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 #17011:
URL: https://github.com/apache/doris/pull/17011#issuecomment-1439441610
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.58 seconds
stream load tsv: 465 seconds loaded 74807831229 Bytes, about 153
MB/s
xinyiZzz commented on code in PR #16987:
URL: https://github.com/apache/doris/pull/16987#discussion_r1113836779
##
be/src/util/mem_info.cpp:
##
@@ -97,6 +98,8 @@ void MemInfo::process_cache_gc(int64_t& freed_mem) {
freed_mem +=
StoragePageCache::instance()->ge
github-actions[bot] commented on code in PR #16987:
URL: https://github.com/apache/doris/pull/16987#discussion_r1113838369
##
be/src/olap/segment_loader.cpp:
##
@@ -52,8 +53,14 @@ void SegmentLoader::_insert(const SegmentLoader::CacheKey&
key, SegmentLoader::C
delete c
chenlinzhong commented on PR #16639:
URL: https://github.com/apache/doris/pull/16639#issuecomment-1439447562
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 #16987:
URL: https://github.com/apache/doris/pull/16987#issuecomment-1439449258
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
zhannngchen commented on PR #16564:
URL: https://github.com/apache/doris/pull/16564#issuecomment-1439449638
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
zclllyybb commented on PR #16935:
URL: https://github.com/apache/doris/pull/16935#issuecomment-1439449745
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 #16935:
URL: https://github.com/apache/doris/pull/16935#issuecomment-1439450800
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
zhannngchen commented on PR #17011:
URL: https://github.com/apache/doris/pull/17011#issuecomment-1439452762
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 #16987:
URL: https://github.com/apache/doris/pull/16987#issuecomment-1439452808
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 #16987:
URL: https://github.com/apache/doris/pull/16987#issuecomment-1439452840
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
amorynan commented on PR #16948:
URL: https://github.com/apache/doris/pull/16948#issuecomment-1439454941
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
YangShaw commented on PR #17014:
URL: https://github.com/apache/doris/pull/17014#issuecomment-1439458404
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
github-actions[bot] commented on PR #16955:
URL: https://github.com/apache/doris/pull/16955#issuecomment-1439464547
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
xy720 opened a new pull request, #17018:
URL: https://github.com/apache/doris/pull/17018
# Proposed changes
This commit fix two problems:
1、fix insert null for struct-type
how to reproduce:
```
mysql> desc struct_test;
+---+--
morrySnow commented on PR #16844:
URL: https://github.com/apache/doris/pull/16844#issuecomment-1439470953
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 #17018:
URL: https://github.com/apache/doris/pull/17018#issuecomment-1439471020
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 #17018:
URL: https://github.com/apache/doris/pull/17018#issuecomment-1439474964
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 #16955:
URL: https://github.com/apache/doris/pull/16955#issuecomment-1439480259
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
xinyiZzz commented on PR #16987:
URL: https://github.com/apache/doris/pull/16987#issuecomment-1439482188
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 #17016:
URL: https://github.com/apache/doris/pull/17016#issuecomment-1439483637
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 #17016:
URL: https://github.com/apache/doris/pull/17016#issuecomment-1439483673
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 #17018:
URL: https://github.com/apache/doris/pull/17018#issuecomment-1439484715
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
YangShaw commented on PR #17014:
URL: https://github.com/apache/doris/pull/17014#issuecomment-1439485588
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
github-actions[bot] commented on PR #16564:
URL: https://github.com/apache/doris/pull/16564#issuecomment-1439486330
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
kaka11chen commented on PR #16934:
URL: https://github.com/apache/doris/pull/16934#issuecomment-1439486902
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
cnwyc opened a new issue, #17019:
URL: https://github.com/apache/doris/issues/17019
### 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.2
### What's Wr
TangSiyang2001 commented on PR #16123:
URL: https://github.com/apache/doris/pull/16123#issuecomment-1439489688
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.
TangSiyang2001 commented on PR #16123:
URL: https://github.com/apache/doris/pull/16123#issuecomment-1439489761
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 uns
adonis0147 commented on PR #16913:
URL: https://github.com/apache/doris/pull/16913#issuecomment-1439490191
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 #16941:
URL: https://github.com/apache/doris/pull/16941#issuecomment-1439490389
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
qidaye commented on PR #16941:
URL: https://github.com/apache/doris/pull/16941#issuecomment-1439491328
run buildall and 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 comme
chenlinzhong merged PR #16639:
URL: https://github.com/apache/doris/pull/16639
--
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.
linzhongcheng 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 0e3be4eff5 [Improvement](brpc) Using a thr
github-actions[bot] commented on PR #16806:
URL: https://github.com/apache/doris/pull/16806#issuecomment-1439493620
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 #16806:
URL: https://github.com/apache/doris/pull/16806#issuecomment-1439493656
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 #16941:
URL: https://github.com/apache/doris/pull/16941#issuecomment-1439494050
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 #16123:
URL: https://github.com/apache/doris/pull/16123#issuecomment-1439502670
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 PR #16985:
URL: https://github.com/apache/doris/pull/16985#issuecomment-1439518136
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
yixiutt commented on code in PR #16731:
URL: https://github.com/apache/doris/pull/16731#discussion_r1113902973
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -116,9 +118,11 @@ Status BetaRowsetWriter::add_block(const
vectorized::Block* block) {
return _add_block(block
yixiutt commented on code in PR #16731:
URL: https://github.com/apache/doris/pull/16731#discussion_r1113903328
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -133,18 +137,21 @@ RowwiseIteratorUPtr
BetaRowsetWriter::_get_segcompaction_reader(
}
seg_iterato
github-actions[bot] commented on PR #16989:
URL: https://github.com/apache/doris/pull/16989#issuecomment-1439521561
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
zhannngchen merged PR #16564:
URL: https://github.com/apache/doris/pull/16564
--
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.
zhangchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 0e3be4eff5 [Improvement](brpc) Using a thread pool for RPC service
avoiding std::mutex block brpc::bthread (#16639)
yiguolei merged PR #16991:
URL: https://github.com/apache/doris/pull/16991
--
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 3636d0a561 [feature](merge-on-write) add DCHECK in compaction to
detect data inconsistency (#16564)
add 0b3e18d
yixiutt commented on code in PR #16731:
URL: https://github.com/apache/doris/pull/16731#discussion_r1113903511
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -133,18 +137,21 @@ RowwiseIteratorUPtr
BetaRowsetWriter::_get_segcompaction_reader(
}
seg_iterato
github-actions[bot] commented on PR #17009:
URL: https://github.com/apache/doris/pull/17009#issuecomment-1439534549
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 #17009:
URL: https://github.com/apache/doris/pull/17009#issuecomment-1439534581
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 #16915:
URL: https://github.com/apache/doris/pull/16915#issuecomment-1439535777
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
luzhijing merged PR #16915:
URL: https://github.com/apache/doris/pull/16915
--
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.
luzhijing 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 51eb147711 fix inverted index doc typo and reo
sohardforaname commented on PR #16824:
URL: https://github.com/apache/doris/pull/16824#issuecomment-1439540287
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 uns
BiteThet commented on PR #16955:
URL: https://github.com/apache/doris/pull/16955#issuecomment-1439543781
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.
github-actions[bot] commented on PR #16905:
URL: https://github.com/apache/doris/pull/16905#issuecomment-1439543913
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 #16905:
URL: https://github.com/apache/doris/pull/16905#issuecomment-1439543951
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
eldenmoon opened a new pull request, #17020:
URL: https://github.com/apache/doris/pull/17020
Filter array to match specific binary condition
```
mysql> select array_apply([100, 101, 102], '=', 102);
+-+
github-actions[bot] commented on code in PR #17020:
URL: https://github.com/apache/doris/pull/17020#discussion_r1113925934
##
be/src/vec/functions/array/function_array_apply.cpp:
##
@@ -0,0 +1,220 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more cont
eldenmoon commented on PR #17020:
URL: https://github.com/apache/doris/pull/17020#issuecomment-1439557043
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 #16616:
URL: https://github.com/apache/doris/pull/16616#issuecomment-1439560371
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
Tanya-W commented on PR #16994:
URL: https://github.com/apache/doris/pull/16994#issuecomment-1439562860
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
github-actions[bot] commented on PR #16616:
URL: https://github.com/apache/doris/pull/16616#issuecomment-1439562929
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, #17021:
URL: https://github.com/apache/doris/pull/17021
# Proposed changes
Issue Number: close #xxx
## Problem summary
after 1.2.0, doris does not support native udf, return error when create
native function
## Checklist(Re
sohardforaname commented on PR #16993:
URL: https://github.com/apache/doris/pull/16993#issuecomment-1439566437
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.
sohardforaname commented on PR #16824:
URL: https://github.com/apache/doris/pull/16824#issuecomment-1439566694
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 uns
dependabot[bot] opened a new pull request, #17022:
URL: https://github.com/apache/doris/pull/17022
Bumps commons-fileupload from 1.3.3 to 1.5.
[
* [ ] Does it affect the original behavior
* [ ] Has un
301 - 392 of 392 matches
Mail list logo