HappenLee commented on code in PR #12690:
URL: https://github.com/apache/doris/pull/12690#discussion_r973543515
##
be/src/vec/columns/predicate_column.h:
##
@@ -272,14 +275,14 @@ class PredicateColumnType final : public
COWHelperallocate(total_mem_size);
+memcpy(des
yiguolei opened a new pull request, #12690:
URL: https://github.com/apache/doris/pull/12690
# Proposed changes
Improve the performance of PredicateColumn.
For query:
SELECT SearchPhrase FROM hits WHERE SearchPhrase <> '' ORDER BY EventTime
LIMIT 10;
It will reduce the
luozenglin commented on code in PR #12684:
URL: https://github.com/apache/doris/pull/12684#discussion_r973540722
##
be/src/exec/base_scanner.cpp:
##
@@ -178,6 +178,11 @@ Status BaseScanner::init_expr_ctxes() {
if (_src_slot_it == std::end(src_slot_desc_map)) {
BiteThet commented on code in PR #12684:
URL: https://github.com/apache/doris/pull/12684#discussion_r973538566
##
be/src/exec/base_scanner.cpp:
##
@@ -178,6 +178,11 @@ Status BaseScanner::init_expr_ctxes() {
if (_src_slot_it == std::end(src_slot_desc_map)) {
luozenglin commented on code in PR #12684:
URL: https://github.com/apache/doris/pull/12684#discussion_r973538044
##
be/src/exec/base_scanner.cpp:
##
@@ -332,7 +337,8 @@ Status
BaseScanner::_materialize_dest_block(vectorized::Block* dest_block) {
for (int i = 0; i <
BiteThet commented on code in PR #12684:
URL: https://github.com/apache/doris/pull/12684#discussion_r973536475
##
be/src/exec/base_scanner.cpp:
##
@@ -332,7 +337,8 @@ Status
BaseScanner::_materialize_dest_block(vectorized::Block* dest_block) {
for (int i = 0; i
github-actions[bot] commented on PR #12687:
URL: https://github.com/apache/doris/pull/12687#issuecomment-1249989269
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 #12687:
URL: https://github.com/apache/doris/pull/12687#issuecomment-1249989263
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.
dataroaring 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 3bb042e45c [fix](memtracker) Process physica
dataroaring merged PR #12688:
URL: https://github.com/apache/doris/pull/12688
--
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.
github-actions[bot] commented on PR #12688:
URL: https://github.com/apache/doris/pull/12688#issuecomment-1249988949
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 #12688:
URL: https://github.com/apache/doris/pull/12688#issuecomment-1249988941
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.
dataroaring 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 e01986b8b9 [feature](light-schema-change) fi
dataroaring merged PR #12160:
URL: https://github.com/apache/doris/pull/12160
--
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.
siriume opened a new issue, #12689:
URL: https://github.com/apache/doris/issues/12689
### 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-fd0cf78
yinzhijian closed pull request #12675: [fix](broker load) fix null exception
when initColumns
URL: https://github.com/apache/doris/pull/12675
--
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
xinyiZzz opened a new pull request, #12688:
URL: https://github.com/apache/doris/pull/12688
# Proposed changes
Issue Number: close #xxx
## Problem summary
tcmalloc/jemalloc allocator cache does not participate in the mem check as
part of the process physical memory.
This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 942b31038f [fix](memory) Fix BE OOM when loa
dataroaring closed issue #12661: [Bug] BE OOM when load fails
URL: https://github.com/apache/doris/issues/12661
--
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,
dataroaring merged PR #12666:
URL: https://github.com/apache/doris/pull/12666
--
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.
dataroaring 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 42b6532131 remove gc and fix print (#12682)
dataroaring merged PR #12682:
URL: https://github.com/apache/doris/pull/12682
--
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.
morrySnow opened a new pull request, #12687:
URL: https://github.com/apache/doris/pull/12687
# Proposed changes
turn on all TPC-H sf1 test cases except Q2. Q2 caused dead loop in Join
reorder. Will turn on Q2 after fix it.
## Problem summary
Describe your changes.
sohardforaname closed pull request #12673: [fix](nereids)fix NPE at runtime
filter translator when runtime filter's target is null.
URL: https://github.com/apache/doris/pull/12673
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
github-actions[bot] commented on PR #12666:
URL: https://github.com/apache/doris/pull/12666#issuecomment-1249405890
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 #12666:
URL: https://github.com/apache/doris/pull/12666#issuecomment-1249405851
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
xinyiZzz commented on code in PR #12666:
URL: https://github.com/apache/doris/pull/12666#discussion_r973038048
##
be/src/runtime/tablets_channel.cpp:
##
@@ -237,8 +238,22 @@ Status TabletsChannel::reduce_mem_usage(int64_t mem_limit)
{
}
}
VLOG_CRITICAL << "fl
dataroaring commented on PR #12658:
URL: https://github.com/apache/doris/pull/12658#issuecomment-1249365408
Could we add a regression test ?
--
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 sp
This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b733a23cf7 [Bugfix](stack_over_flow) fix be may core dump because of
stack-buffer-overflow when TBrokerOpenReaderRe
morrySnow merged PR #12671:
URL: https://github.com/apache/doris/pull/12671
--
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
luzhijing commented on issue #11706:
URL: https://github.com/apache/doris/issues/11706#issuecomment-1249365016
> [WeOpen Star] hi, @luzhijing. Is this issue available now? If the
translation of this article has not been done, please assign it to me, I expect
to submit a PR tomorrow. Apache
luozenglin opened a new pull request, #12684:
URL: https://github.com/apache/doris/pull/12684
# Proposed changes
Issue Number: close #12683
## 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 change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from a3fee5afbb [doc](variables) fix forward_to_master doc bug #12659
add b733a23cf7 [Bugfix](stack_over_flow) fix be
yiguolei merged PR #12658:
URL: https://github.com/apache/doris/pull/12658
--
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 closed issue #12654: [Bug] be may core dump because of
stack-buffer-overflow when TBrokerOpenReaderResponse too large
URL: https://github.com/apache/doris/issues/12654
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
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 a3fee5afbb [doc](variables) fix forward_to_mast
yiguolei merged PR #12659:
URL: https://github.com/apache/doris/pull/12659
--
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.
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 6fc74def02 [fix](Broker load): fix bug for br
morningman closed issue #12628: [Bug] Broker load label has already been used
URL: https://github.com/apache/doris/issues/12628
--
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 #12630:
URL: https://github.com/apache/doris/pull/12630
--
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
luozenglin opened a new issue, #12683:
URL: https://github.com/apache/doris/issues/12683
### 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
xinyiZzz opened a new pull request, #12682:
URL: https://github.com/apache/doris/pull/12682
# Proposed changes
Issue Number: close #xxx
## Problem summary
1. Remove consume mem tracker GC func, expect a separate GC thread to GC all
caches.
2. Fix mem limit exceed erro
starocean999 opened a new pull request, #12681:
URL: https://github.com/apache/doris/pull/12681
# Proposed changes
Issue Number: close #xxx
## Problem summary
The output slots of inline view may come from an outer join nullable side
table. So it's should be nullable.
xinyiZzz commented on code in PR #12666:
URL: https://github.com/apache/doris/pull/12666#discussion_r972966878
##
be/src/runtime/tablets_channel.cpp:
##
@@ -237,8 +238,22 @@ Status TabletsChannel::reduce_mem_usage(int64_t mem_limit)
{
}
}
VLOG_CRITICAL << "fl
github-actions[bot] commented on PR #12630:
URL: https://github.com/apache/doris/pull/12630#issuecomment-1249292893
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 #12630:
URL: https://github.com/apache/doris/pull/12630#issuecomment-1249292832
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
zhannngchen commented on code in PR #12666:
URL: https://github.com/apache/doris/pull/12666#discussion_r972945037
##
be/src/runtime/tablets_channel.cpp:
##
@@ -237,8 +238,22 @@ Status TabletsChannel::reduce_mem_usage(int64_t mem_limit)
{
}
}
VLOG_CRITICAL <<
zhannngchen commented on code in PR #12666:
URL: https://github.com/apache/doris/pull/12666#discussion_r972945037
##
be/src/runtime/tablets_channel.cpp:
##
@@ -237,8 +238,22 @@ Status TabletsChannel::reduce_mem_usage(int64_t mem_limit)
{
}
}
VLOG_CRITICAL <<
github-actions[bot] commented on PR #12677:
URL: https://github.com/apache/doris/pull/12677#issuecomment-1249252869
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 #12677:
URL: https://github.com/apache/doris/pull/12677#issuecomment-1249252841
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 85f3edf1471 fix_link_err (#101)
85f
hf200012 merged PR #101:
URL: https://github.com/apache/doris-website/pull/101
--
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.
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 378acfa28f [enhancement](Nereids) eliminate al
morrySnow merged PR #12651:
URL: https://github.com/apache/doris/pull/12651
--
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
jackwener opened a new pull request, #12678:
URL: https://github.com/apache/doris/pull/12678
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
yongjinhou commented on PR #12673:
URL: https://github.com/apache/doris/pull/12673#issuecomment-1249230497
Some checks were not successful: FE Code Style Checker / CheckStyle
(pull_request)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
github-actions[bot] commented on PR #12651:
URL: https://github.com/apache/doris/pull/12651#issuecomment-1249225899
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 #12651:
URL: https://github.com/apache/doris/pull/12651#issuecomment-1249225935
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 #12673:
URL: https://github.com/apache/doris/pull/12673#issuecomment-1249219456
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 #12673:
URL: https://github.com/apache/doris/pull/12673#issuecomment-1249219421
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
yongjinhou commented on PR #12675:
URL: https://github.com/apache/doris/pull/12675#issuecomment-1249206083
It is repeated with https://github.com/apache/doris/pull/12630
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
isHuangXin commented on issue #11706:
URL: https://github.com/apache/doris/issues/11706#issuecomment-1249171802
[WeOpen Star] hi, @luzhijing. Is this issue available now? If the
translation of this article has not been done, please assign it to me, I expect
to submit a PR tomorrow.
Apach
github-actions[bot] commented on PR #12286:
URL: https://github.com/apache/doris/pull/12286#issuecomment-1249168846
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 #12286:
URL: https://github.com/apache/doris/pull/12286#issuecomment-1249168898
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
ByteYue opened a new pull request, #12677:
URL: https://github.com/apache/doris/pull/12677
# Proposed changes
Issue Number: close #12676
## Problem summary
Rearrange code order to make sure no invalid memory access occurs when one
string_view parameter is empty.
#
isHuangXin commented on issue #11706:
URL: https://github.com/apache/doris/issues/11706#issuecomment-1249162589
[WeOpen Star] hi, @luzhijing. Is this issue available now? If the
translation of this article has not been done, please assign it to me, I expect
to submit a PR tomorrow.
Apac
ByteYue opened a new issue, #12676:
URL: https://github.com/apache/doris/issues/12676
### 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 compile
morningman merged PR #12296:
URL: https://github.com/apache/doris/pull/12296
--
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
yinzhijian opened a new pull request, #12675:
URL: https://github.com/apache/doris/pull/12675
# Proposed changes
introduced by #12275
## Problem summary
java.lang.NullPointerException: null
at org.apache.doris.load.Load.initColumns(Load.java:988)
~[doris-fe.ja
yixiutt opened a new pull request, #12674:
URL: https://github.com/apache/doris/pull/12674
…nflict
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
sohardforaname commented on code in PR #11805:
URL: https://github.com/apache/doris/pull/11805#discussion_r972828570
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/SingleSidePredicate.java:
##
@@ -0,0 +1,112 @@
+// Licensed to the Apache Software Foun
morrySnow closed pull request #12669: [test](Nereids) forbidden the UT of
runtime filter Nereids since it throw NPE
URL: https://github.com/apache/doris/pull/12669
--
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.
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 21319e6db4 [fix](nereids) generate invalid slo
morrySnow merged PR #12475:
URL: https://github.com/apache/doris/pull/12475
--
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
catpineapple opened a new pull request, #101:
URL: https://github.com/apache/doris-website/pull/101
跳转链接的修改
--
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,
github-actions[bot] commented on PR #12667:
URL: https://github.com/apache/doris/pull/12667#issuecomment-1249052827
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 #12667:
URL: https://github.com/apache/doris/pull/12667#issuecomment-1249052764
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
sohardforaname opened a new pull request, #12673:
URL: https://github.com/apache/doris/pull/12673
# Proposed changes
Issue Number: close #xxx
## Problem summary
fix NPE at runtime filter translator caused by some runtime filter's target
is null when slotReference transfe
yiguolei opened a new pull request, #12672:
URL: https://github.com/apache/doris/pull/12672
Reverts apache/doris#12551
--
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 un
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch revert-12551-111_pr
in repository https://gitbox.apache.org/repos/asf/doris.git
at be4694bf61 Revert "[fix](planner) fix projection may return error
results (#12551)"
This branch inclu
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch revert-12551-111_pr
in repository https://gitbox.apache.org/repos/asf/doris.git
commit be4694bf6183a187dc1c017aa8b6936e03e95b64
Author: yiguolei <676222...@qq.com>
AuthorDate: Fri Sep 16 15:47:4
github-actions[bot] commented on PR #12475:
URL: https://github.com/apache/doris/pull/12475#issuecomment-1249021576
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 #12669:
URL: https://github.com/apache/doris/pull/12669#issuecomment-1249020489
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 #12669:
URL: https://github.com/apache/doris/pull/12669#issuecomment-1249020441
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
924060929 opened a new pull request, #12671:
URL: https://github.com/apache/doris/pull/12671
# Proposed changes
This pr did these things:
1. Change the nullable mode of 'from_unixtime', 'parse_url' from
DEPEND_ON_ARGUMENT to ALWAYS_NULLABLE, which nullable configuration was missing
pr
HappenLee opened a new pull request, #12670:
URL: https://github.com/apache/doris/pull/12670
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from e9f7a3ee58 [bugfix]fix segmentation fault at unalign address cast to
int128 (#10094)
new 66051917ad Rev
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 1775d8662da7489317c6ae3303704f8b9eaf3b02
Author: yiguolei
AuthorDate: Fri Sep 16 14:59:31 2022 +0800
[1.1
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 82d62b2c3e6c2df70d0e2ebe3bf00cce3ef162d7
Author: yiguolei
AuthorDate: Fri Sep 16 15:04:16 2022 +0800
[bugf
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 66051917ad19a9af19530e7733823fa25d58a673
Author: yiguolei
AuthorDate: Fri Sep 16 14:38:13 2022 +0800
Rever
sohardforaname opened a new pull request, #12669:
URL: https://github.com/apache/doris/pull/12669
# Proposed changes
Issue Number: close #xxx
## Problem summary
delete ut: testPushDownThroughUnsupportedJoinType until it can run.
## Checklist(Required)
1. Doe
github-actions[bot] commented on PR #12668:
URL: https://github.com/apache/doris/pull/12668#issuecomment-1248992484
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
ByteYue commented on issue #12642:
URL: https://github.com/apache/doris/issues/12642#issuecomment-1248992080
Sorry for late response, the table
`regression_test_load_insert.tbl_test_array_string_insert` is generated by the
regression test
`regression-test/suites/load/insert/test_array_stri
93 matches
Mail list logo