This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6523b546ab [chore](vulnerability) fix some high risk vulnerabilities
report by bug scanner (#15621)
add 5ee47
Gabriel39 merged PR #15597:
URL: https://github.com/apache/doris/pull/15597
--
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 commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062196061
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062192996
##
be/src/common/config.h:
##
@@ -874,6 +874,12 @@ CONF_Int32(pipeline_executor_size, "0");
// Will remove after fully test.
CONF_Bool(enable_index_apply_preds_excep
github-actions[bot] commented on PR #15558:
URL: https://github.com/apache/doris/pull/15558#issuecomment-1371887057
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 #15558:
URL: https://github.com/apache/doris/pull/15558#issuecomment-1371887029
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
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062191883
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
github-actions[bot] commented on code in PR #15558:
URL: https://github.com/apache/doris/pull/15558#discussion_r1062189317
##
be/src/runtime/runtime_predicate.cpp:
##
@@ -0,0 +1,153 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
github-actions[bot] commented on PR #15558:
URL: https://github.com/apache/doris/pull/15558#issuecomment-1371883225
clang-tidy review says "All clean, LGTM! :+1:"
--
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 #15558:
URL: https://github.com/apache/doris/pull/15558#issuecomment-1371882563
clang-tidy review says "All clean, LGTM! :+1:"
--
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 #15628:
URL: https://github.com/apache/doris/pull/15628#issuecomment-1371880931
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062186323
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
ByteYue commented on PR #15640:
URL: https://github.com/apache/doris/pull/15640#issuecomment-1371878365
> Would you like to provide some steps to describe the scenario you
mentioned.
Hi there, I was trying to deploy the ut binary from compile machine to
another machine in another re
xiaokang commented on code in PR #15558:
URL: https://github.com/apache/doris/pull/15558#discussion_r1062184422
##
be/src/runtime/primitive_type.h:
##
@@ -96,6 +96,10 @@ constexpr bool has_variable_type(PrimitiveType type) {
type == TYPE_QUANTILE_STATE || type == TYP
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062145039
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062178611
##
be/src/runtime/block_spill_manager.cpp:
##
@@ -21,16 +21,28 @@
#include
#include
+#include "util/file_utils.h"
+
namespace doris {
+static const std::string
hello-stephen commented on PR #15639:
URL: https://github.com/apache/doris/pull/15639#issuecomment-1371850980
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 37.06 seconds
load time: 475 seconds
storage size: 17122427804 Bytes
https://doris-co
This is an automated email from the ASF dual-hosted git repository.
yangzhg 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 6523b546ab [chore](vulnerability) fix some high
yangzhg merged PR #15621:
URL: https://github.com/apache/doris/pull/15621
--
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.apac
github-actions[bot] commented on PR #15533:
URL: https://github.com/apache/doris/pull/15533#issuecomment-1371847765
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
Gabriel39 commented on code in PR #15558:
URL: https://github.com/apache/doris/pull/15558#discussion_r1062158623
##
be/src/runtime/runtime_predicate.cpp:
##
@@ -0,0 +1,153 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreement
Gabriel39 commented on code in PR #15558:
URL: https://github.com/apache/doris/pull/15558#discussion_r1062158500
##
be/src/runtime/runtime_predicate.h:
##
@@ -0,0 +1,179 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
Gabriel39 commented on code in PR #15558:
URL: https://github.com/apache/doris/pull/15558#discussion_r1062158284
##
be/src/runtime/runtime_predicate.h:
##
@@ -0,0 +1,179 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
github-actions[bot] commented on PR #15533:
URL: https://github.com/apache/doris/pull/15533#issuecomment-1371846355
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 #15558:
URL: https://github.com/apache/doris/pull/15558#issuecomment-1371845486
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Gabriel39 opened a new pull request, #15644:
URL: https://github.com/apache/doris/pull/15644
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
github-actions[bot] commented on code in PR #15642:
URL: https://github.com/apache/doris/pull/15642#discussion_r1062156640
##
be/src/vec/exec/scan/new_olap_scan_node.cpp:
##
@@ -179,13 +264,46 @@ static std::string tablets_id_to_string(
return ss.str();
}
+// iterate thr
github-actions[bot] commented on PR #15212:
URL: https://github.com/apache/doris/pull/15212#issuecomment-1371844566
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #15638:
URL: https://github.com/apache/doris/pull/15638#issuecomment-1371843760
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.84 seconds
load time: 472 seconds
storage size: 17122696921 Bytes
https://doris-co
htyoung commented on PR #15533:
URL: https://github.com/apache/doris/pull/15533#issuecomment-1371842633
>
it mainly fix the pageSize can't be changed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
htyoung commented on PR #15533:
URL: https://github.com/apache/doris/pull/15533#issuecomment-1371841834
https://user-images.githubusercontent.com/9734567/210718404-6c443850-70ff-40d4-a773-b462f2c9b3b3.png";>
--
This is an automated message from the Apache Git Service.
To respond to the
XieJiann opened a new pull request, #15643:
URL: https://github.com/apache/doris/pull/15643
Signed-off-by: xiejiann
# Proposed changes
add logical operator || &&
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the
eldenmoon opened a new pull request, #15642:
URL: https://github.com/apache/doris/pull/15642
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062145039
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
github-actions[bot] commented on PR #15641:
URL: https://github.com/apache/doris/pull/15641#issuecomment-1371831501
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062144227
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062143853
##
be/src/vec/common/sort/sorter.cpp:
##
@@ -17,48 +17,154 @@
#include "vec/common/sort/sorter.h"
+#include "runtime/block_spill_manager.h"
#include "runtime/thr
adonis0147 opened a new pull request, #15641:
URL: https://github.com/apache/doris/pull/15641
# Proposed changes
Issue Number: close #15637
## Problem summary
According to the post
[https://developer.apple.com/forums/thread/676684](https://developer.apple.com/forums/thr
yiguolei commented on code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062142518
##
be/src/common/config.h:
##
@@ -874,6 +874,12 @@ CONF_Int32(pipeline_executor_size, "0");
// Will remove after fully test.
CONF_Bool(enable_index_apply_preds_excep
HappenLee commented on code in PR #15628:
URL: https://github.com/apache/doris/pull/15628#discussion_r1062140788
##
be/src/runtime/fragment_mgr.cpp:
##
@@ -1109,4 +1114,32 @@ Status FragmentMgr::merge_filter(const
PMergeFilterRequest* request,
return Status::OK();
}
+vo
adonis0147 commented on PR #15640:
URL: https://github.com/apache/doris/pull/15640#issuecomment-1371825753
If we didn't modify the source code, the build for BE should be skipped by
running the command `./run-be-ut.sh --run`. Would you like to provide some
steps to describe the scenario you
hello-stephen commented on PR #15597:
URL: https://github.com/apache/doris/pull/15597#issuecomment-1371812467
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.04 seconds
load time: 649 seconds
storage size: 17122935454 Bytes
https://doris-co
morrySnow commented on code in PR #15619:
URL: https://github.com/apache/doris/pull/15619#discussion_r1062122056
##
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionSignature.java:
##
@@ -113,4 +118,34 @@ public FunctionSignature
varArgs(AbstractDataType...argTypes) {
ByteYue opened a new pull request, #15640:
URL: https://github.com/apache/doris/pull/15640
# Proposed changes
Issue Number: close #xxx
Previously when we run be ut, it would always run building the whole binary.
But sometimes I just change one conf in be.conf to test the UT, I thin
hello-stephen commented on PR #15600:
URL: https://github.com/apache/doris/pull/15600#issuecomment-1371787285
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.91 seconds
load time: 479 seconds
storage size: 17122387055 Bytes
https://doris-co
github-actions[bot] commented on PR #15597:
URL: https://github.com/apache/doris/pull/15597#issuecomment-1371781534
clang-tidy review says "All clean, LGTM! :+1:"
--
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 #15621:
URL: https://github.com/apache/doris/pull/15621#issuecomment-1371780188
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 #15621:
URL: https://github.com/apache/doris/pull/15621#issuecomment-1371780161
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
hello-stephen commented on PR #15635:
URL: https://github.com/apache/doris/pull/15635#issuecomment-1371778600
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.52 seconds
load time: 479 seconds
storage size: 17123421563 Bytes
https://doris-co
hello-stephen commented on PR #15630:
URL: https://github.com/apache/doris/pull/15630#issuecomment-1371776734
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.46 seconds
load time: 651 seconds
storage size: 17122709086 Bytes
https://doris-co
github-actions[bot] commented on PR #15605:
URL: https://github.com/apache/doris/pull/15605#issuecomment-1371763447
clang-tidy review says "All clean, LGTM! :+1:"
--
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 code in PR #15605:
URL: https://github.com/apache/doris/pull/15605#discussion_r1062088650
##
be/src/vec/exec/join/vjoin_node_base.cpp:
##
@@ -107,46 +107,46 @@ void VJoinNodeBase::_construct_mutable_join_block() {
Status VJoinNodeBase::_build_
morrySnow commented on code in PR #15595:
URL: https://github.com/apache/doris/pull/15595#discussion_r1062087740
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java:
##
@@ -149,7 +150,8 @@ public Expression visitInPredicate(InPre
github-actions[bot] commented on code in PR #15597:
URL: https://github.com/apache/doris/pull/15597#discussion_r1062086394
##
be/src/runtime/fragment_mgr.cpp:
##
@@ -574,11 +582,16 @@ void FragmentMgr::set_pipe(const TUniqueId&
fragment_instance_id,
std::shared_ptr FragmentMgr
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 4f2a36f032 [project] update year in NOTICE.txt (#15632)
add 0dfa143140 [enhancement](Nereids) generate colocate
morrySnow merged PR #15479:
URL: https://github.com/apache/doris/pull/15479
--
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
morningman commented on code in PR #15612:
URL: https://github.com/apache/doris/pull/15612#discussion_r1062080335
##
be/src/util/arrow/block_convertor.cpp:
##
@@ -0,0 +1,238 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreeme
morrySnow commented on code in PR #15608:
URL: https://github.com/apache/doris/pull/15608#discussion_r1062081143
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/ConnectionId.java:
##
@@ -0,0 +1,55 @@
+// Licensed to the Apache Software Fou
morningman commented on PR #15614:
URL: https://github.com/apache/doris/pull/15614#issuecomment-1371746489
> > Why we need hint to do this? This should be set automatically by
optimizer?
>
> This hint is supported by the old planner currently. AFAIK, people can use
this hint when the
yangzhg opened a new pull request, #15639:
URL: https://github.com/apache/doris/pull/15639
# Proposed changes
Issue Number: close #15636
## Problem summary
fix CVE-2022-1292
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
hello-stephen commented on PR #15588:
URL: https://github.com/apache/doris/pull/15588#issuecomment-1371742762
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.33 seconds
load time: 649 seconds
storage size: 17123449725 Bytes
https://doris-co
github-actions[bot] commented on PR #15638:
URL: https://github.com/apache/doris/pull/15638#issuecomment-1371742688
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 #15638:
URL: https://github.com/apache/doris/pull/15638#issuecomment-1371742664
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yixiutt opened a new pull request, #15638:
URL: https://github.com/apache/doris/pull/15638
fix a dcheck error for vertical compaction on Merge-On-Write table。 When
merge rowsets with empty segment, VerticalHeapMergeIterator::init return ok
directly and _record_rowids not set, dcheck failed
github-actions[bot] commented on PR #15479:
URL: https://github.com/apache/doris/pull/15479#issuecomment-1371741215
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 #15479:
URL: https://github.com/apache/doris/pull/15479#issuecomment-1371741242
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 #15628:
URL: https://github.com/apache/doris/pull/15628#issuecomment-1371739388
clang-tidy review says "All clean, LGTM! :+1:"
--
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 code in PR #15633:
URL: https://github.com/apache/doris/pull/15633#discussion_r1062077020
##
be/test/olap/cumulative_compaction_policy_test.cpp:
##
@@ -674,18 +674,18 @@
for (auto& rowset : rs_metas) {
_tablet_meta->add_rs_meta(rows
github-actions[bot] commented on code in PR #15597:
URL: https://github.com/apache/doris/pull/15597#discussion_r1062074000
##
be/src/runtime/fragment_mgr.cpp:
##
@@ -574,11 +582,21 @@
std::shared_ptr FragmentMgr::get_pipe(const TUniqueId&
fragment_instance_id) {
{
adonis0147 opened a new issue, #15637:
URL: https://github.com/apache/doris/issues/15637
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
Doris Version: master
HappenLee commented on code in PR #15597:
URL: https://github.com/apache/doris/pull/15597#discussion_r1062069760
##
be/src/runtime/fragment_mgr.cpp:
##
@@ -571,14 +579,24 @@ void FragmentMgr::set_pipe(const TUniqueId&
fragment_instance_id,
}
}
-std::shared_ptr FragmentM
HappenLee commented on code in PR #15597:
URL: https://github.com/apache/doris/pull/15597#discussion_r1062068588
##
be/src/runtime/fragment_mgr.cpp:
##
@@ -571,14 +579,24 @@ void FragmentMgr::set_pipe(const TUniqueId&
fragment_instance_id,
}
}
-std::shared_ptr FragmentM
github-actions[bot] commented on PR #15618:
URL: https://github.com/apache/doris/pull/15618#issuecomment-1371713833
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
LizZhang315 closed issue #13892: [Bug] [daily] be core with
enable_vectorized_engine=false
URL: https://github.com/apache/doris/issues/13892
--
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 speci
github-actions[bot] commented on PR #15635:
URL: https://github.com/apache/doris/pull/15635#issuecomment-1371710743
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yangzhg opened a new issue, #15636:
URL: https://github.com/apache/doris/issues/15636
refer detail in https://nvd.nist.gov/vuln/detail/CVE-2022-1292
--
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
yangzhg opened a new pull request, #15635:
URL: https://github.com/apache/doris/pull/15635
# Proposed changes
Issue Number: close #15634
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
xiaokang commented on code in PR #15491:
URL: https://github.com/apache/doris/pull/15491#discussion_r1062060054
##
be/src/util/jsonb_writer.h:
##
@@ -234,6 +234,17 @@ class JsonbWriterT {
return 0;
}
+uint32_t writeInt128(__int128_t v) {
+if (!stack_.
xiaokang commented on code in PR #15491:
URL: https://github.com/apache/doris/pull/15491#discussion_r1062059550
##
be/src/util/jsonb_stream.h:
##
@@ -126,6 +126,11 @@ class JsonbOutStream : public std::ostream {
size_ += len;
}
+void write(__int128 l) {
+
yangzhg opened a new issue, #15634:
URL: https://github.com/apache/doris/issues/15634
2023-01-04 22:22:03,515 WARN (doris-mysql-nio-pool-2654|16314)
[StmtExecutor.handleInsertStmt():1275] insert failed: couldn't get a client for
TNetworkAddress(hostname=10.96.2.235, port=9020)
org.apache
github-actions[bot] commented on PR #15259:
URL: https://github.com/apache/doris/pull/15259#issuecomment-1371698915
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 #15259:
URL: https://github.com/apache/doris/pull/15259#issuecomment-1371698814
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 #15212:
URL: https://github.com/apache/doris/pull/15212#issuecomment-1371695869
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
XieJiann opened a new pull request, #15630:
URL: https://github.com/apache/doris/pull/15630
Signed-off-by: xiejiann
# Proposed changes
1. Remove unused code when translating physicalHashJoin to avoid losing
expression in physicalProject
2. Add implicit casting for arithmeti
wangshuo128 commented on PR #15614:
URL: https://github.com/apache/doris/pull/15614#issuecomment-1371694611
> Why we need hint to do this? This should be set automatically by optimizer?
This hint is supported by the old planner currently.
AFAIK, People can use this hint when the op
github-actions[bot] commented on PR #15588:
URL: https://github.com/apache/doris/pull/15588#issuecomment-1371690077
clang-tidy review says "All clean, LGTM! :+1:"
--
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 code in PR #15604:
URL: https://github.com/apache/doris/pull/15604#discussion_r1062052475
##
be/test/runtime/test_env.cc:
##
@@ -36,7 +36,6 @@
_exec_env->_thread_mgr = new ThreadResourceMgr(2);
_exec_env->_disk_io_mgr = new DiskIoMgr(1,
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1018657d9d [Enhancement](SparkLoad): avoid BE OOM in push task, fix
#15572 (#15620)
add 4f2a36f032 [project
hf200012 merged PR #15632:
URL: https://github.com/apache/doris/pull/15632
--
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 code in PR #15624:
URL: https://github.com/apache/doris/pull/15624#discussion_r1062051965
##
be/src/common/config.h:
##
@@ -874,6 +874,12 @@ CONF_Int32(pipeline_executor_size, "0");
// Will remove after fully test.
CONF_Bool(enable_index_apply_preds_excep
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 1018657d9d [Enhancement](SparkLoad): avoid BE
morningman closed issue #15572: [Enhancement] to avoid BE OOM in spark load
URL: https://github.com/apache/doris/issues/15572
--
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
morningman merged PR #15620:
URL: https://github.com/apache/doris/pull/15620
--
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
github-actions[bot] commented on PR #15618:
URL: https://github.com/apache/doris/pull/15618#issuecomment-1371682457
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
cambyzju merged PR #15143:
URL: https://github.com/apache/doris/pull/15143
--
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.
cambyzju pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 93f5e440eb [Bug](execute) fix get next non stop for eos on streaming
preagg (#15611)
add 59f34be41f [fix](havin
cambyzju closed issue #15142: [Bug] having clause with same alias name do not
work
URL: https://github.com/apache/doris/issues/15142
--
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 comm
XieJiann closed pull request #15630: [fix](Nereids): fix bugs in
conditional_function
URL: https://github.com/apache/doris/pull/15630
--
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 com
morningman commented on code in PR #15618:
URL: https://github.com/apache/doris/pull/15618#discussion_r1062037662
##
fe/fe-core/src/main/java/org/apache/doris/tablefunction/IcebergTableValuedFunction.java:
##
@@ -0,0 +1,104 @@
+// Licensed to the Apache Software Foundation (ASF)
github-actions[bot] commented on PR #15621:
URL: https://github.com/apache/doris/pull/15621#issuecomment-1371648033
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
1 - 100 of 218 matches
Mail list logo