github-actions[bot] commented on PR #10551:
URL: https://github.com/apache/doris/pull/10551#issuecomment-1175854712
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 #10551:
URL: https://github.com/apache/doris/pull/10551#issuecomment-1175854744
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
xbyang18 opened a new issue, #10642:
URL: https://github.com/apache/doris/issues/10642
### 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
0.12
#
cambyzju commented on PR #10388:
URL: https://github.com/apache/doris/pull/10388#issuecomment-1175860730
LGTM
--
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
cambyzju commented on PR #10385:
URL: https://github.com/apache/doris/pull/10385#issuecomment-1175861017
LGTM
--
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
Gabriel39 opened a new pull request, #10643:
URL: https://github.com/apache/doris/pull/10643
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Ye
924060929 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914489422
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Software
924060929 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914489422
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Software
yinzhijian commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914493288
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Softwar
924060929 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914497068
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Software
github-actions[bot] commented on PR #10622:
URL: https://github.com/apache/doris/pull/10622#issuecomment-1175872377
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
Author: jiafengzheng
Date: Wed Jul 6 07:30:50 2022
New Revision: 55485
Log:
update flink/spark connector 1.1.0
Modified:
dev/doris/flink-connector/1.1.0/apache-doris-flink-connector-1.14_2.11-1.1.0-src.tar.gz
dev/doris/flink-connector/1.1.0/apache-doris-flink-connector-1.14_2.11-1.1.0-
EmmyMiao87 commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914490772
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -60,47 +60,50 @@
* properties: properties of statistics jobs
*/
public class Ana
EmmyMiao87 closed issue #10544: [Bug] BinaryPredicate contains DecimalLiteral
in some cases can not query the data
URL: https://github.com/apache/doris/issues/10544
--
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.
lingmiao 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 f758e1166a [fix] Fix RewriteBinaryPredicatesRul
englefly opened a new pull request, #10644:
URL: https://github.com/apache/doris/pull/10644
# Proposed changes
1. table_sink 在send block时检查 sink下所有nodeChannel的pending batch size
总和,如果pending size 超过 query mem limit 的1/3(666M), 则等待。每100ms检查一次pending
size。直到pending size 低于阈值或 task 已经超时退出
EmmyMiao87 merged PR #10551:
URL: https://github.com/apache/doris/pull/10551
--
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
yiguolei commented on code in PR #10644:
URL: https://github.com/apache/doris/pull/10644#discussion_r914536150
##
be/src/vec/sink/vtablet_sink.cpp:
##
@@ -116,20 +115,11 @@ Status VOlapTableSink::send(RuntimeState* state,
vectorized::Block* input_block)
if (findTabletMode
yinzhijian commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914539213
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Softwar
starocean999 opened a new pull request, #10645:
URL: https://github.com/apache/doris/pull/10645
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
agg and hash join node should produce nullable type column correctly
according to the fe planner
## Chec
englefly commented on code in PR #10644:
URL: https://github.com/apache/doris/pull/10644#discussion_r914545899
##
be/src/vec/sink/vtablet_sink.cpp:
##
@@ -116,20 +115,11 @@ Status VOlapTableSink::send(RuntimeState* state,
vectorized::Block* input_block)
if (findTabletMode
SaintBacchus commented on code in PR #10512:
URL: https://github.com/apache/doris/pull/10512#discussion_r914553110
##
be/src/exec/arrow/parquet_row_group_reader.cpp:
##
@@ -0,0 +1,567 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor licen
jackwener opened a new issue, #10646:
URL: https://github.com/apache/doris/issues/10646
### 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, tab
github-actions[bot] commented on PR #10617:
URL: https://github.com/apache/doris/pull/10617#issuecomment-1175930783
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 #10617:
URL: https://github.com/apache/doris/pull/10617#issuecomment-1175930831
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
jackwener opened a new pull request, #10647:
URL: https://github.com/apache/doris/pull/10647
# Proposed changes
Issue Number: close #10646.
## Problem Summary:
Describe the overview of changes.
push sort to olapscan.
## Checklist(Required)
1. Does it
yangzhg commented on code in PR #10611:
URL: https://github.com/apache/doris/pull/10611#discussion_r914561867
##
be/src/vec/exec/volap_scan_node.cpp:
##
@@ -403,7 +403,6 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) {
scanner->set_opened();
}
-
github-actions[bot] commented on PR #10643:
URL: https://github.com/apache/doris/pull/10643#issuecomment-1175939414
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 #10643:
URL: https://github.com/apache/doris/pull/10643#issuecomment-1175939459
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
924060929 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914567448
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Software
924060929 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914567448
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Software
xy720 opened a new issue, #10648:
URL: https://github.com/apache/doris/issues/10648
### 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
##
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914574487
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -60,47 +60,50 @@
* properties: properties of statistics jobs
*/
public class Ana
xy720 opened a new pull request, #10649:
URL: https://github.com/apache/doris/pull/10649
# Proposed changes
Issue Number: close #10648
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914575705
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -60,47 +60,50 @@
* properties: properties of statistics jobs
*/
public class Ana
morrySnow commented on code in PR #10647:
URL: https://github.com/apache/doris/pull/10647#discussion_r914581350
##
fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java:
##
@@ -693,6 +708,37 @@ private void computeTabletInfo() throws UserException {
}
cambyzju commented on PR #10640:
URL: https://github.com/apache/doris/pull/10640#issuecomment-1175962840
LGTM
--
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
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914590560
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java:
##
@@ -122,12 +125,40 @@ public List getTables() throws AnalysisException {
return tabl
EmmyMiao87 commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914511593
##
fe/fe-core/src/main/java/org/apache/doris/statistics/TableStats.java:
##
@@ -59,51 +56,190 @@ public class TableStats {
private long rowCount = -1;
priva
EmmyMiao87 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914608496
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Softwar
github-actions[bot] commented on PR #10630:
URL: https://github.com/apache/doris/pull/10630#issuecomment-1175988771
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 #10630:
URL: https://github.com/apache/doris/pull/10630#issuecomment-1175988808
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
EmmyMiao87 commented on code in PR #10624:
URL: https://github.com/apache/doris/pull/10624#discussion_r914616469
##
gensrc/thrift/PlanNodes.thrift:
##
@@ -573,17 +573,8 @@ struct TSortNode {
// This is the number of rows to skip before returning results
3: optional i64 off
qzsee commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914619821
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,45 @@
+// Licensed to the Apache Software Fou
Gabriel39 commented on code in PR #10611:
URL: https://github.com/apache/doris/pull/10611#discussion_r914629927
##
be/src/vec/exec/volap_scan_node.cpp:
##
@@ -403,7 +403,6 @@ void VOlapScanNode::scanner_thread(VOlapScanner* scanner) {
scanner->set_opened();
}
-
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.0.1 by this push:
new e5a15b43b1 [refactor] if pending bytes ex
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 a7df6e3dee rename some files inside vec/sink di
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 bff561c0da [feature](script) add --grace option
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 d9ba946118 [enhance](*): git ignore `package-lo
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 b4c5dfc28e [Improvement] remove redundant code
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 cff9ffa0e1 fix the inaccurate comments (#10617)
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 6d092a6d53 set strleft to always_nullable (#104
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 6d092a6d53 set strleft to always_nullable (#10496)
add 416fb73621 docs format fix for explode-json-array table f
yiguolei closed issue #10627: [Bug] tpcds_sf1 q79 result is not right
URL: https://github.com/apache/doris/issues/10627
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
yiguolei commented on issue #10627:
URL: https://github.com/apache/doris/issues/10627#issuecomment-1176027726
The reason is the order by clause is missed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
yiguolei merged PR #10644:
URL: https://github.com/apache/doris/pull/10644
--
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 #10636:
URL: https://github.com/apache/doris/pull/10636
--
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 #10626:
URL: https://github.com/apache/doris/pull/10626
--
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 #10637:
URL: https://github.com/apache/doris/pull/10637
--
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 #10617:
URL: https://github.com/apache/doris/pull/10617
--
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 #10621:
URL: https://github.com/apache/doris/pull/10621
--
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 #10496:
URL: https://github.com/apache/doris/pull/10496
--
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 #10613:
URL: https://github.com/apache/doris/pull/10613
--
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
yuruguo commented on issue #42:
URL:
https://github.com/apache/doris-flink-connector/issues/42#issuecomment-1176043666
@hf200012 @JNSimba Looking forward to the release of `1.1.0`.
By the way, do we have any plans to implement flink associating doris
dimension tables?
--
This is an au
hf200012 commented on issue #42:
URL:
https://github.com/apache/doris-flink-connector/issues/42#issuecomment-1176045843
> Looking forward to the release of `1.1.0`.
> By the way, do we have any plans to implement flink associating doris
dimension tables?
@yuruguo Not yet
--
Thi
yiguolei closed issue #10638: [Bug] using Array caused coredump in ASAN build
URL: https://github.com/apache/doris/issues/10638
--
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.
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 29d4809c80 [BugFix](Array) fix DataTypeArray to
BiteThet opened a new pull request, #10650:
URL: https://github.com/apache/doris/pull/10650
# Proposed changes
Issue Number: close #10641
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior
yiguolei merged PR #10640:
URL: https://github.com/apache/doris/pull/10640
--
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.
lingmiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 29d4809c80 [BugFix](Array) fix DataTypeArray to_string use after free
(#10640)
add 5dfb59844f [enhancement](Ner
EmmyMiao87 merged PR #10485:
URL: https://github.com/apache/doris/pull/10485
--
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
myfjdthink commented on issue #10452:
URL: https://github.com/apache/doris/issues/10452#issuecomment-1176093319
this is the error logs
```
2022-07-06 10:58:25,295 WARN (doris-mysql-nio-pool-3736|10326)
[StmtExecutor.handleDdlStmt():1543] DDL statement(/* ApplicationName=DBeaver
22
github-actions[bot] commented on PR #10630:
URL: https://github.com/apache/doris/pull/10630#issuecomment-1176093949
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
BiteThet commented on PR #10650:
URL: https://github.com/apache/doris/pull/10650#issuecomment-1176096405
>
We should get same argument at two diffrent aggregate phase, then we can
create same specific function.
Even if we support variadic aggregate functions, we still need the
starocean999 opened a new pull request, #10651:
URL: https://github.com/apache/doris/pull/10651
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914735322
##
fe/fe-core/src/main/java/org/apache/doris/analysis/ShowColumnStatsStmt.java:
##
@@ -67,4 +70,9 @@ public ShowResultSetMetaData getMetaData() {
}
re
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914739582
##
fe/fe-core/src/main/java/org/apache/doris/statistics/PartitionStats.java:
##
@@ -0,0 +1,129 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
github-actions[bot] commented on PR #10467:
URL: https://github.com/apache/doris/pull/10467#issuecomment-1176140078
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 #10467:
URL: https://github.com/apache/doris/pull/10467#issuecomment-1176140029
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
weizhengte commented on code in PR #8861:
URL: https://github.com/apache/doris/pull/8861#discussion_r914760756
##
fe/fe-core/src/main/java/org/apache/doris/statistics/TableStats.java:
##
@@ -59,51 +56,190 @@ public class TableStats {
private long rowCount = -1;
priva
github-actions[bot] commented on PR #10651:
URL: https://github.com/apache/doris/pull/10651#issuecomment-1176194207
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 code in PR #10645:
URL: https://github.com/apache/doris/pull/10645#discussion_r914895847
##
gensrc/thrift/PlanNodes.thrift:
##
@@ -465,6 +465,8 @@ struct TAggregationNode {
5: required bool need_finalize
6: optional bool use_streaming_preaggregation
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 3bf8c761a4 [BUG] Fix invalid return type for `l
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 8de8a9571a [docs] Fixed description about netwo
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 8012d63ea0 [fix] substr('', 1, 5) return empty
yiguolei merged PR #10643:
URL: https://github.com/apache/doris/pull/10643
--
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 #10639:
URL: https://github.com/apache/doris/pull/10639
--
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 #10622:
URL: https://github.com/apache/doris/pull/10622
--
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
k-i-d-d opened a new pull request, #10653:
URL: https://github.com/apache/doris/pull/10653
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/
k-i-d-d closed pull request #10653: [Enhancement] [vectorized] Runtime Filter
support equivalent slot of outer join
URL: https://github.com/apache/doris/pull/10653
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
k-i-d-d opened a new pull request, #10654:
URL: https://github.com/apache/doris/pull/10654
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
> v1.0.1
In TPCH-q7, the runtime filter `RF002[in_or_bloom] <- n1.n_nationkey`
generated by the outer join of `eq
zhannngchen opened a new pull request, #10655:
URL: https://github.com/apache/doris/pull/10655
Add interfaces for segment key bounds, key bounds will be used to speed up
point lookup on the primary key index of each segment.
For the detail, see
DSIP-018:https://cwiki.apache.org/confluenc
carlvinhust2012 opened a new pull request, #10656:
URL: https://github.com/apache/doris/pull/10656
# Proposed changes
1. this pr is used for adding some case for array type in block_test.
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
jackwener opened a new pull request, #10657:
URL: https://github.com/apache/doris/pull/10657
# Proposed changes
Issue Number: close #9640
## Problem Summary:
Describe the overview of changes.
Add enforcer job for cascades.
## Checklist(Required)
1. Do
jackwener opened a new pull request, #10658:
URL: https://github.com/apache/doris/pull/10658
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
fix ut.
## Checklist(Required)
1. Does it affect the origina
github-actions[bot] commented on PR #10658:
URL: https://github.com/apache/doris/pull/10658#issuecomment-1176443151
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
morrySnow opened a new pull request, #10659:
URL: https://github.com/apache/doris/pull/10659
# Proposed changes
enhancement
- refactor compute output expression on root fragment in nereids planner
- refactor aggregate plan translator
- refactor aggregate disassemble rule
-
stalary commented on issue #10642:
URL: https://github.com/apache/doris/issues/10642#issuecomment-1176852053
You can upgrade, this version is too old.
--
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] commented on PR #10635:
URL: https://github.com/apache/doris/pull/10635#issuecomment-1176899349
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 #10635:
URL: https://github.com/apache/doris/pull/10635#issuecomment-1176899380
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
1 - 100 of 140 matches
Mail list logo