liaoxin01 commented on code in PR #14214:
URL: https://github.com/apache/doris/pull/14214#discussion_r1020707841
##
be/src/runtime/load_channel_mgr.h:
##
@@ -171,77 +178,115 @@ Status
LoadChannelMgr::_handle_mem_exceed_limit(TabletWriterAddResult* response)
MemInfo::pr
TaoZex commented on issue #11706:
URL: https://github.com/apache/doris/issues/11706#issuecomment-1312369212
I want to try argmax funtion.At the same time, do I need to implementation
argmin funtion.
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
zhannngchen commented on code in PR #14215:
URL: https://github.com/apache/doris/pull/14215#discussion_r1020673756
##
be/src/common/config.h:
##
@@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50");
// 50%
// soft limit which can trigger the memt
zhannngchen commented on code in PR #14215:
URL: https://github.com/apache/doris/pull/14215#discussion_r1020673756
##
be/src/common/config.h:
##
@@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50");
// 50%
// soft limit which can trigger the memt
liaoxin01 commented on code in PR #14215:
URL: https://github.com/apache/doris/pull/14215#discussion_r1020667298
##
be/src/common/config.h:
##
@@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50");
// 50%
// soft limit which can trigger the memtab
This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 bf79805a66 [regression-test] sleep longer to
dataroaring merged PR #14186:
URL: https://github.com/apache/doris/pull/14186
--
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.
github-actions[bot] commented on PR #14086:
URL: https://github.com/apache/doris/pull/14086#issuecomment-131287
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 #14162:
URL: https://github.com/apache/doris/pull/14162#issuecomment-1312333467
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 #14086:
URL: https://github.com/apache/doris/pull/14086#issuecomment-1312333405
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 #14162:
URL: https://github.com/apache/doris/pull/14162#issuecomment-1312333455
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
hello-stephen commented on PR #14217:
URL: https://github.com/apache/doris/pull/14217#issuecomment-1312332106
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.71 seconds
load time: 468 seconds
storage size: 17181234978 Bytes
https://doris-co
platoneko commented on code in PR #13993:
URL: https://github.com/apache/doris/pull/13993#discussion_r1020653038
##
be/src/olap/rowset/rowset_meta.h:
##
@@ -53,12 +53,14 @@ class RowsetMeta {
}
virtual bool init_from_pb(const RowsetMetaPB& rowset_meta_pb) {
-
hello-stephen commented on PR #14200:
URL: https://github.com/apache/doris/pull/14200#issuecomment-1312326526
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.6 seconds
load time: 447 seconds
storage size: 17184445696 Bytes
https://doris-com
lsy3993 opened a new pull request, #14217:
URL: https://github.com/apache/doris/pull/14217
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
jackwener commented on code in PR #14179:
URL: https://github.com/apache/doris/pull/14179#discussion_r1020634897
##
fe/fe-core/src/test/java/org/apache/doris/nereids/memo/MemoExploreTest.java:
##
@@ -0,0 +1,148 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+/
hello-stephen commented on PR #14216:
URL: https://github.com/apache/doris/pull/14216#issuecomment-1312274237
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.29 seconds
load time: 439 seconds
storage size: 17182769441 Bytes
https://doris-co
Yukang-Lian commented on PR #14216:
URL: https://github.com/apache/doris/pull/14216#issuecomment-1312268082
When there are multiple rows of data, the calculation cannot be performed
correctly. I will fix it soon.
--
This is an automated message from the Apache Git Service.
To respond to t
Yukang-Lian opened a new pull request, #14216:
URL: https://github.com/apache/doris/pull/14216
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
hello-stephen commented on PR #14215:
URL: https://github.com/apache/doris/pull/14215#issuecomment-1312167123
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.68 seconds
load time: 479 seconds
storage size: 17152751018 Bytes
https://doris-co
hello-stephen commented on PR #14214:
URL: https://github.com/apache/doris/pull/14214#issuecomment-1312155335
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.49 seconds
load time: 439 seconds
storage size: 17178952190 Bytes
https://doris-co
zhannngchen opened a new pull request, #14215:
URL: https://github.com/apache/doris/pull/14215
# Proposed changes
Issue Number: close #xxx
## Problem summary
some simple optimization for reduce load mem policy
1. change soft limit default value to 80
2. print num ru
zhannngchen opened a new pull request, #14214:
URL: https://github.com/apache/doris/pull/14214
# Proposed changes
Issue Number: close #xxx
## Problem summary
When there are lots of small load channels, reduce memory in batch to
release memory more effectively.
##
morrySnow commented on PR #13659:
URL: https://github.com/apache/doris/pull/13659#issuecomment-1311954290
plz solve conflict
--
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.
morrySnow closed pull request #12197: [feature](Nereids): add join reorder rule.
URL: https://github.com/apache/doris/pull/12197
--
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.
morrySnow commented on PR #12197:
URL: https://github.com/apache/doris/pull/12197#issuecomment-1311953120
out of date
--
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 #14039:
URL: https://github.com/apache/doris/pull/14039#issuecomment-1311952358
plz solve conflict
--
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.
morrySnow commented on code in PR #14179:
URL: https://github.com/apache/doris/pull/14179#discussion_r1020402321
##
fe/fe-core/src/test/java/org/apache/doris/nereids/memo/MemoExploreTest.java:
##
@@ -0,0 +1,148 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+/
morrySnow commented on PR #14190:
URL: https://github.com/apache/doris/pull/14190#issuecomment-1311948640
plz split into 2 PR
--
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.
morrySnow commented on code in PR #14201:
URL: https://github.com/apache/doris/pull/14201#discussion_r1020366774
##
fe/fe-core/src/main/cup/sql_parser.cup:
##
@@ -3605,9 +3605,9 @@ show_param ::=
RESULT = new ShowTableStatsStmt(tbl, partitionNames);
:}
/* show
morningman commented on code in PR #14134:
URL: https://github.com/apache/doris/pull/14134#discussion_r1020384937
##
fe/fe-core/src/main/java/org/apache/doris/datasource/PooledHiveMetaStoreClient.java:
##
@@ -62,49 +64,56 @@ public List getAllDatabases() {
try (CachedCl
morningman commented on code in PR #14134:
URL: https://github.com/apache/doris/pull/14134#discussion_r1020379371
##
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java:
##
@@ -0,0 +1,334 @@
+// Licensed to the Apache Software Foundation (ASF) under
morningman commented on code in PR #14134:
URL: https://github.com/apache/doris/pull/14134#discussion_r1020378782
##
fe/fe-core/src/main/java/org/apache/doris/datasource/PooledHiveMetaStoreClient.java:
##
@@ -62,49 +64,56 @@ public List getAllDatabases() {
try (CachedCl
morningman commented on code in PR #14134:
URL: https://github.com/apache/doris/pull/14134#discussion_r1020378578
##
fe/fe-core/src/main/java/org/apache/doris/catalog/external/HMSExternalTable.java:
##
@@ -340,12 +352,28 @@ public Map getS3Properties() {
return catalog.
hello-stephen commented on PR #14213:
URL: https://github.com/apache/doris/pull/14213#issuecomment-1311874523
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.04 seconds
load time: 441 seconds
storage size: 17183690818 Bytes
https://doris-co
hello-stephen commented on PR #14212:
URL: https://github.com/apache/doris/pull/14212#issuecomment-1311854460
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.3 seconds
load time: 437 seconds
storage size: 17179684772 Bytes
https://doris-com
morningman commented on code in PR #14213:
URL: https://github.com/apache/doris/pull/14213#discussion_r1020324233
##
fe/fe-core/src/main/java/org/apache/doris/tablefunction/HdfsTableValuedFunction.java:
##
@@ -0,0 +1,128 @@
+// Licensed to the Apache Software Foundation (ASF) un
morningman commented on PR #14213:
URL: https://github.com/apache/doris/pull/14213#issuecomment-1311822886
You need to add all new csv file to `.licenserc.yaml`, to pass the license
check
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
github-actions[bot] commented on PR #14194:
URL: https://github.com/apache/doris/pull/14194#issuecomment-1311822429
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 #14194:
URL: https://github.com/apache/doris/pull/14194#issuecomment-1311822473
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 #14211:
URL: https://github.com/apache/doris/pull/14211#issuecomment-1311817933
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.15 seconds
load time: 436 seconds
storage size: 17184752250 Bytes
https://doris-co
morningman commented on PR #14212:
URL: https://github.com/apache/doris/pull/14212#issuecomment-1311815624
Are there any cases for
```
2. The array column does not count the number of nulls
3. Generate wrong NullMap for array column
```
?
--
This is an automated message from
github-actions[bot] commented on PR #14212:
URL: https://github.com/apache/doris/pull/14212#issuecomment-1311815518
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 #14212:
URL: https://github.com/apache/doris/pull/14212#issuecomment-1311815462
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
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 43490a33a5 [feature-array](array-type) Add array function
array_with_constant (#14115)
add 44eb1cf1c3 [fix](c
morningman merged PR #14137:
URL: https://github.com/apache/doris/pull/14137
--
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
github-actions[bot] commented on PR #14137:
URL: https://github.com/apache/doris/pull/14137#issuecomment-1311795058
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 #14137:
URL: https://github.com/apache/doris/pull/14137#issuecomment-1311795007
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
BePPPower opened a new pull request, #14213:
URL: https://github.com/apache/doris/pull/14213
# Proposed changes
Issue Number: close #13959
This pr does two things:
1. support `hdfs()` table valued function.
2. add regression test
## Problem summary
Just like
AshinGau opened a new pull request, #14212:
URL: https://github.com/apache/doris/pull/14212
# Proposed changes
## Problem summary
Fix three bugs:
1. The EOF of lazy read columns may be not equal to the EOF of predicate
columns.(for example: If the predicate column has 3 pages, w
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020218941
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalRepeat.java:
##
@@ -0,0 +1,151 @@
+// Licensed to the Apache Software Foundation (AS
Tanya-W opened a new pull request, #14211:
URL: https://github.com/apache/doris/pull/14211
# Proposed changes
Issue Number: Step1.3 of [DSIP-023: Add inverted index for full text
search](https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+sea
dataroaring opened a new issue, #14210:
URL: https://github.com/apache/doris/issues/14210
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
Implement a func
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 43490a33a5 [feature-array](array-type) Add array
xy720 merged PR #14115:
URL: https://github.com/apache/doris/pull/14115
--
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 #14209:
URL: https://github.com/apache/doris/pull/14209#issuecomment-1311728919
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.28 seconds
load time: 511 seconds
storage size: 17177715881 Bytes
https://doris-co
hello-stephen commented on PR #14208:
URL: https://github.com/apache/doris/pull/14208#issuecomment-1311708582
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.84 seconds
load time: 491 seconds
storage size: 17179867964 Bytes
https://doris-co
Wilson-BT closed issue #14138: [Bug] Doris metrics wrong
URL: https://github.com/apache/doris/issues/14138
--
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-mai
This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 0ba13af8ff [feature](running_difference) sup
dataroaring merged PR #13737:
URL: https://github.com/apache/doris/pull/13737
--
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.
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151519
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020020320
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151519
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
hello-stephen commented on PR #14179:
URL: https://github.com/apache/doris/pull/14179#issuecomment-1311669887
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.78 seconds
load time: 493 seconds
storage size: 17179934592 Bytes
https://doris-co
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
hello-stephen commented on PR #14206:
URL: https://github.com/apache/doris/pull/14206#issuecomment-1311659060
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.51 seconds
load time: 443 seconds
storage size: 17181107393 Bytes
https://doris-co
zhangstar333 opened a new pull request, #14209:
URL: https://github.com/apache/doris/pull/14209
…ghted functions
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the origina
github-actions[bot] commented on PR #14208:
URL: https://github.com/apache/doris/pull/14208#issuecomment-1311657843
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 #14208:
URL: https://github.com/apache/doris/pull/14208#issuecomment-1311657786
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
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020159143
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -198,6 +220,10 @@ public PlanFragment visitPhysicalAggregate(
xy720 opened a new pull request, #14208:
URL: https://github.com/apache/doris/pull/14208
# Proposed changes
fix typos.
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
- [x] No
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
hello-stephen commented on PR #14203:
URL: https://github.com/apache/doris/pull/14203#issuecomment-1311638976
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.18 seconds
load time: 447 seconds
storage size: 17180461112 Bytes
https://doris-co
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020151860
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020020010
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
Kikyou1997 commented on code in PR #14201:
URL: https://github.com/apache/doris/pull/14201#discussion_r1020143545
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java:
##
@@ -57,7 +58,8 @@ public void run() {
}
while (true) {
airborne12 opened a new pull request, #14207:
URL: https://github.com/apache/doris/pull/14207
# Proposed changes
Issue Number: Step1.2 of [DSIP-023: Add inverted index for full text
search](https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+
hello-stephen commented on PR #14201:
URL: https://github.com/apache/doris/pull/14201#issuecomment-1311587787
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.97 seconds
load time: 470 seconds
storage size: 17180141880 Bytes
https://doris-co
dataroaring opened a new pull request, #14206:
URL: https://github.com/apache/doris/pull/14206
Split them to tpch_sf1_unique_p1 and tpch_sf1_p1.
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
github-actions[bot] commented on PR #14115:
URL: https://github.com/apache/doris/pull/14115#issuecomment-1311574042
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 #14115:
URL: https://github.com/apache/doris/pull/14115#issuecomment-1311573966
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
eldenmoon commented on code in PR #14115:
URL: https://github.com/apache/doris/pull/14115#discussion_r1020126522
##
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_with_constant.md:
##
@@ -0,0 +1,65 @@
+---
+{
+"title": "array_with_constant",
+"language":
924060929 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1020034159
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -257,6 +283,210 @@ public PlanFragment visitPhysicalAggregate(
xy720 commented on code in PR #14115:
URL: https://github.com/apache/doris/pull/14115#discussion_r1020114010
##
docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_with_constant.md:
##
@@ -0,0 +1,65 @@
+---
+{
+"title": "array_with_constant",
+"language": "zh-
eldenmoon commented on code in PR #14115:
URL: https://github.com/apache/doris/pull/14115#discussion_r1020108585
##
be/src/vec/functions/array/function_array_with_constant.cpp:
##
@@ -0,0 +1,97 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contrib
eldenmoon commented on code in PR #14115:
URL: https://github.com/apache/doris/pull/14115#discussion_r1020108335
##
be/src/vec/functions/array/function_array_with_constant.cpp:
##
@@ -0,0 +1,97 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contrib
hello-stephen commented on PR #14196:
URL: https://github.com/apache/doris/pull/14196#issuecomment-1311523753
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.02 seconds
load time: 441 seconds
storage size: 17179152622 Bytes
https://doris-co
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 43f80e2633 [enhancement](load) Increase batch size of node channel to
improve import performance (#13912)
add 2
yiguolei merged PR #14187:
URL: https://github.com/apache/doris/pull/14187
--
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
englefly commented on code in PR #14201:
URL: https://github.com/apache/doris/pull/14201#discussion_r1020081253
##
fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java:
##
@@ -57,7 +58,8 @@ public void run() {
}
while (true) {
1 - 100 of 137 matches
Mail list logo