amorynan commented on code in PR #29819:
URL: https://github.com/apache/doris/pull/29819#discussion_r1450070282
##
be/src/vec/functions/function_ip.h:
##
@@ -832,4 +845,170 @@ class FunctionIsIPAddressInRange : public IFunction {
}
};
+class FunctionIPv4CIDRToRange : pub
github-actions[bot] commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888682731
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 #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888684049
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
Jibing-Li commented on PR #29920:
URL: https://github.com/apache/doris/pull/29920#issuecomment-1888685908
run buildall
--
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
Jibing-Li opened a new pull request, #29920:
URL: https://github.com/apache/doris/pull/29920
Stop analyze quickly after user close auto analyze.
backport https://github.com/apache/doris/pull/29809
## Proposed changes
Issue Number: close #xxx
## Further comments
vinlee19 opened a new pull request, #292:
URL: https://github.com/apache/doris-flink-connector/pull/292
# Proposed changes
## Problem Summary:
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No/I Don't know)
2. Has unit tests been added: (Yes/No/No
HHoflittlefish777 commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888692567
run buildall
--
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 #29908:
URL: https://github.com/apache/doris/pull/29908
--
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
libraries in the
build-env image. The docker build-env image is apache/doris, and the tag is
`build-env-${version}`
+## 20240112
+
+- Modified: hadoop libhdfs 3.3.4.6
+
+## v20231229
+
+- Added: streamvbyte 1.0.0
+
## v20231210
- Modified: librdkafka 1.8.2 -> 2.0.2
diff --git a/thirdpa
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
dataroaring commented on code in PR #29818:
URL: https://github.com/apache/doris/pull/29818#discussion_r1450089374
##
be/src/olap/storage_engine.cpp:
##
@@ -448,45 +450,89 @@ Status StorageEngine::set_cluster_id(int32_t cluster_id) {
return Status::OK();
}
+StorageEngine
HHoflittlefish777 commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888699777
run buildall
--
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
cst4049 commented on issue #29862:
URL: https://github.com/apache/doris/issues/29862#issuecomment-1888698940
建表语句
CREATE TABLE `原始日志` (
`_time` datetime NOT NULL COMMENT '日志发生时间',
`_uuid` varchar(64) NOT NULL COMMENT '原始数据ID',
`_raw` text NOT NULL COMMENT '原始数据',
`_host
amorynan commented on code in PR #29819:
URL: https://github.com/apache/doris/pull/29819#discussion_r1450095957
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/IPv4CIDRToRange.java:
##
@@ -0,0 +1,82 @@
+// Licensed to the Apache Software F
github-actions[bot] commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888702400
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 #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888702838
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
amorynan commented on code in PR #29819:
URL: https://github.com/apache/doris/pull/29819#discussion_r1450097795
##
be/src/vec/functions/function_ip.h:
##
@@ -832,4 +845,170 @@ class FunctionIsIPAddressInRange : public IFunction {
}
};
+class FunctionIPv4CIDRToRange : pub
amorynan commented on code in PR #29819:
URL: https://github.com/apache/doris/pull/29819#discussion_r1450099201
##
be/src/vec/functions/function_ip.h:
##
@@ -832,4 +845,170 @@ class FunctionIsIPAddressInRange : public IFunction {
}
};
+class FunctionIPv4CIDRToRange : pub
github-actions[bot] commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888709081
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 #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888709806
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 commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888713829
run buildall
--
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
doris-robot commented on PR #29887:
URL: https://github.com/apache/doris/pull/29887#issuecomment-1888717189
TeamCity be ut coverage result:
Function Coverage: 36.71% (8649/23562)
Line Coverage: 28.72% (70430/245241)
Region Coverage: 27.64% (36415/131733)
Branch Coverage: 24.3
amorynan commented on PR #29879:
URL: https://github.com/apache/doris/pull/29879#issuecomment-1888720807
run p0
--
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
github-actions[bot] commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888722462
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 #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888722496
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 #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888727109
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
wuwenchi commented on code in PR #29868:
URL: https://github.com/apache/doris/pull/29868#discussion_r1450113739
##
fe/fe-core/src/main/java/org/apache/doris/statistics/CommonAnalysisTask.java:
##
@@ -0,0 +1,259 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+/
wuwenchi commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-1888727421
run buildall
--
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 uns
doris-robot commented on PR #29692:
URL: https://github.com/apache/doris/pull/29692#issuecomment-1888737992
TPC-H: Total hot run time: 38600 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
JNSimba merged PR #292:
URL: https://github.com/apache/doris-flink-connector/pull/292
--
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 54ea6a9 [buf](fix) fix inaccurate
zy-kkk merged PR #291:
URL: https://github.com/apache/doris-flink-connector/pull/291
--
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.
zykkk 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 9c4f955 [catalog] add array map j
doris-robot commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888741484
TPC-H: Total hot run time: 38629 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888745607
TPC-H: Total hot run time: 39402 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
wsjz commented on code in PR #29291:
URL: https://github.com/apache/doris/pull/29291#discussion_r1450132575
##
be/src/io/fs/hdfs_file_system.cpp:
##
@@ -105,7 +104,9 @@ class HdfsFileHandleCache {
private:
FileHandleCache _cache;
-HdfsFileHandleCache() : _cache(confi
wsjz commented on PR #29291:
URL: https://github.com/apache/doris/pull/29291#issuecomment-1888748212
run buildall
--
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 unsubsc
morningman merged PR #29918:
URL: https://github.com/apache/doris/pull/29918
--
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 branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 68d41ba3999 [deps](hadoop) upgrade ha
wuwenchi commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-1888749615
run buildall
--
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 uns
larshelge opened a new pull request, #29921:
URL: https://github.com/apache/doris/pull/29921
Clarifies the requirement for JDK exact version 8.
When reading the install guides, it was not fully clear that exactly version
8 of the JDK is required. Requirements for other software refers
doris-robot commented on PR #29692:
URL: https://github.com/apache/doris/pull/29692#issuecomment-1888754587
TPC-DS: Total hot run time: 178054 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
github-actions[bot] commented on code in PR #29291:
URL: https://github.com/apache/doris/pull/29291#discussion_r1450141703
##
be/src/io/fs/hdfs_file_system.cpp:
##
@@ -105,7 +104,9 @@ class HdfsFileHandleCache {
private:
FileHandleCache _cache;
-HdfsFileHandleCache()
doris-robot commented on PR #29919:
URL: https://github.com/apache/doris/pull/29919#issuecomment-1888757362
TeamCity be ut coverage result:
Function Coverage: 36.72% (8649/23554)
Line Coverage: 28.73% (70434/245190)
Region Coverage: 27.65% (36414/131711)
Branch Coverage: 24.3
doris-robot commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888757765
TPC-DS: Total hot run time: 177720 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
adonis0147 commented on PR #29921:
URL: https://github.com/apache/doris/pull/29921#issuecomment-1888759051
run buildall
--
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 u
doris-robot commented on PR #29692:
URL: https://github.com/apache/doris/pull/29692#issuecomment-1888761162
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.73 seconds
stream load tsv: 556 seconds loaded 74807831229 Bytes,
github-actions[bot] commented on PR #29921:
URL: https://github.com/apache/doris/pull/29921#issuecomment-1888761580
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
doris-robot commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888762162
TPC-DS: Total hot run time: 178979 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
github-actions[bot] commented on PR #29921:
URL: https://github.com/apache/doris/pull/29921#issuecomment-1888761514
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
doris-robot commented on PR #29692:
URL: https://github.com/apache/doris/pull/29692#issuecomment-1888763503
ClickBench: Total hot run time: 30.3 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
doris-robot commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888765755
TeamCity be ut coverage result:
Function Coverage: 36.71% (8649/23563)
Line Coverage: 28.71% (70408/245238)
Region Coverage: 27.64% (36402/131720)
Branch Coverage: 24.3
doris-robot commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888766466
TeamCity be ut coverage result:
Function Coverage: 36.71% (8649/23562)
Line Coverage: 28.72% (70437/245234)
Region Coverage: 27.64% (36417/131741)
Branch Coverage: 24.3
wsjz commented on PR #29291:
URL: https://github.com/apache/doris/pull/29291#issuecomment-1888768246
run buildall
--
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 unsubsc
doris-robot commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888767553
ClickBench: Total hot run time: 30.53 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #29903:
URL: https://github.com/apache/doris/pull/29903#issuecomment-1888770187
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.72 seconds
stream load tsv: 557 seconds loaded 74807831229 Bytes,
doris-robot commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888771600
ClickBench: Total hot run time: 30.5 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
github-actions[bot] commented on PR #29914:
URL: https://github.com/apache/doris/pull/29914#issuecomment-1888771767
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 #29914:
URL: https://github.com/apache/doris/pull/29914#issuecomment-1888771836
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 #29291:
URL: https://github.com/apache/doris/pull/29291#issuecomment-1888778977
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 #29291:
URL: https://github.com/apache/doris/pull/29291#issuecomment-1888778913
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 merged PR #28455:
URL: https://github.com/apache/doris/pull/28455
--
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 1f9561eda7a [deps](hadoop) upgrade hadoop deps to 3.3.4.6 (#29908)
add 0c9a5222ef1 [ut](meta) added unit test fo
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
wuwenchi commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-1888782688
run buildall
--
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 uns
doris-robot commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-1888788056
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.56 seconds
stream load tsv: 559 seconds loaded 74807831229 Bytes,
luzhijing merged PR #391:
URL: https://github.com/apache/doris-website/pull/391
--
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...@dori
This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 2dd9d992de0 (fix) fix markdown font st
kaijchen commented on PR #29839:
URL: https://github.com/apache/doris/pull/29839#issuecomment-1888791140
run buildall
--
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 uns
github-actions[bot] commented on PR #29839:
URL: https://github.com/apache/doris/pull/29839#issuecomment-103104
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
wsjz opened a new pull request, #29922:
URL: https://github.com/apache/doris/pull/29922
## Proposed changes
from https://github.com/apache/doris/pull/29291
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@doris
github-actions[bot] commented on PR #29617:
URL: https://github.com/apache/doris/pull/29617#issuecomment-108024
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 #29617:
URL: https://github.com/apache/doris/pull/29617#issuecomment-108160
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
dutyu commented on code in PR #29692:
URL: https://github.com/apache/doris/pull/29692#discussion_r1450191318
##
fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java:
##
@@ -83,6 +113,7 @@ public void run() {
Database database = op.get();
github-actions[bot] commented on code in PR #29922:
URL: https://github.com/apache/doris/pull/29922#discussion_r1450191602
##
be/src/io/fs/hdfs_file_system.cpp:
##
@@ -104,7 +103,9 @@ class HdfsFileHandleCache {
private:
FileHandleCache _cache;
-HdfsFileHandleCache()
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
doris-robot commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-132366
TPC-H: Total hot run time: 38510 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
yiguolei merged PR #29617:
URL: https://github.com/apache/doris/pull/29617
--
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 79101623ff0 [bugfix](fe) add check for leg/lead
doris-robot commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-142671
(From new machine)TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 46.83 seconds
stream load tsv: 569 seconds loaded 74807831229 Bytes,
luwei16 commented on PR #29923:
URL: https://github.com/apache/doris/pull/29923#issuecomment-147373
run buildall
--
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
luwei16 opened a new pull request, #29923:
URL: https://github.com/apache/doris/pull/29923
(no comment)
--
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-ma
doris-robot commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-149533
TPC-DS: Total hot run time: 177670 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
github-actions[bot] commented on PR #29923:
URL: https://github.com/apache/doris/pull/29923#issuecomment-158915
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
doris-robot commented on PR #29868:
URL: https://github.com/apache/doris/pull/29868#issuecomment-159239
ClickBench: Total hot run time: 31 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
Cli
morningman opened a new pull request, #29924:
URL: https://github.com/apache/doris/pull/29924
## Proposed changes
Issue Number: close #xxx
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[d...@doris.apache.org](mail
morrySnow merged PR #29885:
URL: https://github.com/apache/doris/pull/29885
--
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
Gabriel39 commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-175532
run buildall
--
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
github-actions[bot] commented on PR #29885:
URL: https://github.com/apache/doris/pull/29885#issuecomment-175089
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.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 79101623ff0 [bugfix](fe) add check for leg/lead function params
(#29617)
add 0c5dd1a84a1 [Fix](Nereids) Fix da
An error occurred while running github feature in .asf.yaml!:
You can only have a maximum of 10 external triage collaborators, please contact
vp-in...@apache.org to request an exception.
-
To unsubscribe, e-mail: commits-unsub
doris-robot commented on PR #29839:
URL: https://github.com/apache/doris/pull/29839#issuecomment-175616
TPC-H: Total hot run time: 38843 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
doris-robot commented on PR #29839:
URL: https://github.com/apache/doris/pull/29839#issuecomment-177480
TeamCity be ut coverage result:
Function Coverage: 36.71% (8649/23562)
Line Coverage: 28.72% (70427/245228)
Region Coverage: 27.64% (36412/131713)
Branch Coverage: 24.3
wangbo opened a new pull request, #29925:
URL: https://github.com/apache/doris/pull/29925
## Proposed changes
Add runtime cpu time/peak memory metric.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
wangbo commented on PR #29925:
URL: https://github.com/apache/doris/pull/29925#issuecomment-180103
run buildall
--
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 unsub
doris-robot commented on PR #29291:
URL: https://github.com/apache/doris/pull/29291#issuecomment-180021
TeamCity be ut coverage result:
Function Coverage: 36.71% (8649/23561)
Line Coverage: 28.73% (70449/245202)
Region Coverage: 27.65% (36411/131694)
Branch Coverage: 24.3
morningman commented on PR #29924:
URL: https://github.com/apache/doris/pull/29924#issuecomment-183555
run buildall
--
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.
sjyango commented on PR #29812:
URL: https://github.com/apache/doris/pull/29812#issuecomment-184236
run buildall
--
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
github-actions[bot] commented on PR #29915:
URL: https://github.com/apache/doris/pull/29915#issuecomment-185522
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
zhilinli123 closed pull request #290: [improve][flink-jdbc] add jdbc url
default parameter improve write performance
URL: https://github.com/apache/doris-flink-connector/pull/290
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
101 - 200 of 410 matches
Mail list logo