github-actions[bot] commented on PR #10241:
URL: https://github.com/apache/doris/pull/10241#issuecomment-1160052477
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
yiguolei merged PR #10249:
URL: https://github.com/apache/doris/pull/10249
--
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 57327e6236 [improvement]Separate input and outp
yiguolei commented on code in PR #10259:
URL: https://github.com/apache/doris/pull/10259#discussion_r901324735
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -859,40 +859,50 @@ Status SegmentIterator::_read_columns_by_index(uint32_t
nrows_read_limit, uint32
void
yiguolei commented on code in PR #10259:
URL: https://github.com/apache/doris/pull/10259#discussion_r901324735
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -859,40 +859,50 @@ Status SegmentIterator::_read_columns_by_index(uint32_t
nrows_read_limit, uint32
void
chenlinzhong opened a new issue, #10260:
URL: https://github.com/apache/doris/issues/10260
### 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
The p
yiguolei commented on code in PR #10259:
URL: https://github.com/apache/doris/pull/10259#discussion_r901328169
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -871,28 +871,45 @@ void
SegmentIterator::_evaluate_vectorization_predicate(uint16_t* sel_rowid_idx,
m
chenlinzhong opened a new pull request, #10261:
URL: https://github.com/apache/doris/pull/10261
The performance of some CPUs that do not implement CRC instructions is
particularly poor
# Proposed changes
Issue Number: close #10260
## Problem Summary:
add instructi
morningman merged PR #10240:
URL: https://github.com/apache/doris/pull/10240
--
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 57327e6236 [improvement]Separate input and output parameters in
ColumnPredicate (#10249)
add 8531dcb885 [refa
englefly commented on code in PR #10259:
URL: https://github.com/apache/doris/pull/10259#discussion_r901330938
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -871,28 +871,45 @@ void
SegmentIterator::_evaluate_vectorization_predicate(uint16_t* sel_rowid_idx,
m
adonis0147 opened a new pull request, #10262:
URL: https://github.com/apache/doris/pull/10262
# Proposed changes
Issue Number: close #10258
## Problem Summary:
Please refer to #10258
## Checklist(Required)
1. Does it affect the original behavior: No
2.
adonis0147 commented on PR #10262:
URL: https://github.com/apache/doris/pull/10262#issuecomment-1160070247
@hf200012 PTAL.
--
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.
T
pengxiangyu opened a new pull request, #10263:
URL: https://github.com/apache/doris/pull/10263
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Add key words for help.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No/I D
pengxiangyu opened a new issue, #10264:
URL: https://github.com/apache/doris/issues/10264
### 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
Add so
github-actions[bot] commented on PR #10241:
URL: https://github.com/apache/doris/pull/10241#issuecomment-1160076514
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
adonis0147 commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1160083049
Hi @TurboWay , it seems that some dependencies are not installed
automatically after I ran `pip install DorisClient`.
 under one
+// or more contributor lic
cambyzju commented on code in PR #10233:
URL: https://github.com/apache/doris/pull/10233#discussion_r901347801
##
be/src/vec/functions/array/function_arrays_overlap.h:
##
@@ -0,0 +1,245 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor lic
cambyzju commented on code in PR #10233:
URL: https://github.com/apache/doris/pull/10233#discussion_r901348087
##
be/src/vec/functions/array/function_arrays_overlap.h:
##
@@ -0,0 +1,245 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor lic
adonis0147 commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1160090968
If someone else in community is interested in this tool and he (or she)
modifies it, are there some ways to publish this tool in
[PyPI](https://pypi.org/project/DorisClient/) ? Maybe s
924060929 commented on code in PR #10241:
URL: https://github.com/apache/doris/pull/10241#discussion_r901362112
##
fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java:
##
@@ -69,6 +74,20 @@ public GroupExpression copyIn(Plan node, Group target,
boolean rewrite) {
924060929 commented on code in PR #10241:
URL: https://github.com/apache/doris/pull/10241#discussion_r901362689
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Expression.java:
##
@@ -18,18 +18,22 @@
package org.apache.doris.nereids.trees.expressions;
chenlinzhong opened a new issue, #10265:
URL: https://github.com/apache/doris/issues/10265
### 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
now s
chenlinzhong opened a new pull request, #10266:
URL: https://github.com/apache/doris/pull/10266
# Proposed changes
Issue Number: #10265
## Problem Summary:
- scheam hash logic is removed but website display page still exists
- remove display schema hash info
##
liuzhuang2017 opened a new pull request, #10267:
URL: https://github.com/apache/doris/pull/10267
# Proposed changes
Fixed inaccessible links in README.md file.
## Problem Summary:
Fixed inaccessible links in README.md file.
## Checklist(Required)
1. Does it
Gabriel39 opened a new pull request, #10268:
URL: https://github.com/apache/doris/pull/10268
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Ye
github-actions[bot] commented on PR #10263:
URL: https://github.com/apache/doris/pull/10263#issuecomment-1160149243
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 #10263:
URL: https://github.com/apache/doris/pull/10263#issuecomment-1160149344
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
zhengshiJ commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901409623
##
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##
@@ -178,6 +221,12 @@ booleanValue
: TRUE | FALSE
;
+aggFunction
+: AVG '(' DI
zhengshiJ commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901409928
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/BetweenPredicate.java:
##
@@ -0,0 +1,85 @@
+// Licensed to the Apache Software Foundation (ASF)
zhengshiJ commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901410528
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/analysis/FunctionParams.java:
##
@@ -0,0 +1,83 @@
+// Licensed to the Apache Software Foundation (ASF) under
zhengshiJ commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901410797
##
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##
@@ -132,11 +153,18 @@ private LogicalPlan plan(ParserRuleContext tree) {
p
cambyzju opened a new pull request, #10269:
URL: https://github.com/apache/doris/pull/10269
# Proposed changes
Pr10249 https://github.com/apache/doris/pull/10249 change evaluate
interface, but not update UT cases.
## Problem Summary:
Describe the overview of changes.
morrySnow commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901423828
##
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##
@@ -278,6 +317,70 @@ last, plan(join.relationPrimary())
return last;
jackwener opened a new pull request, #10270:
URL: https://github.com/apache/doris/pull/10270
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (No
github-actions[bot] commented on PR #10233:
URL: https://github.com/apache/doris/pull/10233#issuecomment-1160195698
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 #10233:
URL: https://github.com/apache/doris/pull/10233#issuecomment-1160195755
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
zxealous opened a new pull request, #10271:
URL: https://github.com/apache/doris/pull/10271
# Proposed changes
fix typos in comments
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No
github-actions[bot] commented on PR #10263:
URL: https://github.com/apache/doris/pull/10263#issuecomment-1160206061
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
morningman commented on code in PR #10246:
URL: https://github.com/apache/doris/pull/10246#discussion_r901452877
##
fe/fe-core/src/main/java/org/apache/doris/analysis/TablePattern.java:
##
@@ -110,34 +160,27 @@ public boolean equals(Object obj) {
return false;
chenlinzhong opened a new pull request, #10272:
URL: https://github.com/apache/doris/pull/10272
# Proposed changes
Issue Number: xxx
## Problem Summary:
update invalid links
 {
return false;
morningman merged PR #9973:
URL: https://github.com/apache/doris/pull/9973
--
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
TurboWay commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1160222457
> Hi @TurboWay , it seems that some dependencies are not installed
automatically after I ran `pip install DorisClient`.
>
>
 were added to refs/heads/master by this push:
new 8a8d24b4a6 [feature-wip](multi-catalog) Exter
github-actions[bot] commented on PR #10246:
URL: https://github.com/apache/doris/pull/10246#issuecomment-1160223272
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 #10246:
URL: https://github.com/apache/doris/pull/10246#issuecomment-1160223331
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
yiguolei merged PR #10259:
URL: https://github.com/apache/doris/pull/10259
--
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 8a8d24b4a6 [feature-wip](multi-catalog) External file scan node (#9973)
add c3743ec9aa [enhancement] optmize 2 c
yiguolei merged PR #10257:
URL: https://github.com/apache/doris/pull/10257
--
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 75719bca92 [doc](website)Remove incubator prefi
yiguolei merged PR #10261:
URL: https://github.com/apache/doris/pull/10261
--
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 5974e452bc [enhancement] CRC32 instructions com
yiguolei closed issue #10260: [Enhancement] CRC32 instructions compatible arm
arch
URL: https://github.com/apache/doris/issues/10260
--
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
TurboWay commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1160233690
> If someone else in community is interested in this tool and he (or she)
modifies it, are there some ways to publish this tool in
[PyPI](https://pypi.org/project/DorisClient/) ? Maybe s
morningman opened a new pull request, #10273:
URL: https://github.com/apache/doris/pull/10273
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Y
adonis0147 commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1160237646
Hi @TurboWay , `mysqlclient` was already installed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
github-actions[bot] commented on PR #10273:
URL: https://github.com/apache/doris/pull/10273#issuecomment-1160238815
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 #10273:
URL: https://github.com/apache/doris/pull/10273#issuecomment-1160238853
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
zhengshiJ commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901489770
##
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##
@@ -278,6 +317,70 @@ last, plan(join.relationPrimary())
return last;
zhengshiJ commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901489986
##
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java:
##
@@ -0,0 +1,87 @@
+// Licensed to the Apache Software Foundatio
TurboWay commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1160255020
> Hi @TurboWay , `mysqlclient` was already installed. Maybe you should add
the dependency to `setup.py`.
setup.py already has this dependency, but , its confuse that it doesn't wor
SaintBacchus opened a new pull request, #10274:
URL: https://github.com/apache/doris/pull/10274
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
github-actions[bot] commented on PR #10274:
URL: https://github.com/apache/doris/pull/10274#issuecomment-1160260129
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 #10274:
URL: https://github.com/apache/doris/pull/10274#issuecomment-1160260161
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
morningman commented on PR #10274:
URL: https://github.com/apache/doris/pull/10274#issuecomment-1160260258
I will merge it right after the CI pass.
Because it is a compilation bug.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
hello-stephen opened a new issue, #10275:
URL: https://github.com/apache/doris/issues/10275
### 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
pengxiangyu opened a new pull request, #10276:
URL: https://github.com/apache/doris/pull/10276
# Proposed changes
Issue Number: close #10189
## Problem Summary:
Change HelpTopic for key words
## Checklist(Required)
1. Does it affect the original behavior: (Y
morrySnow commented on code in PR #9954:
URL: https://github.com/apache/doris/pull/9954#discussion_r901537140
##
fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java:
##
@@ -893,7 +893,6 @@ private void filterDeletedRows(Analyzer analyzer) throws
AnalysisExceptio
Gabriel39 opened a new issue, #10277:
URL: https://github.com/apache/doris/issues/10277
### 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
Currentl
Gabriel39 opened a new pull request, #10278:
URL: https://github.com/apache/doris/pull/10278
# Proposed changes
Issue Number: close #10277
## Problem Summary:
perf test:
table:

1. Does it affect the original behavior: (Ye
github-actions[bot] commented on PR #10255:
URL: https://github.com/apache/doris/pull/10255#issuecomment-1160409755
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 #10255:
URL: https://github.com/apache/doris/pull/10255#issuecomment-1160409806
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
yangzhg commented on issue #7503:
URL: https://github.com/apache/doris/issues/7503#issuecomment-1160423392
> > * MV is read only and updated only by system
>
> Oh, I mean if I update/insert/delete the base table, the mv can be updated
automatically? Is it an incremental update, or ful
EmmyMiao87 commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901634774
##
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java:
##
@@ -0,0 +1,86 @@
+// Licensed to the Apache Software Foundati
yangzhg commented on issue #7503:
URL: https://github.com/apache/doris/issues/7503#issuecomment-1160426843
## 缘起
现在物化视图能够支持在单表上创建,能够使用预计算的结果实现查询加速,但是对于多表场景的支持还不能实现,很多查询场景比较单一,数据更新频率不高的情况下,多表的物化视图能够有效的提升查询性能,减少数据的计算
## 竞品
传统TP数据库ORACLE 和新兴AP数据库 CK 都支持
oracle
https
BiteThet opened a new pull request, #10281:
URL: https://github.com/apache/doris/pull/10281
# Proposed changes
Issue Number: close #10275
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior
qidaye closed issue #7389: [Feature] Support create Iceberg external table
URL: https://github.com/apache/doris/issues/7389
--
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
qidaye closed issue #8807: [Feature] Support S3 reource
URL: https://github.com/apache/doris/issues/8807
--
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:
EmmyMiao87 commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901642353
##
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java:
##
@@ -0,0 +1,86 @@
+// Licensed to the Apache Software Foundati
morrySnow commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901653825
##
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java:
##
@@ -0,0 +1,86 @@
+// Licensed to the Apache Software Foundatio
BiteThet opened a new issue, #10282:
URL: https://github.com/apache/doris/issues/10282
### 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
we ca
BiteThet opened a new pull request, #10283:
URL: https://github.com/apache/doris/pull/10283
# Proposed changes
Issue Number: close #10282
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior
morrySnow commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901660626
##
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##
@@ -218,7 +251,14 @@ private LogicalPlan visitCommonSelectQueryClausePlan(
jackwener closed pull request #10188: [DNM]
URL: https://github.com/apache/doris/pull/10188
--
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-unsu
morningman merged PR #10274:
URL: https://github.com/apache/doris/pull/10274
--
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 dd39287a0a [fix](compile) Fix compile error i
EmmyMiao87 commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901653625
##
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/logical/LogicalAggregation.java:
##
@@ -0,0 +1,86 @@
+// Licensed to the Apache Software Foundati
EmmyMiao87 commented on code in PR #10227:
URL: https://github.com/apache/doris/pull/10227#discussion_r901758402
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/CompoundPredicate.java:
##
@@ -0,0 +1,50 @@
+// Licensed to the Apache Software Foundation (ASF
luozenglin opened a new pull request, #10284:
URL: https://github.com/apache/doris/pull/10284
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Y
zenoyang commented on code in PR #10084:
URL: https://github.com/apache/doris/pull/10084#discussion_r901835915
##
be/src/vec/olap/block_reader.cpp:
##
@@ -133,6 +133,29 @@ Status BlockReader::init(const ReaderParams& read_params) {
return status;
}
+// only g
zenoyang commented on code in PR #10084:
URL: https://github.com/apache/doris/pull/10084#discussion_r901839029
##
be/src/vec/olap/block_reader.cpp:
##
@@ -133,6 +133,29 @@ Status BlockReader::init(const ReaderParams& read_params) {
return status;
}
+// only g
1 - 100 of 218 matches
Mail list logo