Skip to content

Conversation

@morningman
Copy link
Contributor

@morningman morningman commented Oct 21, 2025

  1. add hadoop-3.4.2 deps
  2. upgrade gtest to 1.12.1, remove unused patch
  3. upgrade cctz to 2.5
  4. move libevent to doris-thirdparty, remove unused patches

@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@morningman
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

ClickBench: Total hot run time: 29.14 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 6411139f06ac26acf5ffa293d56b1a8e1789d1fa, data reload: false

query1	0.06	0.06	0.06
query2	0.10	0.06	0.05
query3	0.25	0.09	0.10
query4	1.62	0.12	0.14
query5	0.30	0.27	0.27
query6	1.19	0.68	0.68
query7	0.05	0.03	0.03
query8	0.06	0.06	0.05
query9	0.66	0.59	0.56
query10	0.62	0.61	0.62
query11	0.19	0.14	0.13
query12	0.17	0.14	0.13
query13	0.64	0.63	0.64
query14	1.04	1.02	1.02
query15	0.90	0.90	0.88
query16	0.42	0.42	0.43
query17	1.11	1.22	1.10
query18	0.23	0.22	0.22
query19	2.00	1.89	1.92
query20	0.02	0.02	0.01
query21	15.39	0.20	0.14
query22	5.13	0.08	0.05
query23	15.62	0.30	0.11
query24	3.23	0.71	1.20
query25	0.10	0.07	0.06
query26	0.17	0.15	0.15
query27	0.08	0.06	0.05
query28	6.00	1.20	0.97
query29	12.55	4.48	3.67
query30	0.30	0.17	0.13
query31	2.85	0.64	0.42
query32	3.25	0.57	0.50
query33	3.14	3.12	3.21
query34	15.78	5.19	4.59
query35	4.61	4.62	4.60
query36	0.70	0.52	0.51
query37	0.12	0.07	0.07
query38	0.08	0.05	0.05
query39	0.04	0.04	0.04
query40	0.18	0.15	0.14
query41	0.10	0.04	0.03
query42	0.05	0.04	0.04
query43	0.05	0.04	0.04
Total cold run time: 101.15 s
Total hot run time: 29.14 s

@doris-robot
Copy link

BE UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 52.62% (17938/34089)
Line Coverage 37.85% (162752/429946)
Region Coverage 32.27% (124103/384568)
Branch Coverage 33.68% (54374/161443)

@hello-stephen
Copy link
Contributor

BE Regression && UT Coverage Report

Increment line coverage 100% (0/0) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 71.33% (23876/33471)
Line Coverage 57.76% (248548/430295)
Region Coverage 52.96% (206457/389834)
Branch Coverage 54.65% (88763/162434)

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Oct 23, 2025
@morningman morningman merged commit 821aae2 into apache:master Oct 23, 2025
28 of 29 checks passed
dwdwqfwe pushed a commit to dwdwqfwe/doris that referenced this pull request Oct 24, 2025
1. add hadoop-3.4.2 deps
2. upgrade gtest to 1.12.1, remove unused patch
3. upgrade cctz to 2.5
4. move libevent to doris-thirdparty, remove unused patches
morningman added a commit that referenced this pull request Oct 28, 2025
followup #57181
After upgrading gtest to 1.12, need include <gtest/gtest.h>
github-actions bot pushed a commit that referenced this pull request Oct 28, 2025
followup #57181
After upgrading gtest to 1.12, need include <gtest/gtest.h>
github-actions bot pushed a commit that referenced this pull request Oct 28, 2025
followup #57181
After upgrading gtest to 1.12, need include <gtest/gtest.h>
dwdwqfwe pushed a commit to dwdwqfwe/doris that referenced this pull request Oct 31, 2025
followup apache#57181
After upgrading gtest to 1.12, need include <gtest/gtest.h>
github-actions bot pushed a commit that referenced this pull request Oct 31, 2025
1. add hadoop-3.4.2 deps
2. upgrade gtest to 1.12.1, remove unused patch
3. upgrade cctz to 2.5
4. move libevent to doris-thirdparty, remove unused patches
morningman added a commit to morningman/doris that referenced this pull request Oct 31, 2025
1. add hadoop-3.4.2 deps
2. upgrade gtest to 1.12.1, remove unused patch
3. upgrade cctz to 2.5
4. move libevent to doris-thirdparty, remove unused patches
morningman added a commit to morningman/doris that referenced this pull request Oct 31, 2025
followup apache#57181
After upgrading gtest to 1.12, need include <gtest/gtest.h>
morningman added a commit that referenced this pull request Nov 3, 2025
followup #57181
After upgrading gtest to 1.12, need include <gtest/gtest.h>
morningman added a commit that referenced this pull request Nov 3, 2025
github-actions bot pushed a commit that referenced this pull request Nov 3, 2025
github-actions bot pushed a commit that referenced this pull request Nov 3, 2025
yiguolei pushed a commit that referenced this pull request Nov 3, 2025
Cherry-picked from #57181 #57359

---------

Co-authored-by: Mingyu Chen (Rayner) <morningman@163.com>
morningman added a commit that referenced this pull request Nov 3, 2025
wyxxxcat pushed a commit to wyxxxcat/doris that referenced this pull request Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/3.1.3-merged dev/4.0.1-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants