luozenglin commented on issue #10095:
URL: https://github.com/apache/doris/issues/10095#issuecomment-1238973641
BE instance will report the final profile to FE after returning the query
data. At this time, Fe may have`unregisterQuery` in `QeProcessorImpl`,
resulting in the loss of the insta
github-actions[bot] commented on PR #12415:
URL: https://github.com/apache/doris/pull/12415#issuecomment-1238966099
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
luozenglin opened a new pull request, #12418:
URL: https://github.com/apache/doris/pull/12418
# Proposed changes
Issue Number: close #10095
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
github-actions[bot] commented on PR #12415:
URL: https://github.com/apache/doris/pull/12415#issuecomment-1238966071
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.
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 0eea7c1b60b update sitemap path (#8
hf200012 merged PR #85:
URL: https://github.com/apache/doris-website/pull/85
--
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
chenlinzhong opened a new pull request, #12417:
URL: https://github.com/apache/doris/pull/12417
# Proposed changes
Issue Number: #12402
## Problem summary
enable quick compaction by default
## Checklist(Required)
1. Does it affect the original behavior:
924060929 opened a new pull request, #12416:
URL: https://github.com/apache/doris/pull/12416
# Proposed changes
Support OneRowRelation and EmptyRelation.
- OneRowRelation: `select 100, 'abc', substring('abc', 1, 2)`
- EmptyRelation: `select * from tbl limit 0`
Note:
yixiutt opened a new pull request, #12415:
URL: https://github.com/apache/doris/pull/12415
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
This is an automated email from the ASF dual-hosted git repository.
huajianlan 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 f2923f9180 [Refactor](Nereids) Simplify get i
924060929 merged PR #12356:
URL: https://github.com/apache/doris/pull/12356
--
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
cambyzju commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r964403874
##
be/src/common/config.h:
##
@@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false");
CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16");
// number
morningman opened a new issue, #12412:
URL: https://github.com/apache/doris/issues/12412
### 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
1.1.x, mast
morningman opened a new pull request, #12411:
URL: https://github.com/apache/doris/pull/12411
# Proposed changes
Issue Number: close #xxx
## Problem summary
1. When FE send cancel rpc to BE, it does not notify the `wait_for_start()`
thread, so that the fragment will be b
kpfly commented on PR #12405:
URL: https://github.com/apache/doris/pull/12405#issuecomment-1238919905
@xinyiZzz could you review this?
--
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
morrySnow merged PR #12374:
URL: https://github.com/apache/doris/pull/12374
--
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 0bb06a1fa7 [feature](Nereids) let nullable of
github-actions[bot] commented on PR #12374:
URL: https://github.com/apache/doris/pull/12374#issuecomment-1238912523
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 #12374:
URL: https://github.com/apache/doris/pull/12374#issuecomment-1238912490
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 #12188:
URL: https://github.com/apache/doris/pull/12188#issuecomment-1238909424
Some ideas to supoort the multi-version spark engine in spark load:
1. The spark load module is relatively independent and has the
characteristics of low update frequency. So maybe we
yangzhg opened a new issue, #12410:
URL: https://github.com/apache/doris/issues/12410
### 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
cambyzju commented on code in PR #12404:
URL: https://github.com/apache/doris/pull/12404#discussion_r964371039
##
be/src/vec/columns/column_vector.h:
##
@@ -288,6 +288,12 @@ class ColumnVector final : public
COWHelper>
}
}
+void set_all_to_zero(size_t num) {
mrhhsg opened a new pull request, #12409:
URL: https://github.com/apache/doris/pull/12409
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
Gabriel39 opened a new pull request, #12408:
URL: https://github.com/apache/doris/pull/12408
# Proposed changes
Issue Number: close #12400
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
HappenLee opened a new pull request, #12407:
URL: https://github.com/apache/doris/pull/12407
# Proposed changes
Do same opt work as #12334 in crc32 hash compute to speed up hash compute
## Problem summary
Describe your changes.
## Checklist(Required)
1. Doe
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 789f2f68769 update sitemap (#84)
78
hf200012 merged PR #84:
URL: https://github.com/apache/doris-website/pull/84
--
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
JNSimba opened a new pull request, #12406:
URL: https://github.com/apache/doris/pull/12406
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
This is an automated email from the ASF dual-hosted git repository.
huajianlan 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 46776af2a3 [fix](Nereids)plan translator lost
924060929 merged PR #12391:
URL: https://github.com/apache/doris/pull/12391
--
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
luwei16 opened a new pull request, #12405:
URL: https://github.com/apache/doris/pull/12405
# Proposed changes
Issue Number: close #xxx
## Problem summary
When the load channel is canceled, the memtracker does not subtract the
memory released by the load channel. This wil
github-actions[bot] commented on PR #12402:
URL: https://github.com/apache/doris/pull/12402#issuecomment-1238862780
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 #12402:
URL: https://github.com/apache/doris/pull/12402#issuecomment-1238862768
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
wangbo opened a new pull request, #12404:
URL: https://github.com/apache/doris/pull/12404
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
HappenLee commented on code in PR #12316:
URL: https://github.com/apache/doris/pull/12316#discussion_r964335500
##
be/src/vec/core/block.h:
##
@@ -497,5 +497,24 @@ class MutableBlock {
}
};
+struct IteratorRowRef {
+std::shared_ptr block;
+int16_t row_pos;
Revie
chenlinzhong opened a new pull request, #12402:
URL: https://github.com/apache/doris/pull/12402
# Proposed changes
Issue Number: close #xxx
## Problem summary
i think the quick compaction enabled by default is more beneficial for the
system
more details see issue
github-actions[bot] commented on PR #12313:
URL: https://github.com/apache/doris/pull/12313#issuecomment-1238841027
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
HappenLee closed issue #12335: [Enhancement] Accumulate blocks to do partial
sort
URL: https://github.com/apache/doris/issues/12335
--
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 comme
This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 42bdde8750 [Feature](Vectorized) support jdbc scan node (#12010)
add 449d0c219f [Improvement](sort) Accumulate
HappenLee merged PR #12336:
URL: https://github.com/apache/doris/pull/12336
--
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.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 54d1630c42 [Opt](vectorized) speed up hash function compute in hash
partition (#12334)
add 42bdde8750 [Feature
HappenLee merged PR #12010:
URL: https://github.com/apache/doris/pull/12010
--
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
morrySnow commented on code in PR #12396:
URL: https://github.com/apache/doris/pull/12396#discussion_r964323933
##
fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Memo.java:
##
@@ -309,16 +310,11 @@ private Group mergeGroup(Group source, Group destination)
{
if
github-actions[bot] commented on PR #12336:
URL: https://github.com/apache/doris/pull/12336#issuecomment-1238835611
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 #12336:
URL: https://github.com/apache/doris/pull/12336#issuecomment-1238835593
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
zhangstar333 closed pull request #10358: [Vectorized][refactor] refactor some
agg functions template about nul…
URL: https://github.com/apache/doris/pull/10358
--
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
zhangstar333 closed pull request #8525: [Vectorized][Feature] support query
into outfile in vec mode
URL: https://github.com/apache/doris/pull/8525
--
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 th
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 54d1630c42 [Opt](vectorized) speed up hash func
yiguolei merged PR #12334:
URL: https://github.com/apache/doris/pull/12334
--
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.
jakevin 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 e4b894a318 [Bug](remote) Fix BE crash because of
jackwener closed issue #12355: [Bug] BE crash because of call the future's get
method twice
URL: https://github.com/apache/doris/issues/12355
--
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 spec
jackwener merged PR #12357:
URL: https://github.com/apache/doris/pull/12357
--
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
yiguolei closed issue #12121: [Enhancement] need detailed error message when
delta writer fail to write
URL: https://github.com/apache/doris/issues/12121
--
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
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 445f0882d1 [Enhancement](log) improve error msg
yiguolei merged PR #12360:
URL: https://github.com/apache/doris/pull/12360
--
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 3485dfa927 [chore](profile) add some counters in aggregatation &
sender (#12385)
add de9b9b3e8e [chore](ut) ena
yiguolei merged PR #12371:
URL: https://github.com/apache/doris/pull/12371
--
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 #12385:
URL: https://github.com/apache/doris/pull/12385
--
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
adonis0147 closed pull request #12267: [feature-wip](array-type) Use json
format to output the data with array type
URL: https://github.com/apache/doris/pull/12267
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
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 d410797200 [fix](regression p0) fix regression p0 test qt_window_hang2
always failed because of timeout #12388
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 d410797200 [fix](regression p0) fix regression
yiguolei merged PR #12388:
URL: https://github.com/apache/doris/pull/12388
--
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 232d17efea [Enhancement](sparkload) cast the sr
yiguolei merged PR #12394:
URL: https://github.com/apache/doris/pull/12394
--
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
TaoZex commented on issue #11916:
URL: https://github.com/apache/doris/issues/11916#issuecomment-1238824348
Hello, I want to try this issue, could you assign it to me? Plz~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
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 9ccc39c164 [Enhancement](regression) add regres
yiguolei merged PR #12265:
URL: https://github.com/apache/doris/pull/12265
--
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.
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 a465549f5e [feature](Nereids)support parse and
morrySnow merged PR #12129:
URL: https://github.com/apache/doris/pull/12129
--
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 #12385:
URL: https://github.com/apache/doris/pull/12385#issuecomment-1238815985
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 #12385:
URL: https://github.com/apache/doris/pull/12385#issuecomment-1238815972
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.
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 922b04fdc1 [Improvement](vectorized) change `
Gabriel39 merged PR #12379:
URL: https://github.com/apache/doris/pull/12379
--
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
stalary opened a new pull request, #12401:
URL: https://github.com/apache/doris/pull/12401
# Proposed changes
Issue Number: close https://github.com/apache/doris/issues/12387
## Problem summary
Doe support object/nested use string
1. doc_value logic modify, ignore obje
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 772e5907f2 [enhancement](test) add some p0 case
yiguolei merged PR #12240:
URL: https://github.com/apache/doris/pull/12240
--
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 commented on PR #12366:
URL: https://github.com/apache/doris/pull/12366#issuecomment-1238796282
pls add regression test for it
--
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 specifi
biandou1313 commented on issue #12381:
URL: https://github.com/apache/doris/issues/12381#issuecomment-1238792820
大佬 还在看这个问题么
-- 原始邮件 --
发件人: "Paddy ***@***.***>;
发送时间: 2022年9月7日(星期三) 上午7:59
收件人: ***@***.***>;
抄送: ***@***.***>; ***@*
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 5f255af065 [Enhancement](docker): Add elastic
morningman merged PR #12377:
URL: https://github.com/apache/doris/pull/12377
--
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 893567628e [fix](exec-node) fix nullptr of ru
morningman merged PR #12395:
URL: https://github.com/apache/doris/pull/12395
--
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
stalary opened a new issue, #12400:
URL: https://github.com/apache/doris/issues/12400
### 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] closed pull request #8370: Support get metric by name
URL: https://github.com/apache/doris/pull/8370
--
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
stalary closed pull request #10742: [Feature] Test with docker demo
URL: https://github.com/apache/doris/pull/10742
--
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 unsubscri
biandou1313 commented on issue #12381:
URL: https://github.com/apache/doris/issues/12381#issuecomment-1238762723
我需要完整原生sql
--
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.
github-actions[bot] commented on PR #12129:
URL: https://github.com/apache/doris/pull/12129#issuecomment-1238449402
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 #12129:
URL: https://github.com/apache/doris/pull/12129#issuecomment-1238449367
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 #12391:
URL: https://github.com/apache/doris/pull/12391#discussion_r963937031
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -378,8 +379,16 @@ public PlanFragment
visitPhysicalHashJoin(Ph
morrySnow merged PR #11976:
URL: https://github.com/apache/doris/pull/11976
--
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
morrySnow commented on code in PR #12374:
URL: https://github.com/apache/doris/pull/12374#discussion_r963923251
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Divide.java:
##
@@ -50,4 +51,9 @@ public R accept(ExpressionVisitor visitor, C
context) {
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 4c36e3dfa6 [fix](Nereids)LogicalAggregate's eq
morrySnow merged PR #12393:
URL: https://github.com/apache/doris/pull/12393
--
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
morrySnow commented on code in PR #12391:
URL: https://github.com/apache/doris/pull/12391#discussion_r963892873
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -378,8 +379,16 @@ public PlanFragment
visitPhysicalHashJoin(Ph
jackwener commented on code in PR #12391:
URL: https://github.com/apache/doris/pull/12391#discussion_r963875880
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -378,8 +379,16 @@ public PlanFragment
visitPhysicalHashJoin(Ph
github-actions[bot] commented on PR #12377:
URL: https://github.com/apache/doris/pull/12377#issuecomment-1238329806
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
englefly commented on code in PR #12391:
URL: https://github.com/apache/doris/pull/12391#discussion_r963870256
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -378,8 +379,16 @@ public PlanFragment
visitPhysicalHashJoin(Phy
github-actions[bot] commented on PR #12377:
URL: https://github.com/apache/doris/pull/12377#issuecomment-1238329878
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, #12397:
URL: https://github.com/apache/doris/pull/12397
# Proposed changes
Issue Number: close #xxx
## Problem summary
#12130 swap children in translate, it's tmp way.
revert it.
## Checklist(Required)
1. Does it a
github-actions[bot] commented on PR #12395:
URL: https://github.com/apache/doris/pull/12395#issuecomment-1238308199
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 190 matches
Mail list logo