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 8b85c55117 [vectorized](function) Support array_shuffle and shuffle
function. (#18116)
add 798d2e5160 [fix](cat
yiguolei merged PR #18149:
URL: https://github.com/apache/doris/pull/18149
--
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 8b85c55117 [vectorized](function) Support array
englefly commented on code in PR #18331:
URL: https://github.com/apache/doris/pull/18331#discussion_r1156601335
##
fe/fe-core/src/main/java/org/apache/doris/nereids/types/coercion/DateLikeType.java:
##
@@ -17,8 +17,30 @@
package org.apache.doris.nereids.types.coercion;
+imp
englefly commented on code in PR #18331:
URL: https://github.com/apache/doris/pull/18331#discussion_r1156601712
##
fe/fe-core/src/main/java/org/apache/doris/nereids/types/coercion/DateLikeType.java:
##
@@ -17,8 +17,30 @@
package org.apache.doris.nereids.types.coercion;
+imp
yiguolei commented on PR #18328:
URL: https://github.com/apache/doris/pull/18328#issuecomment-1495192058
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
englefly commented on PR #18331:
URL: https://github.com/apache/doris/pull/18331#issuecomment-1495202229
> obviously
When we map date range to double range, the length of range is stretched.
This stretch introduces error when we compute `length(rangeA)/length(rangeB)`
for exam
englefly commented on code in PR #18331:
URL: https://github.com/apache/doris/pull/18331#discussion_r1156614147
##
fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java:
##
@@ -587,4 +587,8 @@ public Map, Promotion>
build() {
return (Map) ImmutableM
englefly commented on code in PR #18331:
URL: https://github.com/apache/doris/pull/18331#discussion_r1156614305
##
fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java:
##
@@ -587,4 +587,8 @@ public Map, Promotion>
build() {
return (Map) ImmutableM
Yukang-Lian commented on PR #18359:
URL: https://github.com/apache/doris/pull/18359#issuecomment-1495206426
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
wsjz commented on PR #18005:
URL: https://github.com/apache/doris/pull/18005#issuecomment-1495212075
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 unsub
wsjz commented on PR #18005:
URL: https://github.com/apache/doris/pull/18005#issuecomment-1495213926
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 unsubscribe,
xinyiZzz opened a new pull request, #18361:
URL: https://github.com/apache/doris/pull/18361
# Proposed changes
Issue Number: close #xxx
## Problem summary
1. Statistics lru cache memory in metrics
2. Statistics page memory not in cache in mem tracker
## Checklis
xinyiZzz commented on PR #18361:
URL: https://github.com/apache/doris/pull/18361#issuecomment-1495215016
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
englefly commented on PR #18331:
URL: https://github.com/apache/doris/pull/18331#issuecomment-1495215099
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
englefly commented on PR #18272:
URL: https://github.com/apache/doris/pull/18272#issuecomment-1495216296
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 #18361:
URL: https://github.com/apache/doris/pull/18361#issuecomment-1495217156
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 #18296:
URL: https://github.com/apache/doris/pull/18296#issuecomment-1495220419
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 #18296:
URL: https://github.com/apache/doris/pull/18296#issuecomment-1495220448
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
englefly merged PR #18296:
URL: https://github.com/apache/doris/pull/18296
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 798d2e5160 [fix](catalog) all properties should be checked when create
unpartitioned table (#18149)
add 3e7a942
hello-stephen commented on PR #18353:
URL: https://github.com/apache/doris/pull/18353#issuecomment-1495222428
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.77 seconds
stream load tsv: 466 seconds loaded 74807831229 Bytes, about 153
MB/s
JNSimba opened a new pull request, #18362:
URL: https://github.com/apache/doris/pull/18362
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has un
JNSimba closed pull request #18362: pick hyperscan 18350
URL: https://github.com/apache/doris/pull/18362
--
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:
yixiutt opened a new pull request, #18363:
URL: https://github.com/apache/doris/pull/18363
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Ha
yixiutt commented on PR #18363:
URL: https://github.com/apache/doris/pull/18363#issuecomment-1495230692
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 #18346:
URL: https://github.com/apache/doris/pull/18346#issuecomment-1495232511
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 #18346:
URL: https://github.com/apache/doris/pull/18346#issuecomment-1495232560
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 #18363:
URL: https://github.com/apache/doris/pull/18363#issuecomment-1495233081
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 #18337:
URL: https://github.com/apache/doris/pull/18337#issuecomment-1495233342
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 #18363:
URL: https://github.com/apache/doris/pull/18363#issuecomment-1495235614
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 #18363:
URL: https://github.com/apache/doris/pull/18363#issuecomment-149523
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 #18335:
URL: https://github.com/apache/doris/pull/18335#issuecomment-1495237570
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 #18335:
URL: https://github.com/apache/doris/pull/18335#issuecomment-1495237593
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 #18301:
URL: https://github.com/apache/doris/pull/18301#issuecomment-1495240275
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
zhangstar333 commented on code in PR #18231:
URL: https://github.com/apache/doris/pull/18231#discussion_r1156646891
##
be/src/vec/functions/array/function_array_cum_sum.cpp:
##
@@ -0,0 +1,255 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribut
morningman merged PR #17710:
URL: https://github.com/apache/doris/pull/17710
--
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 af80e65094 [Improve](FileCahe) Support the fi
morningman merged PR #18352:
URL: https://github.com/apache/doris/pull/18352
--
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 6231ca80f7 [improve](clickhouse catalog) Add
yiguolei merged PR #18278:
URL: https://github.com/apache/doris/pull/18278
--
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 a724443eb9 [Improvement](predicate) optimize sh
yiguolei merged PR #18334:
URL: https://github.com/apache/doris/pull/18334
--
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 50e6c4216a [vectorized](function) suppoort date
xiaokang commented on code in PR #18295:
URL: https://github.com/apache/doris/pull/18295#discussion_r1156653406
##
be/src/vec/olap/olap_data_convertor.cpp:
##
@@ -893,28 +893,44 @@ Status
OlapBlockDataConvertor::OlapColumnDataConvertorMap::convert_to_olap(
// offsets dat
github-actions[bot] commented on PR #18295:
URL: https://github.com/apache/doris/pull/18295#issuecomment-1495251264
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
wsjz commented on PR #18005:
URL: https://github.com/apache/doris/pull/18005#issuecomment-1495256239
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 unsubsc
yiguolei merged PR #18360:
URL: https://github.com/apache/doris/pull/18360
--
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 2a301eb437 [deps](arrow) update arrow download
yiguolei merged PR #18346:
URL: https://github.com/apache/doris/pull/18346
--
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 418ea0a24e [fix](merge-on-write) fix that faile
gitccl opened a new pull request, #18364:
URL: https://github.com/apache/doris/pull/18364
# Proposed changes
Issue Number: close #xxx
## Problem summary
#18015 enables stream load profile log. When `is_report_success` is true, be
will reportExecStatus to fe, but fe canno
github-actions[bot] commented on PR #18364:
URL: https://github.com/apache/doris/pull/18364#issuecomment-1495260188
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 #18364:
URL: https://github.com/apache/doris/pull/18364#issuecomment-1495260267
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
jacktengg opened a new pull request, #18365:
URL: https://github.com/apache/doris/pull/18365
# Proposed changes
Issue Number: close #xxx
## Problem summary
When processing data in hash table for right join and full outer join, if
the output data rows of one hash bucket
yiguolei commented on code in PR #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156662275
##
be/src/vec/data_types/data_type_fixed_length_object.h:
##
@@ -61,6 +61,7 @@ class DataTypeFixedLengthObject final : public IDataType {
bool is_categorial() c
yiguolei commented on code in PR #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156662366
##
be/src/vec/columns/column_fixed_length_object.h:
##
@@ -227,6 +227,8 @@ class ColumnFixedLengthObject final : public
COWHelper
github-actions[bot] commented on PR #18365:
URL: https://github.com/apache/doris/pull/18365#issuecomment-1495264034
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
weizhengte opened a new pull request, #18366:
URL: https://github.com/apache/doris/pull/18366
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
Yukang-Lian commented on PR #18359:
URL: https://github.com/apache/doris/pull/18359#issuecomment-1495266235
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
weizhengte commented on PR #18366:
URL: https://github.com/apache/doris/pull/18366#issuecomment-1495267014
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
hello-stephen commented on PR #18361:
URL: https://github.com/apache/doris/pull/18361#issuecomment-1495270984
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.3 seconds
stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156
MB/s
AshinGau closed pull request #14428: [feature-wip](resource-queue) create
resource queue to submit async jobs
URL: https://github.com/apache/doris/pull/14428
--
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 t
HappenLee commented on code in PR #18354:
URL: https://github.com/apache/doris/pull/18354#discussion_r1156677164
##
docs/zh-CN/docs/sql-manual/sql-functions/date-time-functions/time_to_sec.md:
##
@@ -0,0 +1,47 @@
+---
+{
+"title": "time_to_sec",
+"language": "zh-CN"
+}
+
starocean999 opened a new pull request, #18367:
URL: https://github.com/apache/doris/pull/18367
# Proposed changes
Issue Number: close #xxx
## Problem summary
sql : select bitmap_empty() from d_table where true;
should always use base index instead of any mv, because the c
starocean999 commented on PR #18367:
URL: https://github.com/apache/doris/pull/18367#issuecomment-1495289851
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 #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156688263
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -414,8 +419,8 @@ Status AggregationNode::prepare_profile(RuntimeState*
state) {
_align_a
mrhhsg opened a new pull request, #18368:
URL: https://github.com/apache/doris/pull/18368
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has uni
github-actions[bot] commented on PR #18368:
URL: https://github.com/apache/doris/pull/18368#issuecomment-1495294808
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
Yukang-Lian commented on PR #18359:
URL: https://github.com/apache/doris/pull/18359#issuecomment-1495296271
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 #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156691824
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -1127,6 +1204,205 @@ Status
AggregationNode::_pre_agg_with_serialized_key(doris::vectorized::Block* i
return Stat
yiguolei commented on code in PR #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156692510
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -1127,6 +1204,205 @@ Status
AggregationNode::_pre_agg_with_serialized_key(doris::vectorized::Block* i
return Stat
github-actions[bot] commented on code in PR #18166:
URL: https://github.com/apache/doris/pull/18166#discussion_r1156693709
##
be/src/vec/exec/format/orc/vorc_reader.h:
##
@@ -147,13 +147,19 @@ class OrcReader : public GenericReader {
Status _decode_explicit_decimal_column(c
Kikyou1997 commented on code in PR #18331:
URL: https://github.com/apache/doris/pull/18331#discussion_r1156694804
##
fe/fe-core/src/main/java/org/apache/doris/nereids/types/coercion/DateLikeType.java:
##
@@ -17,8 +17,30 @@
package org.apache.doris.nereids.types.coercion;
+i
hello-stephen commented on PR #18363:
URL: https://github.com/apache/doris/pull/18363#issuecomment-1495301449
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.44 seconds
stream load tsv: 447 seconds loaded 74807831229 Bytes, about 159
MB/s
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 8e049ebd92 [fix](ui) fix downlo
github-actions[bot] commented on PR #18166:
URL: https://github.com/apache/doris/pull/18166#issuecomment-1495306000
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 commented on code in PR #18051:
URL: https://github.com/apache/doris/pull/18051#discussion_r1156698027
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -1127,6 +1204,205 @@ Status
AggregationNode::_pre_agg_with_serialized_key(doris::vectorized::Block* i
return Stat
github-actions[bot] commented on PR #18166:
URL: https://github.com/apache/doris/pull/18166#issuecomment-1495307617
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 code in PR #17585:
URL: https://github.com/apache/doris/pull/17585#discussion_r1156699107
##
be/src/io/fs/s3_file_write_bufferpool.h:
##
@@ -0,0 +1,141 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor lice
SWJTU-ZhangLei commented on PR #17485:
URL: https://github.com/apache/doris/pull/17485#issuecomment-1495309292
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 #18166:
URL: https://github.com/apache/doris/pull/18166#issuecomment-1495309865
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
BiteThet merged PR #18187:
URL: https://github.com/apache/doris/pull/18187
--
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.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 418ea0a24e [fix](merge-on-write) fix that failed to
capture_consistent_rowsets when full clone (#18346)
add 5
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch opt_dict_perf
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/opt_dict_perf by this push:
new ac5c448b8f [bugfix](buffercontrol
AshinGau commented on PR #18340:
URL: https://github.com/apache/doris/pull/18340#issuecomment-1495315050
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
xinyiZzz commented on PR #18361:
URL: https://github.com/apache/doris/pull/18361#issuecomment-1495315329
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 comm
github-actions[bot] commented on PR #18361:
URL: https://github.com/apache/doris/pull/18361#issuecomment-1495316849
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 #18363:
URL: https://github.com/apache/doris/pull/18363
--
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 54dbb4af67 [vectorzied](jdbc) refactor jdbc table read array type
(#18187)
add 0cada3f81d [Enhancement](compact
yiguolei merged PR #18335:
URL: https://github.com/apache/doris/pull/18335
--
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 87e83081ff [test](compaction) add delete test (
Yukang-Lian commented on PR #18359:
URL: https://github.com/apache/doris/pull/18359#issuecomment-1495332060
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
Jibing-Li commented on PR #18355:
URL: https://github.com/apache/doris/pull/18355#issuecomment-1495334005
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
yiguolei merged PR #18326:
URL: https://github.com/apache/doris/pull/18326
--
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 175e5d405c [improvement](merge-on-write) remove
hello-stephen commented on PR #18367:
URL: https://github.com/apache/doris/pull/18367#issuecomment-149534
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.69 seconds
stream load tsv: 448 seconds loaded 74807831229 Bytes, about 159
MB/s
github-actions[bot] commented on PR #18344:
URL: https://github.com/apache/doris/pull/18344#issuecomment-1495348655
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 #18328:
URL: https://github.com/apache/doris/pull/18328#issuecomment-1495349152
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
ByteYue commented on PR #17585:
URL: https://github.com/apache/doris/pull/17585#issuecomment-1495350409
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
201 - 300 of 347 matches
Mail list logo