cambyzju commented on code in PR #10388:
URL: https://github.com/apache/doris/pull/10388#discussion_r912330918
##
be/src/vec/functions/array/function_array_distinct.h:
##
@@ -0,0 +1,265 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor lic
luozenglin commented on code in PR #10533:
URL: https://github.com/apache/doris/pull/10533#discussion_r912332779
##
be/src/runtime/plan_fragment_executor.cpp:
##
@@ -262,30 +270,36 @@ Status PlanFragmentExecutor::open_vectorized_internal() {
RETURN_IF_ERROR(_sink->open(
wangyf0555 opened a new pull request, #10558:
URL: https://github.com/apache/doris/pull/10558
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Y
morningman merged PR #10537:
URL: https://github.com/apache/doris/pull/10537
--
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 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 e264ae2a72 [hotfix](dev-1.0.1) fall bac
github-actions[bot] commented on PR #10558:
URL: https://github.com/apache/doris/pull/10558#issuecomment-1172859786
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 #10558:
URL: https://github.com/apache/doris/pull/10558#issuecomment-1172859782
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 #10558:
URL: https://github.com/apache/doris/pull/10558#issuecomment-1172863441
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
chenlinzhong opened a new pull request, #10559:
URL: https://github.com/apache/doris/pull/10559
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
add quick compaction configs
## Checklist(Required)
1. Does it affect the original behavior: (Yes
morningman merged PR #10558:
URL: https://github.com/apache/doris/pull/10558
--
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
luwei16 opened a new issue, #10560:
URL: https://github.com/apache/doris/issues/10560
### 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
github-actions[bot] commented on PR #9533:
URL: https://github.com/apache/doris/pull/9533#issuecomment-1172879144
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
URL
github-actions[bot] commented on PR #9533:
URL: https://github.com/apache/doris/pull/9533#issuecomment-1172879142
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 GitHub
yiguolei merged PR #9533:
URL: https://github.com/apache/doris/pull/9533
--
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.apach
yiguolei merged PR #10552:
URL: https://github.com/apache/doris/pull/10552
--
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 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 94a883d68e [hot-fix] fix a typo error and
biandou1313 opened a new issue, #10561:
URL: https://github.com/apache/doris/issues/10561
### 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
 end t
morningman commented on code in PR #10555:
URL: https://github.com/apache/doris/pull/10555#discussion_r912361287
##
be/src/exprs/aggregate_functions.cpp:
##
@@ -363,6 +363,320 @@ struct DecimalV2AvgState {
int64_t count = 0;
};
+template
+struct MaxMinByState {
+T v
github-actions[bot] commented on PR #10559:
URL: https://github.com/apache/doris/pull/10559#issuecomment-1172898065
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 #10559:
URL: https://github.com/apache/doris/pull/10559#issuecomment-1172898076
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 opened a new pull request, #10562:
URL: https://github.com/apache/doris/pull/10562
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Y
dataroaring commented on PR #10280:
URL: https://github.com/apache/doris/pull/10280#issuecomment-1172904244
[冷热分离详细设计.pdf](https://github.com/apache/doris/files/9033096/default.pdf)
@pengxiangyu
--
This is an automated message from the Apache Git Service.
To respond to the message, p
morningman commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r912365661
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java:
##
@@ -4922,4 +4916,190 @@ private static void addTableComment(Table table,
StringBuilder sb) {
github-actions[bot] commented on PR #10562:
URL: https://github.com/apache/doris/pull/10562#issuecomment-1172906828
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 #10562:
URL: https://github.com/apache/doris/pull/10562#issuecomment-1172906833
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 #10555:
URL: https://github.com/apache/doris/pull/10555#issuecomment-1172907628
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 #10555:
URL: https://github.com/apache/doris/pull/10555#issuecomment-1172907634
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
Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r912368929
##
gensrc/proto/olap_file.proto:
##
@@ -93,6 +93,8 @@ message RowsetMetaPB {
optional int64 num_segments = 22;
// rowset id definition, it will replace req
Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r912368972
##
be/src/exec/olap_scanner.cpp:
##
@@ -86,6 +88,14 @@ Status OlapScanner::prepare(
LOG(WARNING) << ss.str();
return Status::InternalError(
Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r912369245
##
be/src/olap/tablet.cpp:
##
@@ -1636,4 +1641,13 @@ std::shared_ptr&
Tablet::get_compaction_mem_tracker(CompactionType c
}
}
+const TabletSchema& Tablet::t
morningman closed issue #10489: [Bug] Unsupported correlated subquery: SELECT
URL: https://github.com/apache/doris/issues/10489
--
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.
morningman merged PR #10519:
URL: https://github.com/apache/doris/pull/10519
--
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 078cb3b4db [feature-wip](multi-catalog) end to end to support
multi-catalog (#10521)
add 848e0c5987 [fix](pla
morningman commented on PR #10534:
URL: https://github.com/apache/doris/pull/10534#issuecomment-1172909529
Resolve by #10552
--
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.
morningman closed pull request #10534: [hotfix](dev-1.0.1) abort load task if
pending data exceed limit in table sink
URL: https://github.com/apache/doris/pull/10534
--
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.
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 bfaa60b695 [fix](fe-ut) fix ut compile bug (#
morningman merged PR #10562:
URL: https://github.com/apache/doris/pull/10562
--
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
Lchangliang opened a new issue, #10563:
URL: https://github.com/apache/doris/issues/10563
### 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
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 94a883d68e [hot-fix] fix a typo error and limit the max wait time in
VOlapTableSink::send (#10552)
new 378
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit dcb66e084fa58a9c6ce797f961dfac2fbc430fc3
Author: Pxl <952130...@qq.com>
AuthorDate: Wed Jun 29 20:38:49 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 70354f2f4d4edce7a0d624bd0eb4b90dfbecdf44
Author: morrySnow <101034200+morrys...@users.noreply.github.com>
AuthorDat
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 378a5a3a4e14b3280d37c2092a8fb7c83709c3d3
Author: caiconghui <55968745+caicong...@users.noreply.github.com>
AuthorDa
mrhhsg opened a new pull request, #10564:
URL: https://github.com/apache/doris/pull/10564
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Every calling of `evaluate_vec` will set every item of flags, so there is no
need to memset the flags.
## Chec
morningman merged PR #10555:
URL: https://github.com/apache/doris/pull/10555
--
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 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 c89166ffd4 [hotfix][feature](dev-1.0.1)
stalary opened a new pull request, #10565:
URL: https://github.com/apache/doris/pull/10565
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Support es datasource, This PR supports query index related metadata.
--
This is an automated message from the Apa
Gabriel39 opened a new issue, #10566:
URL: https://github.com/apache/doris/issues/10566
### 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
Gabriel39 opened a new pull request, #10567:
URL: https://github.com/apache/doris/pull/10567
# Proposed changes
Issue Number: close #10566
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (
Gabriel39 opened a new issue, #10568:
URL: https://github.com/apache/doris/issues/10568
### 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 shoul
Gabriel39 opened a new pull request, #10569:
URL: https://github.com/apache/doris/pull/10569
# Proposed changes
Issue Number: close #10568
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (
github-actions[bot] commented on PR #10569:
URL: https://github.com/apache/doris/pull/10569#issuecomment-1173001071
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 #10569:
URL: https://github.com/apache/doris/pull/10569#issuecomment-1173001074
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
55 matches
Mail list logo