morrySnow merged PR #14851:
URL: https://github.com/apache/doris/pull/14851
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 93b281b44b [feature](Nereids) support select e
github-actions[bot] commented on PR #14963:
URL: https://github.com/apache/doris/pull/14963#issuecomment-1343964446
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 #14963:
URL: https://github.com/apache/doris/pull/14963#issuecomment-1343964426
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 #14851:
URL: https://github.com/apache/doris/pull/14851#issuecomment-1343961189
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 #14851:
URL: https://github.com/apache/doris/pull/14851#issuecomment-1343961191
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 #14851:
URL: https://github.com/apache/doris/pull/14851#issuecomment-1343961166
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
morrySnow commented on code in PR #14851:
URL: https://github.com/apache/doris/pull/14851#discussion_r1044168881
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalProject.java:
##
@@ -41,20 +42,27 @@
public class LogicalProject extends
LogicalUnar
github-actions[bot] commented on PR #14733:
URL: https://github.com/apache/doris/pull/14733#issuecomment-1343956090
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 #14733:
URL: https://github.com/apache/doris/pull/14733#issuecomment-1343956065
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 #14963:
URL: https://github.com/apache/doris/pull/14963#issuecomment-1343955812
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 #14965:
URL: https://github.com/apache/doris/pull/14965#issuecomment-1343954244
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #14962:
URL: https://github.com/apache/doris/pull/14962#issuecomment-1343953642
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.25 seconds
load time: 451 seconds
storage size: 17123356248 Bytes
https://doris-co
BiteThet opened a new pull request, #14965:
URL: https://github.com/apache/doris/pull/14965
# Proposed changes
upgrade phmap to 1.3.8
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
github-actions[bot] commented on PR #14899:
URL: https://github.com/apache/doris/pull/14899#issuecomment-1343951916
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 #14957:
URL: https://github.com/apache/doris/pull/14957#issuecomment-1343950236
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 #14957:
URL: https://github.com/apache/doris/pull/14957#issuecomment-1343950203
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
morrySnow commented on code in PR #14657:
URL: https://github.com/apache/doris/pull/14657#discussion_r1044158588
##
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/analysis/GenerateScalarFunction.java:
##
@@ -243,7 +242,6 @@ static boolean isArrayFunction(Function functi
github-actions[bot] commented on code in PR #14774:
URL: https://github.com/apache/doris/pull/14774#discussion_r1044157830
##
be/src/vec/exec/vanalytic_eval_node.cpp:
##
@@ -268,99 +320,70 @@ Status VAnalyticEvalNode::get_next(RuntimeState* state,
vectorized::Block* block
hello-stephen commented on PR #14961:
URL: https://github.com/apache/doris/pull/14961#issuecomment-1343942880
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.14 seconds
load time: 481 seconds
storage size: 17123356366 Bytes
https://doris-co
sohardforaname opened a new pull request, #14964:
URL: https://github.com/apache/doris/pull/14964
# Proposed changes
Issue Number: close #xxx
## Problem summary
When a sql as select max(v) from t where 1=2 running, after analysis, v is
nullable so max(v) is nullable, it
github-actions[bot] commented on PR #14940:
URL: https://github.com/apache/doris/pull/14940#issuecomment-1343942299
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
HappenLee commented on code in PR #14963:
URL: https://github.com/apache/doris/pull/14963#discussion_r1044152331
##
be/src/pipeline/exec/union_node_operator.h:
##
@@ -0,0 +1,52 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agre
github-actions[bot] commented on PR #14963:
URL: https://github.com/apache/doris/pull/14963#issuecomment-1343936589
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 #13035:
URL: https://github.com/apache/doris/pull/13035#discussion_r1044146716
##
be/src/vec/exec/scan/vscan_node.cpp:
##
@@ -462,6 +463,17 @@ Status VScanNode::_normalize_predicate(VExpr*
conjunct_expr_root, VExpr** output
zhangstar333 opened a new pull request, #14963:
URL: https://github.com/apache/doris/pull/14963
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
github-actions[bot] commented on PR #14930:
URL: https://github.com/apache/doris/pull/14930#issuecomment-1343928123
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 #14930:
URL: https://github.com/apache/doris/pull/14930#issuecomment-1343928092
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.
yiguolei pushed a change to annotated tag 1.1.5-rc02
in repository https://gitbox.apache.org/repos/asf/doris.git
*** WARNING: tag 1.1.5-rc02 was modified! ***
from ef0635dae7 (commit)
to e90d09ba89 (tag)
tagging ef06
hello-stephen commented on PR #14958:
URL: https://github.com/apache/doris/pull/14958#issuecomment-1343924193
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.24 seconds
load time: 471 seconds
storage size: 17123356266 Bytes
https://doris-co
github-actions[bot] commented on PR #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343919871
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
morrySnow commented on code in PR #13601:
URL: https://github.com/apache/doris/pull/13601#discussion_r1044121987
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/ReorderJoin.java:
##
@@ -90,6 +91,11 @@ public Plan joinToMultiJoin(Plan plan) {
github-actions[bot] commented on PR #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343916206
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
hf200012 merged PR #177:
URL: https://github.com/apache/doris-website/pull/177
--
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.
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 7b11f489e1e render download pages f
This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 873b128fde [feature](pipeline) add inersect/except operators (#14868)
add b213ce6ffd [Bug](pipeline) Fix doubl
melin opened a new issue, #56:
URL: https://github.com/apache/doris-spark-connector/issues/56
### 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
su
Gabriel39 merged PR #14959:
URL: https://github.com/apache/doris/pull/14959
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
github-actions[bot] commented on PR #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343911125
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #14956:
URL: https://github.com/apache/doris/pull/14956#issuecomment-1343907387
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.84 seconds
load time: 508 seconds
storage size: 17123356290 Bytes
https://doris-co
carlvinhust2012 closed pull request #14921: [fix](array-type) fix the be core
dump when insert '[1, 1, 1]' or '[true, true, true]'
URL: https://github.com/apache/doris/pull/14921
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
Kikyou1997 opened a new pull request, #14962:
URL: https://github.com/apache/doris/pull/14962
# Proposed changes
Issue Number: close #xxx
## 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.
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 873b128fde [feature](pipeline) add inersect/exc
yiguolei merged PR #14868:
URL: https://github.com/apache/doris/pull/14868
--
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 5a1c7f6314 [improvement](analytic) improve memo
yiguolei merged PR #14890:
URL: https://github.com/apache/doris/pull/14890
--
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
hello-stephen commented on PR #14959:
URL: https://github.com/apache/doris/pull/14959#issuecomment-1343897341
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.72 seconds
load time: 495 seconds
storage size: 17123356330 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 9d36931038 [Refactor](NLJ) refactor the nested loop join node (#14911)
add ec24a56956 [Exec][Pipeline] Remove Ag
yiguolei merged PR #14901:
URL: https://github.com/apache/doris/pull/14901
--
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 dffa3c0db2 [enhancement](memory) Support query memroy overcommit #14948
add 9d36931038 [Refactor](NLJ) refactor
yiguolei merged PR #14911:
URL: https://github.com/apache/doris/pull/14911
--
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
github-actions[bot] commented on PR #14961:
URL: https://github.com/apache/doris/pull/14961#issuecomment-1343894542
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
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 00f44257e2 [feature-wip](file-reader) Merge hdfs reader to the new
file reader (#14875)
add dffa3c0db2 [enhance
yiguolei merged PR #14948:
URL: https://github.com/apache/doris/pull/14948
--
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
BiteThet opened a new pull request, #14961:
URL: https://github.com/apache/doris/pull/14961
# Proposed changes
```cpp
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
/mnt/disk1/yuejing/projects/doris/be/src/exprs/hybrid_set.h:145:62 in
Current BE git
hello-stephen commented on PR #14952:
URL: https://github.com/apache/doris/pull/14952#issuecomment-1343883044
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.05 seconds
load time: 521 seconds
storage size: 17171061269 Bytes
https://doris-co
github-actions[bot] commented on PR #14959:
URL: https://github.com/apache/doris/pull/14959#issuecomment-1343874953
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 #14959:
URL: https://github.com/apache/doris/pull/14959#issuecomment-1343874934
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
spaces-X commented on PR #14886:
URL: https://github.com/apache/doris/pull/14886#issuecomment-1343874366
@924060929
--
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
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 20f2abb3d4 [vectorized](pipeline) support assert num rows operator
(#14923)
add 00f44257e2 [feature-wip](file
morningman merged PR #14875:
URL: https://github.com/apache/doris/pull/14875
--
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 #14875:
URL: https://github.com/apache/doris/pull/14875#issuecomment-1343867011
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 #14875:
URL: https://github.com/apache/doris/pull/14875#issuecomment-1343866987
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 #14958:
URL: https://github.com/apache/doris/pull/14958#issuecomment-1343862003
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 #14958:
URL: https://github.com/apache/doris/pull/14958#issuecomment-1343861977
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
ByteYue opened a new pull request, #14960:
URL: https://github.com/apache/doris/pull/14960
# Proposed changes
Issue Number: close #xxx
The former path is no correct, change it to the right one.
## Problem summary
Describe your changes.
## Checklist(Required)
github-actions[bot] commented on code in PR #14470:
URL: https://github.com/apache/doris/pull/14470#discussion_r1044090985
##
be/src/vec/exec/format/table/iceberg_reader.h:
##
@@ -23,22 +23,25 @@
#include "table_format_reader.h"
#include "vec/exec/format/generic_reader.h"
+#
github-actions[bot] commented on PR #14959:
URL: https://github.com/apache/doris/pull/14959#issuecomment-1343845801
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
Gabriel39 opened a new pull request, #14959:
URL: https://github.com/apache/doris/pull/14959
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
github-actions[bot] commented on PR #14958:
URL: https://github.com/apache/doris/pull/14958#issuecomment-1343830546
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 #14958:
URL: https://github.com/apache/doris/pull/14958#issuecomment-1343823863
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343823319
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.9 seconds
load time: 495 seconds
storage size: 17123356326 Bytes
https://doris-com
eldenmoon opened a new pull request, #14958:
URL: https://github.com/apache/doris/pull/14958
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
LemonLiTree opened a new pull request, #14957:
URL: https://github.com/apache/doris/pull/14957
# Proposed changes
Issue Number: close #14943
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
-
chenlinzhong opened a new pull request, #14956:
URL: https://github.com/apache/doris/pull/14956
# Proposed changes
In some scenarios of automatic report generation platform, field and type
information is frequently obtained through select followed by limit 0
select * from .. limit 0
github-actions[bot] commented on PR #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343802167
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 #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343802153
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 code in PR #14243:
URL: https://github.com/apache/doris/pull/14243#discussion_r1044053823
##
be/src/pipeline/exec/operator.cpp:
##
@@ -19,53 +19,30 @@
namespace doris::pipeline {
-Operator::Operator(OperatorBuilder* operator_builder)
+Operat
github-actions[bot] commented on PR #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343781135
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 #14875:
URL: https://github.com/apache/doris/pull/14875#issuecomment-1343774860
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
924060929 commented on code in PR #14657:
URL: https://github.com/apache/doris/pull/14657#discussion_r1044040252
##
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/analysis/GenerateScalarFunction.java:
##
@@ -243,7 +242,6 @@ static boolean isArrayFunction(Function functi
github-actions[bot] commented on PR #14868:
URL: https://github.com/apache/doris/pull/14868#issuecomment-1343771636
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 #14868:
URL: https://github.com/apache/doris/pull/14868#issuecomment-1343771618
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 #14955:
URL: https://github.com/apache/doris/pull/14955#issuecomment-1343767489
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #14954:
URL: https://github.com/apache/doris/pull/14954#issuecomment-1343766159
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.74 seconds
load time: 483 seconds
storage size: 17123356278 Bytes
https://doris-co
qzsee opened a new pull request, #14955:
URL: https://github.com/apache/doris/pull/14955
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
github-actions[bot] commented on PR #14949:
URL: https://github.com/apache/doris/pull/14949#issuecomment-1343761672
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 #14901:
URL: https://github.com/apache/doris/pull/14901#issuecomment-1343758024
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 #14868:
URL: https://github.com/apache/doris/pull/14868#issuecomment-1343752806
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 #14928:
URL: https://github.com/apache/doris/pull/14928#issuecomment-1343734526
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
englefly opened a new pull request, #14954:
URL: https://github.com/apache/doris/pull/14954
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
github-actions[bot] commented on PR #14951:
URL: https://github.com/apache/doris/pull/14951#issuecomment-1343733680
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
This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 20f2abb3d4 [vectorized](pipeline) support ass
Gabriel39 merged PR #14923:
URL: https://github.com/apache/doris/pull/14923
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
Gabriel39 commented on code in PR #14949:
URL: https://github.com/apache/doris/pull/14949#discussion_r1043972658
##
be/src/pipeline/exec/mysql_scan_operator.h:
##
@@ -0,0 +1,48 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agre
github-actions[bot] commented on PR #14928:
URL: https://github.com/apache/doris/pull/14928#issuecomment-1343712813
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
Gabriel39 commented on code in PR #14949:
URL: https://github.com/apache/doris/pull/14949#discussion_r1043972658
##
be/src/pipeline/exec/mysql_scan_operator.h:
##
@@ -0,0 +1,48 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agre
Gabriel39 commented on code in PR #14923:
URL: https://github.com/apache/doris/pull/14923#discussion_r1043972193
##
be/src/pipeline/exec/assert_num_rows_operator.h:
##
@@ -0,0 +1,46 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 b311ebef6c [pipeline](refactor) do some refac
Gabriel39 merged PR #14934:
URL: https://github.com/apache/doris/pull/14934
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
1 - 100 of 221 matches
Mail list logo