yangzhg commented on code in PR #13147:
URL: https://github.com/apache/doris/pull/13147#discussion_r999028922
##
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##
@@ -1792,4 +1792,19 @@ public class Config extends ConfigBase {
@ConfField(mutable = false)
yangzhg commented on code in PR #13147:
URL: https://github.com/apache/doris/pull/13147#discussion_r999028922
##
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##
@@ -1792,4 +1792,19 @@ public class Config extends ConfigBase {
@ConfField(mutable = false)
Gabriel39 opened a new pull request, #13476:
URL: https://github.com/apache/doris/pull/13476
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
yangzhg commented on code in PR #13147:
URL: https://github.com/apache/doris/pull/13147#discussion_r999029287
##
fe/fe-core/src/main/java/org/apache/doris/common/Config.java:
##
@@ -1792,4 +1792,19 @@ public class Config extends ConfigBase {
@ConfField(mutable = false)
carlvinhust2012 opened a new pull request, #13477:
URL: https://github.com/apache/doris/pull/13477
# Proposed changes
1. this pr is used to fix the wrong result of array_join function.
2.
Issue Number: #7570
## Problem summary
Describe your changes.
## Checklis
HappenLee commented on code in PR #13440:
URL: https://github.com/apache/doris/pull/13440#discussion_r999040853
##
docs/en/docs/sql-manual/sql-functions/array-functions/array_difference.md:
##
@@ -0,0 +1,66 @@
+---
+{
+"title": "array_difference",
+"language": "en"
+}
+-
HappenLee commented on code in PR #13440:
URL: https://github.com/apache/doris/pull/13440#discussion_r999041861
##
be/src/vec/functions/array/function_array_difference.h:
##
@@ -0,0 +1,186 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor
cambyzju commented on code in PR #13428:
URL: https://github.com/apache/doris/pull/13428#discussion_r999042887
##
be/src/vec/data_types/data_type_array.cpp:
##
@@ -180,10 +181,15 @@ Status DataTypeArray::from_string(ReadBuffer& rb,
IColumn* column) const {
auto& offsets =
yangzhg merged PR #13448:
URL: https://github.com/apache/doris/pull/13448
--
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
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 0b368fbbfa [Bugfix](vec) Fix all create mv using
jacktengg opened a new issue, #13478:
URL: https://github.com/apache/doris/issues/13478
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
master f0dbb
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new f6bbe04244 [Bug](function) fix
yangzhg closed issue #13447: [Bug] Create MV using function
bitmap_union(to_bitmap(col)) on column with negative values will not fail
URL: https://github.com/apache/doris/issues/13447
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
yiguolei merged PR #13471:
URL: https://github.com/apache/doris/pull/13471
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
yiguolei merged PR #13462:
URL: https://github.com/apache/doris/pull/13462
--
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 0b368fbbfa [Bugfix](vec) Fix all create mv using to_bitmap() on
negative value columns when enable_vectorized_alter_
jacktengg opened a new pull request, #13479:
URL: https://github.com/apache/doris/pull/13479
# Proposed changes
Issue Number: close #13478
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 29b4d8dcad [typo](docs) fix some problem #13462
add eeb2b0acdb [doc][fix](multi-catalog) Add multi-catalog es
morningman merged PR #13429:
URL: https://github.com/apache/doris/pull/13429
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.a
morningman merged PR #13363:
URL: https://github.com/apache/doris/pull/13363
--
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 e65a4a9f9f [Improvement](multi-catalog)Suppor
morningman commented on PR #13363:
URL: https://github.com/apache/doris/pull/13363#issuecomment-1283594570
Please add regress test after #13143 is merged
--
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
zhannngchen opened a new pull request, #13480:
URL: https://github.com/apache/doris/pull/13480
…mory
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
HappenLee commented on code in PR #13166:
URL: https://github.com/apache/doris/pull/13166#discussion_r999095618
##
be/src/exec/olap_common.h:
##
@@ -508,45 +511,62 @@ size_t
ColumnValueRange::get_convertible_fixed_value_size() cons
return _high_value - _low_value;
}
-te
924060929 commented on code in PR #13416:
URL: https://github.com/apache/doris/pull/13416#discussion_r999072231
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/mv/SelectMaterializedIndexWithAggregate.java:
##
@@ -543,7 +398,7 @@ public CheckContext(LogicalOlapScan sca
hello-stephen commented on PR #13473:
URL: https://github.com/apache/doris/pull/13473#issuecomment-1283662410
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 41.63 seconds
load time: 585 seconds
storage size: 17154768636 Bytes
https://doris-co
stalary opened a new pull request, #13481:
URL: https://github.com/apache/doris/pull/13481
# Proposed changes
relation pr: https://github.com/apache/doris/pull/11228/files
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 5f22c23977b fix
5f22c23977b is desc
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 c8325895d70 fix
c8325895d70 is desc
github-actions[bot] commented on PR #13166:
URL: https://github.com/apache/doris/pull/13166#issuecomment-1283764924
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 #13166:
URL: https://github.com/apache/doris/pull/13166#issuecomment-1283765019
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
xy720 commented on code in PR #13428:
URL: https://github.com/apache/doris/pull/13428#discussion_r999229603
##
be/src/vec/functions/function_cast.h:
##
@@ -332,9 +334,16 @@ struct ConvertImplGenericFromString {
continue;
}
R
morningman opened a new issue, #13482:
URL: https://github.com/apache/doris/issues/13482
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
master
morningman commented on issue #13482:
URL: https://github.com/apache/doris/issues/13482#issuecomment-1283803675
@stalary could you please fix this?
--
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
Gabriel39 commented on code in PR #13479:
URL: https://github.com/apache/doris/pull/13479#discussion_r999280166
##
be/src/vec/exec/join/vhash_join_node.cpp:
##
@@ -268,8 +271,8 @@ void ProcessHashTableProbe::build_side_output_column(
// Dispose right tuple is null flags c
zhiwen95 opened a new issue, #13484:
URL: https://github.com/apache/doris/issues/13484
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
1.1.3
starocean999 opened a new pull request, #13485:
URL: https://github.com/apache/doris/pull/13485
# Proposed changes
Issue Number: close https://github.com/apache/doris/issues/13350
## Problem summary
this fix a bug introduced by https://github.com/apache/doris/pull/13376
hello-stephen commented on PR #12742:
URL: https://github.com/apache/doris/pull/12742#issuecomment-1283871017
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.19 seconds
load time: 620 seconds
storage size: 17108741844 Bytes
https://doris-co
pengxiangyu opened a new issue, #13486:
URL: https://github.com/apache/doris/issues/13486
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
Suppor
pengxiangyu opened a new pull request, #13487:
URL: https://github.com/apache/doris/pull/13487
# Proposed changes
Issue Number: close #13486
## Problem summary
Support schema change for rowset on remote storage.
## Checklist(Required)
1. Does it affect the o
dataroaring commented on PR #13487:
URL: https://github.com/apache/doris/pull/13487#issuecomment-1283913174
We should not implement heavy schema change for cooldown, light schema
change is done only in fe. We can enable light schema change when creating a
table with property light_schema_c
cambyzju commented on code in PR #13440:
URL: https://github.com/apache/doris/pull/13440#discussion_r999365535
##
be/src/vec/functions/array/function_array_difference.h:
##
@@ -0,0 +1,204 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor l
hello-stephen commented on PR #13323:
URL: https://github.com/apache/doris/pull/13323#issuecomment-1283919078
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.19 seconds
load time: 583 seconds
storage size: 17154768716 Bytes
https://doris-co
HappenLee opened a new pull request, #13488:
URL: https://github.com/apache/doris/pull/13488
# Proposed changes
do the opt:
TPCH Q18 36s->33s
Q20 18s->17s
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the
dataroaring commented on code in PR #13410:
URL: https://github.com/apache/doris/pull/13410#discussion_r999365287
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##
@@ -4030,12 +4031,113 @@ public void replayRenamePartition(TableInfo tableInfo)
throws MetaNotFoun
dataroaring commented on code in PR #13410:
URL: https://github.com/apache/doris/pull/13410#discussion_r999365287
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##
@@ -4030,12 +4031,113 @@ public void replayRenamePartition(TableInfo tableInfo)
throws MetaNotFoun
cambyzju commented on code in PR #13440:
URL: https://github.com/apache/doris/pull/13440#discussion_r999373905
##
be/src/vec/functions/array/function_array_difference.h:
##
@@ -0,0 +1,204 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor l
Jibing-Li opened a new pull request, #13489:
URL: https://github.com/apache/doris/pull/13489
# Proposed changes
Issue Number: close #xxx
## Problem summary
The `HMSExternalCatalog` fields `dbNameToId` and `idToDb` could be NULL when
the HMSExternalCatalog object is creat
hello-stephen commented on PR #13476:
URL: https://github.com/apache/doris/pull/13476#issuecomment-1283949341
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.33 seconds
load time: 592 seconds
storage size: 17154768686 Bytes
https://doris-co
github-actions[bot] commented on PR #11693:
URL: https://github.com/apache/doris/pull/11693#issuecomment-1283957432
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 #11693:
URL: https://github.com/apache/doris/pull/11693#issuecomment-1283957490
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
liaoxin01 opened a new pull request, #13490:
URL: https://github.com/apache/doris/pull/13490
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
xinyiZzz opened a new pull request, #13491:
URL: https://github.com/apache/doris/pull/13491
# Proposed changes
Issue Number: close #xxx
## Problem summary
cherry-pick #13368 and some other modify
Previously, bthread_getspecific was called every time bthread local w
Johnnyssc opened a new pull request, #13492:
URL: https://github.com/apache/doris/pull/13492
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
hello-stephen commented on PR #13147:
URL: https://github.com/apache/doris/pull/13147#issuecomment-1283975915
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.06 seconds
load time: 597 seconds
storage size: 17154768637 Bytes
https://doris-co
morningman merged PR #13476:
URL: https://github.com/apache/doris/pull/13476
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from e65a4a9f9f [Improvement](multi-catalog)Support refresh external
catalog. (#13363)
add c4b5ba2a4f [Regression]
dependabot[bot] opened a new pull request, #13493:
URL: https://github.com/apache/doris/pull/13493
Bumps commons-text from 1.9 to 1.10.0.
[;
Status BetaRowsetWriter::
This is an automated email from the ASF dual-hosted git repository.
xuyang 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 9ac4cfc9bb [bugfix](array-type) ColumnDate lost i
xy720 merged PR #13420:
URL: https://github.com/apache/doris/pull/13420
--
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.apache
hello-stephen commented on PR #13231:
URL: https://github.com/apache/doris/pull/13231#issuecomment-1284036338
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.76 seconds
load time: 585 seconds
storage size: 17154768597 Bytes
https://doris-co
github-actions[bot] commented on PR #13096:
URL: https://github.com/apache/doris/pull/13096#issuecomment-1284040380
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 #13096:
URL: https://github.com/apache/doris/pull/13096#issuecomment-1284040442
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, #13494:
URL: https://github.com/apache/doris/pull/13494
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
yixiutt opened a new pull request, #13495:
URL: https://github.com/apache/doris/pull/13495
1.remove quick_compaction's rowset pick policy, call cu compaction when
trigger quick compaction
2. skip tablet's compaction task when compaction score is too small
# Proposed changes
hello-stephen opened a new pull request, #13496:
URL: https://github.com/apache/doris/pull/13496
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
morningman commented on code in PR #13428:
URL: https://github.com/apache/doris/pull/13428#discussion_r999526366
##
be/src/vec/exec/vbroker_scanner.cpp:
##
@@ -91,9 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line,
return Status::OK();
}
-
stalary opened a new pull request, #13497:
URL: https://github.com/apache/doris/pull/13497
# Proposed changes
Issue Number: close https://github.com/apache/doris/issues/13482
## Problem summary
Add readlock for show policy resolve ConcurrentModificationException
##
morningman commented on code in PR #13428:
URL: https://github.com/apache/doris/pull/13428#discussion_r999528721
##
be/src/vec/data_types/data_type_array.cpp:
##
@@ -180,10 +181,15 @@ Status DataTypeArray::from_string(ReadBuffer& rb,
IColumn* column) const {
auto& offsets
hello-stephen commented on PR #13472:
URL: https://github.com/apache/doris/pull/13472#issuecomment-1284110512
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.95 seconds
load time: 588 seconds
storage size: 17154768614 Bytes
https://doris-co
github-actions[bot] commented on PR #13475:
URL: https://github.com/apache/doris/pull/13475#issuecomment-1284117292
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 #13475:
URL: https://github.com/apache/doris/pull/13475#issuecomment-1284117343
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 #13444:
URL: https://github.com/apache/doris/pull/13444#issuecomment-1284141072
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.1 seconds
load time: 584 seconds
storage size: 17154768628 Bytes
https://doris-com
adonis0147 merged PR #13473:
URL: https://github.com/apache/doris/pull/13473
--
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.
adonisling 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 410e36ef5b [enhancement](macOS) Refine the bu
github-actions[bot] commented on PR #13488:
URL: https://github.com/apache/doris/pull/13488#issuecomment-1284188447
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 #13488:
URL: https://github.com/apache/doris/pull/13488#issuecomment-1284188501
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 #13479:
URL: https://github.com/apache/doris/pull/13479#issuecomment-1284260249
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.78 seconds
load time: 583 seconds
storage size: 17154764646 Bytes
https://doris-co
jackwener opened a new pull request, #13498:
URL: https://github.com/apache/doris/pull/13498
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
hello-stephen commented on PR #13460:
URL: https://github.com/apache/doris/pull/13460#issuecomment-1284285943
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.23 seconds
load time: 585 seconds
storage size: 17154768674 Bytes
https://doris-co
github-actions[bot] commented on PR #13489:
URL: https://github.com/apache/doris/pull/13489#issuecomment-1284306572
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 #13489:
URL: https://github.com/apache/doris/pull/13489#issuecomment-1284306635
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 #12996:
URL: https://github.com/apache/doris/pull/12996#issuecomment-1284385838
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.46 seconds
load time: 585 seconds
storage size: 17154562414 Bytes
https://doris-co
hello-stephen commented on PR #13452:
URL: https://github.com/apache/doris/pull/13452#issuecomment-1284408996
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.69 seconds
load time: 584 seconds
storage size: 17154768684 Bytes
https://doris-co
hello-stephen commented on PR #13485:
URL: https://github.com/apache/doris/pull/13485#issuecomment-1284451372
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.28 seconds
load time: 590 seconds
storage size: 17154768447 Bytes
https://doris-co
hello-stephen commented on PR #13487:
URL: https://github.com/apache/doris/pull/13487#issuecomment-1284478910
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 37.59 seconds
load time: 603 seconds
storage size: 17108337541 Bytes
https://doris-co
hello-stephen commented on PR #13361:
URL: https://github.com/apache/doris/pull/13361#issuecomment-1284564434
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.02 seconds
load time: 579 seconds
storage size: 17154768600 Bytes
https://doris-co
hello-stephen commented on PR #13488:
URL: https://github.com/apache/doris/pull/13488#issuecomment-1284584082
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.1 seconds
load time: 583 seconds
storage size: 17154764623 Bytes
https://doris-com
hello-stephen commented on PR #13477:
URL: https://github.com/apache/doris/pull/13477#issuecomment-1284601199
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.75 seconds
load time: 585 seconds
storage size: 17154768640 Bytes
https://doris-co
hello-stephen commented on PR #13489:
URL: https://github.com/apache/doris/pull/13489#issuecomment-1284628309
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 39.89 seconds
load time: 587 seconds
storage size: 17154768623 Bytes
https://doris-co
stalary commented on issue #13464:
URL: https://github.com/apache/doris/issues/13464#issuecomment-1284716777
You can try upgrade to 1.1.3~
--
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 spec
hello-stephen commented on PR #13383:
URL: https://github.com/apache/doris/pull/13383#issuecomment-1284718209
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.06 seconds
load time: 588 seconds
storage size: 17154768621 Bytes
https://doris-co
stalary commented on issue #13458:
URL: https://github.com/apache/doris/issues/13458#issuecomment-1284720062
You can implement it in internal function.
--
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
stalary commented on issue #13432:
URL: https://github.com/apache/doris/issues/13432#issuecomment-1284722333
You can try routine load or binlog load.
--
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
github-actions[bot] closed pull request #9110: [Improvement] include the
footprint of the stale rowset in the DataUsedCapacity
URL: https://github.com/apache/doris/pull/9110
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
1 - 100 of 209 matches
Mail list logo