Kikyou1997 opened a new pull request, #12569:
URL: https://github.com/apache/doris/pull/12569
# Proposed changes
Issue Number: noissue
## Problem summary
1. For some related rules, we need to iterate thems many times together to
get the expected plan.
2. Add session v
github-actions[bot] commented on PR #12565:
URL: https://github.com/apache/doris/pull/12565#issuecomment-1245425096
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 #12565:
URL: https://github.com/apache/doris/pull/12565#issuecomment-1245425135
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
HappenLee commented on PR #12566:
URL: https://github.com/apache/doris/pull/12566#issuecomment-1245430363
> Is there any test data for performance improvement?
The detail will be another pr of shuffle hash compute. For more detail, you
can see here: https://github.com/Cyan4973/xxHash
AshinGau opened a new pull request, #12570:
URL: https://github.com/apache/doris/pull/12570
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
morrySnow opened a new pull request, #12571:
URL: https://github.com/apache/doris/pull/12571
# Proposed changes
Currently, we only push predicates through INNER JOIN.
This PR breaks the rule(PushPredicatesThroughJoin) into two parts:
1. push predicates through join
2. push dow
zy-kkk opened a new pull request, #12572:
URL: https://github.com/apache/doris/pull/12572
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
yixiutt opened a new pull request, #12573:
URL: https://github.com/apache/doris/pull/12573
Reuse compression ctx and buffer.
Use a global instance for every compression algorithm, and use a thread saft
buffer pool to reuse compression buffer, pool size is equal to max parallel
thread num
github-actions[bot] commented on PR #12566:
URL: https://github.com/apache/doris/pull/12566#issuecomment-1245499408
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 #12566:
URL: https://github.com/apache/doris/pull/12566#issuecomment-1245499475
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 #12572:
URL: https://github.com/apache/doris/pull/12572#issuecomment-1245553160
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 #12443:
URL: https://github.com/apache/doris/pull/12443#issuecomment-1245572099
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 #12443:
URL: https://github.com/apache/doris/pull/12443#issuecomment-1245572139
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
xy720 merged PR #12443:
URL: https://github.com/apache/doris/pull/12443
--
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.apache
This is an automated email from the ASF dual-hosted git repository.
xuyang 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 56b2fc43d4 [enhancement](array-type) shrink colum
HappenLee commented on code in PR #12573:
URL: https://github.com/apache/doris/pull/12573#discussion_r969778224
##
be/src/util/block_compression.cpp:
##
@@ -368,76 +555,87 @@ class ZlibBlockCompression : public BlockCompressionCodec
{
return Status::OK();
}
-
morningman commented on code in PR #12570:
URL: https://github.com/apache/doris/pull/12570#discussion_r969797638
##
be/src/io/hdfs_file_reader.cpp:
##
@@ -147,6 +147,7 @@ Status HdfsFileReader::readat(int64_t position, int64_t
nbytes, int64_t* bytes_r
morningman opened a new pull request, #12574:
URL: https://github.com/apache/doris/pull/12574
# Proposed changes
Issue Number: close #xxx
## Problem summary
Currently, Doris has a variety of readers for different file formats,
such as parquet reader, orc reader, csv re
stalary commented on issue #12559:
URL: https://github.com/apache/doris/issues/12559#issuecomment-1246075846
Can you provide some `period_id` case?
--
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
yiguolei merged PR #12558:
URL: https://github.com/apache/doris/pull/12558
--
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 5dcf933012 [Bug](column) ColumnNullable::replac
yiguolei merged PR #12562:
URL: https://github.com/apache/doris/pull/12562
--
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
alex1528 commented on issue #12561:
URL: https://github.com/apache/doris/issues/12561#issuecomment-1246097920
centos 8 4.18.0-240.1.1.el8_3.x86_64
--
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
BenjaminWenqiYu commented on PR #12545:
URL: https://github.com/apache/doris/pull/12545#issuecomment-1246098626
@Gabriel39 Hi, when I use CURDATE, it got another result but not what I
expected.
 and
found no similar issues.
### Description
Wh
yiguolei merged PR #12557:
URL: https://github.com/apache/doris/pull/12557
--
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 branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 339d470c4e [fix](column) Column
yiguolei merged PR #12568:
URL: https://github.com/apache/doris/pull/12568
--
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 branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 2d55649e4c [bugfix](ut) errors
yiguolei merged PR #12560:
URL: https://github.com/apache/doris/pull/12560
--
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 branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 2d1316bfd1 (runtime) log status
BenjaminWenqiYu opened a new pull request, #12576:
URL: https://github.com/apache/doris/pull/12576
# Proposed changes
When we using flink to write bounded data into doris, we should using the
BATCH RuntimeExecutionMode.
Issue Number: close #12575
## Problem summary
When w
yiguolei merged PR #12512:
URL: https://github.com/apache/doris/pull/12512
--
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 8448867bed [regression-test](window-function) add big table in
regression of window function #12562
add ead016e
github-actions[bot] commented on PR #12567:
URL: https://github.com/apache/doris/pull/12567#issuecomment-1246117282
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 #12567:
URL: https://github.com/apache/doris/pull/12567#issuecomment-1246117263
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
JNSimba merged PR #62:
URL: https://github.com/apache/doris-flink-connector/pull/62
--
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...@
This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 2b711af [docs] update readme.md fl
yixiutt commented on code in PR #12573:
URL: https://github.com/apache/doris/pull/12573#discussion_r970220561
##
be/src/util/block_compression.cpp:
##
@@ -368,76 +555,87 @@ class ZlibBlockCompression : public BlockCompressionCodec
{
return Status::OK();
}
-s
github-actions[bot] commented on PR #12572:
URL: https://github.com/apache/doris/pull/12572#issuecomment-1246126895
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 05bc14f4070 release 1.1.2
05bc14f40
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 1c7a00826b0 add bitmap_count (#97)
hf200012 merged PR #97:
URL: https://github.com/apache/doris-website/pull/97
--
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
HappenLee commented on code in PR #12573:
URL: https://github.com/apache/doris/pull/12573#discussion_r970229664
##
be/src/util/block_compression.cpp:
##
@@ -586,74 +879,56 @@ class GzipBlockCompression final : public
ZlibBlockCompression {
};
Status get_block_compression_co
HappenLee commented on code in PR #12573:
URL: https://github.com/apache/doris/pull/12573#discussion_r970229932
##
be/src/util/block_compression.cpp:
##
@@ -586,74 +879,56 @@ class GzipBlockCompression final : public
ZlibBlockCompression {
};
Status get_block_compression_co
xinyiZzz opened a new pull request, #12577:
URL: https://github.com/apache/doris/pull/12577
# Proposed changes
Issue Number: close #xxx
## Problem summary
Compile Jemalloc separately and optimize the configuration
## Checklist(Required)
1. Does it affect the
yixiutt commented on code in PR #12573:
URL: https://github.com/apache/doris/pull/12573#discussion_r970235063
##
be/src/util/block_compression.cpp:
##
@@ -586,74 +879,56 @@ class GzipBlockCompression final : public
ZlibBlockCompression {
};
Status get_block_compression_code
morningman opened a new pull request, #12578:
URL: https://github.com/apache/doris/pull/12578
# Proposed changes
Issue Number: close #xxx
## Problem summary
Introduced from #12302
Inspired by this PR #12509
The scan tuple is only needed when vectorization is ena
QuantumBear opened a new pull request, #12579:
URL: https://github.com/apache/doris/pull/12579
fix path error
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original b
github-actions[bot] commented on PR #12539:
URL: https://github.com/apache/doris/pull/12539#issuecomment-1246154042
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 #12539:
URL: https://github.com/apache/doris/pull/12539#issuecomment-1246154058
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 merged PR #12539:
URL: https://github.com/apache/doris/pull/12539
--
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.
jakevin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ead016e0d2 [Enhancement](execute) add timeout for executing fragment
rpc (#12512)
add fd0cf78aa7 [fix](Nereids):
JNSimba commented on PR #12576:
URL: https://github.com/apache/doris/pull/12576#issuecomment-1246158524
The title of pr needs to follow this format
https://doris.apache.org/zh-CN/community/how-to-contribute/commit-format-specification
--
This is an automated message from the Apache Git S
BigdataGit commented on issue #6286:
URL: https://github.com/apache/doris/issues/6286#issuecomment-1246160220
>
I also encountered the same problem. The access to doris sink http is
unavailable
https://user-images.githubusercontent.com/27194698/190046138-f858d7ad-7ecf-47e3-8bd7-3e
adonis0147 commented on PR #12579:
URL: https://github.com/apache/doris/pull/12579#issuecomment-1246160470
Duplicate. See #12542
--
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
Gabriel39 commented on code in PR #12578:
URL: https://github.com/apache/doris/pull/12578#discussion_r970254304
##
fe/fe-core/src/main/java/org/apache/doris/planner/StreamLoadPlanner.java:
##
@@ -138,20 +141,22 @@ public TExecPlanFragmentParams plan(TUniqueId loadId)
throws Use
github-actions[bot] commented on PR #12566:
URL: https://github.com/apache/doris/pull/12566#issuecomment-1246167122
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
BigdataGit commented on issue #7203:
URL: https://github.com/apache/doris/issues/7203#issuecomment-1246175182
@hf200012
https://user-images.githubusercontent.com/27194698/190049584-36e1cd75-3da4-40fd-84f2-f9f2331ba9be.png";>
I have the same problem. The version of doris I use is 1.1.1
mrhhsg opened a new pull request, #12580:
URL: https://github.com/apache/doris/pull/12580
…_queue_wait_timeout_ms
# Proposed changes
Issue Number: close #xxx
## Problem Summary
The default value of `Config::doris_blocking_priority_queue_wait_timeout_ms`
make `Priority
lihuigang opened a new pull request, #12581:
URL: https://github.com/apache/doris/pull/12581
# Proposed changes
## Problem summary
Execution plan display when using orthogonal_bitmap_union_count function:
PREAGGREGATION: OFF
Reason: Invalid Aggregate Operator:
BigdataGit opened a new issue, #12582:
URL: https://github.com/apache/doris/issues/12582
### 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
https://use
github-actions[bot] commented on PR #12576:
URL: https://github.com/apache/doris/pull/12576#issuecomment-1246182694
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 #12576:
URL: https://github.com/apache/doris/pull/12576#issuecomment-1246182712
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
JNSimba commented on issue #12582:
URL: https://github.com/apache/doris/issues/12582#issuecomment-1246183989
The request for the schema interface failed, you can try to use curl to
request locally to see if it is normal
--
This is an automated message from the Apache Git Service.
To respo
JNSimba commented on issue #12561:
URL: https://github.com/apache/doris/issues/12561#issuecomment-1246185198
Can you add me on WeChat(jnsimba) and let's take a look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
BigdataGit commented on issue #12582:
URL: https://github.com/apache/doris/issues/12582#issuecomment-1246185382
> The request for the schema interface failed, you can try to use curl to
request locally to see if it is normal
The request is normal, and the console page can also be open
BigdataGit commented on issue #12582:
URL: https://github.com/apache/doris/issues/12582#issuecomment-1246186018
>
https://user-images.githubusercontent.com/27194698/190053066-dc6bdad8-70cd-4a23-b60c-ac8228ed4038.png";>
--
This is an automated message from the Apache Git Service
zhengshiJ opened a new pull request, #12583:
URL: https://github.com/apache/doris/pull/12583
# Proposed changes
Issue Number: close #xxx
## Problem summary
Added parsing of grouping sets, rollup and cube
## Checklist(Required)
1. Does it affect the original
github-actions[bot] commented on PR #12574:
URL: https://github.com/apache/doris/pull/12574#issuecomment-1246193687
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
JNSimba commented on issue #12582:
URL: https://github.com/apache/doris/issues/12582#issuecomment-1246194894
this api :
https://doris.apache.org/zh-CN/docs/admin-manual/http-actions/fe/table-schema-action
--
This is an automated message from the Apache Git Service.
To respond to the messa
dutyu opened a new issue, #12584:
URL: https://github.com/apache/doris/issues/12584
### 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.2
###
HappenLee commented on code in PR #12492:
URL: https://github.com/apache/doris/pull/12492#discussion_r970272485
##
be/src/vec/runtime/vparquet_writer.cpp:
##
@@ -0,0 +1,794 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreemen
hf200012 merged PR #99:
URL: https://github.com/apache/doris-website/pull/99
--
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.
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 0c723cd9b26 update homepage news (#
Gabriel39 opened a new issue, #12585:
URL: https://github.com/apache/doris/issues/12585
### 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
HappenLee opened a new pull request, #12586:
URL: https://github.com/apache/doris/pull/12586
# Proposed changes
Use new hash method to do shuffle hash compute to speed up query
Time cost:
origin new
1082ms 665ms
## Problem summary
Describe your changes.
Gabriel39 opened a new pull request, #12587:
URL: https://github.com/apache/doris/pull/12587
# Proposed changes
Issue Number: close #12585
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
dutyu opened a new pull request, #12589:
URL: https://github.com/apache/doris/pull/12589
…pears truncated when stmt contains '\n'. (#12584)
# Proposed changes
Issue Number: close #12584
## Problem summary
You can find the problem details in issue
[#12584](https://
hf200012 commented on PR #12579:
URL: https://github.com/apache/doris/pull/12579#issuecomment-1246217385
@QuantumBear rebase
--
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 #12566:
URL: https://github.com/apache/doris/pull/12566
--
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 fd0cf78aa7 [fix](Nereids): fix StatsCalculator compute project and
correct commute join type. (#12539)
add a
github-actions[bot] commented on PR #12589:
URL: https://github.com/apache/doris/pull/12589#issuecomment-1246220349
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 #12589:
URL: https://github.com/apache/doris/pull/12589#issuecomment-1246220397
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 #12579:
URL: https://github.com/apache/doris/pull/12579#issuecomment-1246220382
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 #12579:
URL: https://github.com/apache/doris/pull/12579#issuecomment-1246220402
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
hf200012 merged PR #98:
URL: https://github.com/apache/doris-website/pull/98
--
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.
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 c3740aef8ac add 1.1.2 download link
jackwener opened a new pull request, #12590:
URL: https://github.com/apache/doris/pull/12590
# Proposed changes
Issue Number: close #xxx
## Problem summary
- semi join transpose
- enable ZIG_ZAG join reorder.
## Checklist(Required)
1. Does it affect the
github-actions[bot] commented on PR #12580:
URL: https://github.com/apache/doris/pull/12580#issuecomment-1246237035
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 #12580:
URL: https://github.com/apache/doris/pull/12580#issuecomment-1246237056
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
stalary closed issue #12089: [Bug] query result error after insert
muliti-version data
URL: https://github.com/apache/doris/issues/12089
--
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
stalary closed issue #9477: [Feature] Cancel-Load support State condition
URL: https://github.com/apache/doris/issues/9477
--
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
stalary closed issue #10383: [Bug] Failed to obtain fragment data
URL: https://github.com/apache/doris/issues/10383
--
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
stalary closed pull request #9526: [Feature] development Show Load ALL SQL
URL: https://github.com/apache/doris/pull/9526
--
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
stalary commented on PR #10959:
URL: https://github.com/apache/doris/pull/10959#issuecomment-1246259112
Please rebase.
--
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
yangzhg opened a new pull request, #12591:
URL: https://github.com/apache/doris/pull/12591
## Problem summary
add build params to version string
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
- [ ] No
- [ ] I don't know
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 af3014965ac fix
af3014965ac is desc
dataroaring opened a new pull request, #12592:
URL: https://github.com/apache/doris/pull/12592
When there is a query with limit, e.g. select * from limit 1, scanners are
closed by FragmentExecutor, then some scanners do not run to eof and mem leaks
happen.
We have to release iterator
101 - 200 of 211 matches
Mail list logo