Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #56311

### What problem does this PR solve?
```

CREATE CATALOG `hive_glue_iam_role` PROPERTIES (
"type" = "hms",
"hive.metastore.type" = "glue",
"glue.role_arn" = "arn:aws:iam::8888888888:role/christen",
"glue.endpoint" = "https://glue.us-east-1.amazonaws.com"
);

CREATE CATALOG `iceberg_glue_iam_role` PROPERTIES (
"type" = "iceberg",
"iceberg.catalog.type" = "glue",
"warehouse" = "s3://bucket/regression/glue/",
"glue.role_arn" = "arn:aws:iam::8888888888:role/christen",
"glue.endpoint" = "https://glue.us-east-1.amazonaws.com"
); 
```
@Thearas
Copy link
Contributor

Thearas commented Sep 25, 2025

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?

@dataroaring dataroaring reopened this Sep 25, 2025
@Thearas
Copy link
Contributor

Thearas commented Sep 25, 2025

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage `` 🎉
Increment coverage report
Complete coverage report

@doris-robot
Copy link

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

query1	0.04	0.03	0.04
query2	0.10	0.04	0.03
query3	0.27	0.07	0.08
query4	1.73	0.11	0.12
query5	0.26	0.24	0.26
query6	1.25	0.64	0.65
query7	0.02	0.02	0.02
query8	0.06	0.04	0.04
query9	0.61	0.53	0.52
query10	0.58	0.59	0.57
query11	0.18	0.11	0.11
query12	0.16	0.12	0.12
query13	0.64	0.61	0.61
query14	0.80	0.83	0.82
query15	0.88	0.83	0.86
query16	0.39	0.40	0.40
query17	1.02	1.05	1.07
query18	0.19	0.19	0.20
query19	1.98	1.89	1.83
query20	0.02	0.01	0.02
query21	15.45	0.94	0.57
query22	0.80	1.00	0.92
query23	15.10	1.34	0.59
query24	16.31	0.49	0.22
query25	0.16	0.08	0.08
query26	0.38	0.17	0.13
query27	0.05	0.04	0.05
query28	10.33	0.98	0.93
query29	12.74	3.91	3.22
query30	0.30	0.13	0.12
query31	3.02	0.59	0.39
query32	3.31	0.56	0.50
query33	3.10	3.07	3.09
query34	17.29	5.72	5.11
query35	5.05	5.13	5.08
query36	0.75	0.55	0.56
query37	0.09	0.07	0.06
query38	0.06	0.03	0.03
query39	0.04	0.03	0.03
query40	0.18	0.17	0.15
query41	0.09	0.03	0.02
query42	0.04	0.03	0.03
query43	0.05	0.03	0.04
Total cold run time: 115.87 s
Total hot run time: 30.11 s

@morningman morningman merged commit f9a46e9 into branch-4.0 Sep 25, 2025
23 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants