Skip to content

Conversation

@zddr
Copy link
Contributor

@zddr zddr commented Aug 29, 2025

What problem does this PR solve?

CREATE TABLE partition_table (
  `col1` BOOLEAN COMMENT 'col1',
  `pt1` VARCHAR COMMENT 'pt1'
)  ENGINE=hive
PARTITION BY LIST (pt1) ()
PROPERTIES (
  'file_format'='orc',
  'compression'='zlib'
);

CREATE MATERIALIZED VIEW mv1
REFRESH auto ON manual
DISTRIBUTED BY random BUCKETS 2
PROPERTIES (
        'replication_num' = '1'
        )
AS
select * from partition_table;

error msg: partitionList is empty, table name: partition_table

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:
fix mtmv can not refresh when a partition table not have partition

Release note

fix mtmv can not refresh when a partition table not have partition

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

@Thearas
Copy link
Contributor

Thearas commented Aug 29, 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?

@zddr
Copy link
Contributor Author

zddr commented Aug 29, 2025

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 34419 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 858ba12bdf975f645f20104d644e960fd1d693d7, data reload: false

------ Round 1 ----------------------------------
q1	17622	5348	5130	5130
q2	2020	347	214	214
q3	10211	1305	752	752
q4	10230	1035	540	540
q5	7527	2440	2359	2359
q6	199	173	141	141
q7	928	785	628	628
q8	9364	1340	1210	1210
q9	6995	5288	5139	5139
q10	6912	2396	1982	1982
q11	499	306	286	286
q12	377	372	233	233
q13	17786	3656	3048	3048
q14	240	244	223	223
q15	553	506	499	499
q16	432	447	369	369
q17	596	868	391	391
q18	7479	7258	7039	7039
q19	1086	977	594	594
q20	356	356	227	227
q21	4192	3300	2453	2453
q22	1102	1049	962	962
Total cold run time: 106706 ms
Total hot run time: 34419 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5173	5142	5151	5142
q2	252	338	229	229
q3	2213	2703	2288	2288
q4	1449	1814	1371	1371
q5	4236	4650	4696	4650
q6	223	182	133	133
q7	2066	1953	1809	1809
q8	2713	2595	2616	2595
q9	7451	7383	7322	7322
q10	3128	3310	2866	2866
q11	571	523	527	523
q12	740	846	697	697
q13	3552	3916	3288	3288
q14	302	299	287	287
q15	527	477	478	477
q16	492	514	495	495
q17	1244	1570	1449	1449
q18	7811	7780	7605	7605
q19	865	914	964	914
q20	2014	2063	1932	1932
q21	5184	4679	4317	4317
q22	1126	1079	1015	1015
Total cold run time: 53332 ms
Total hot run time: 51404 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 187837 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit 858ba12bdf975f645f20104d644e960fd1d693d7, data reload: false

query1	1077	453	413	413
query2	6551	1766	1749	1749
query3	6750	231	232	231
query4	26185	23575	23468	23468
query5	5353	683	545	545
query6	324	268	235	235
query7	4650	534	305	305
query8	309	244	245	244
query9	8667	2914	2926	2914
query10	549	359	337	337
query11	15929	15130	14745	14745
query12	177	122	117	117
query13	1673	570	441	441
query14	9445	5885	5840	5840
query15	213	189	181	181
query16	7513	689	487	487
query17	1194	761	633	633
query18	2036	450	342	342
query19	216	205	183	183
query20	134	133	121	121
query21	221	135	122	122
query22	4039	4064	4104	4064
query23	33958	32816	32793	32793
query24	8214	2415	2443	2415
query25	595	542	464	464
query26	1240	288	173	173
query27	2723	529	414	414
query28	4367	2307	2281	2281
query29	791	615	509	509
query30	302	233	207	207
query31	901	803	748	748
query32	93	89	81	81
query33	591	414	349	349
query34	819	867	532	532
query35	820	851	811	811
query36	984	1020	915	915
query37	123	119	93	93
query38	4106	4015	3985	3985
query39	1498	1453	1445	1445
query40	228	140	134	134
query41	73	67	67	67
query42	135	116	117	116
query43	519	518	472	472
query44	1400	890	879	879
query45	194	178	190	178
query46	904	1062	672	672
query47	1820	1825	1775	1775
query48	411	458	343	343
query49	767	519	416	416
query50	687	730	416	416
query51	4190	4283	4085	4085
query52	123	115	107	107
query53	253	292	209	209
query54	631	624	544	544
query55	91	92	98	92
query56	342	353	330	330
query57	1187	1231	1143	1143
query58	332	288	285	285
query59	2655	2755	2640	2640
query60	376	367	363	363
query61	180	167	160	160
query62	791	737	673	673
query63	240	207	197	197
query64	4493	1146	862	862
query65	4288	4210	4213	4210
query66	1103	455	353	353
query67	15565	15322	15084	15084
query68	6351	964	600	600
query69	498	350	308	308
query70	1225	1173	1138	1138
query71	450	371	343	343
query72	6057	5108	5173	5108
query73	699	686	363	363
query74	9324	9229	9041	9041
query75	3188	3196	2641	2641
query76	3166	1162	779	779
query77	512	418	354	354
query78	9424	9606	8979	8979
query79	2839	833	617	617
query80	722	659	529	529
query81	505	272	233	233
query82	399	142	113	113
query83	268	273	260	260
query84	262	120	99	99
query85	895	482	451	451
query86	378	338	321	321
query87	4276	4357	4199	4199
query88	3772	2251	2241	2241
query89	411	346	290	290
query90	2052	236	231	231
query91	162	163	134	134
query92	89	80	73	73
query93	2232	985	668	668
query94	716	431	298	298
query95	418	338	333	333
query96	500	591	279	279
query97	2590	2670	2583	2583
query98	252	224	218	218
query99	1369	1419	1276	1276
Total cold run time: 275309 ms
Total hot run time: 187837 ms

@doris-robot
Copy link

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

query1	0.06	0.04	0.05
query2	0.09	0.05	0.06
query3	0.26	0.08	0.08
query4	1.61	0.12	0.12
query5	0.47	0.43	0.43
query6	1.16	0.65	0.66
query7	0.03	0.02	0.03
query8	0.05	0.04	0.05
query9	0.61	0.52	0.54
query10	0.57	0.58	0.57
query11	0.16	0.12	0.11
query12	0.15	0.12	0.12
query13	0.64	0.64	0.63
query14	0.81	0.85	0.87
query15	0.90	0.85	0.87
query16	0.40	0.39	0.39
query17	1.05	1.04	1.04
query18	0.22	0.20	0.20
query19	1.86	1.86	1.82
query20	0.02	0.01	0.02
query21	15.40	0.94	0.58
query22	0.79	1.13	0.64
query23	14.98	1.38	0.69
query24	6.86	2.21	0.42
query25	0.49	0.30	0.11
query26	0.68	0.15	0.13
query27	0.06	0.06	0.06
query28	9.52	0.94	0.43
query29	12.61	3.97	3.28
query30	3.08	3.03	2.98
query31	2.82	0.59	0.38
query32	3.25	0.56	0.48
query33	3.07	3.18	3.15
query34	16.11	5.47	4.84
query35	4.96	4.93	4.93
query36	0.72	0.52	0.50
query37	0.10	0.08	0.08
query38	0.06	0.05	0.04
query39	0.04	0.03	0.03
query40	0.19	0.15	0.14
query41	0.08	0.03	0.03
query42	0.04	0.04	0.04
query43	0.04	0.04	0.03
Total cold run time: 107.07 s
Total hot run time: 32.53 s

@hello-stephen
Copy link
Contributor

FE Regression Coverage Report

Increment line coverage 100.00% (1/1) 🎉
Increment coverage report
Complete coverage report

@zddr
Copy link
Contributor Author

zddr commented Sep 1, 2025

run p0

@zddr
Copy link
Contributor Author

zddr commented Sep 1, 2025

run feut

@hello-stephen
Copy link
Contributor

FE Regression Coverage Report

Increment line coverage 100.00% (1/1) 🎉
Increment coverage report
Complete coverage report

@zddr
Copy link
Contributor Author

zddr commented Sep 3, 2025

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 34381 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit ad2a76adbb725702b5255eaf2d07e88fb8a52c1d, data reload: false

------ Round 1 ----------------------------------
q1	17597	5281	5142	5142
q2	2033	330	216	216
q3	10252	1299	770	770
q4	10250	1017	561	561
q5	7587	2428	2384	2384
q6	188	172	145	145
q7	934	759	649	649
q8	9348	1490	1188	1188
q9	6993	5152	5175	5152
q10	6971	2415	1984	1984
q11	490	310	279	279
q12	374	376	242	242
q13	17757	3745	3034	3034
q14	232	243	222	222
q15	579	525	493	493
q16	432	430	386	386
q17	618	866	367	367
q18	7450	7122	6946	6946
q19	1249	974	609	609
q20	363	344	235	235
q21	3879	3188	2381	2381
q22	1056	1035	996	996
Total cold run time: 106632 ms
Total hot run time: 34381 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5285	5189	5177	5177
q2	249	332	235	235
q3	2181	2691	2318	2318
q4	1381	1793	1312	1312
q5	4214	4404	4610	4404
q6	223	186	143	143
q7	2020	2001	1850	1850
q8	2656	2790	2703	2703
q9	7483	7312	7404	7312
q10	3128	3334	2968	2968
q11	590	557	524	524
q12	755	782	644	644
q13	3770	3958	3290	3290
q14	286	377	285	285
q15	519	487	495	487
q16	452	512	440	440
q17	1196	1630	1449	1449
q18	7892	7676	7577	7577
q19	843	882	1004	882
q20	1902	1944	1814	1814
q21	4864	4393	4387	4387
q22	1115	1051	973	973
Total cold run time: 53004 ms
Total hot run time: 51174 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 186832 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit ad2a76adbb725702b5255eaf2d07e88fb8a52c1d, data reload: false

query1	1032	438	454	438
query2	6574	1740	1767	1740
query3	6750	225	228	225
query4	26124	23771	23224	23224
query5	4405	653	513	513
query6	350	244	240	240
query7	4653	541	311	311
query8	310	261	250	250
query9	8661	2972	2989	2972
query10	489	366	309	309
query11	15773	15042	14757	14757
query12	173	126	132	126
query13	1694	563	450	450
query14	9609	5853	5907	5853
query15	227	198	174	174
query16	7691	679	498	498
query17	1264	773	640	640
query18	2064	453	356	356
query19	218	259	182	182
query20	133	126	125	125
query21	210	131	114	114
query22	4064	4177	4144	4144
query23	34039	33045	32876	32876
query24	8080	2366	2388	2366
query25	581	540	444	444
query26	1243	283	170	170
query27	2714	517	363	363
query28	4353	2326	2281	2281
query29	770	613	486	486
query30	290	230	199	199
query31	937	826	719	719
query32	90	81	83	81
query33	562	396	359	359
query34	834	867	526	526
query35	799	834	785	785
query36	992	1038	933	933
query37	127	115	91	91
query38	4042	4057	3994	3994
query39	1488	1446	1433	1433
query40	224	134	125	125
query41	71	62	62	62
query42	129	116	118	116
query43	530	524	487	487
query44	1360	891	874	874
query45	186	181	172	172
query46	867	1021	653	653
query47	1784	1821	1747	1747
query48	414	437	334	334
query49	766	520	412	412
query50	652	701	399	399
query51	4095	4269	4073	4073
query52	125	118	110	110
query53	242	266	207	207
query54	619	603	530	530
query55	98	92	92	92
query56	356	340	324	324
query57	1189	1207	1125	1125
query58	286	286	285	285
query59	2594	2782	2625	2625
query60	374	360	348	348
query61	164	167	162	162
query62	822	742	670	670
query63	230	202	192	192
query64	4482	1139	838	838
query65	4382	4187	4210	4187
query66	1103	447	353	353
query67	15673	15207	15160	15160
query68	8680	943	588	588
query69	498	340	300	300
query70	1232	1184	1105	1105
query71	562	355	322	322
query72	5476	4929	4880	4880
query73	717	595	364	364
query74	9062	8901	8785	8785
query75	3922	3111	2686	2686
query76	3605	1149	772	772
query77	798	408	358	358
query78	9615	9875	8871	8871
query79	1752	829	599	599
query80	674	608	509	509
query81	479	270	230	230
query82	424	136	117	117
query83	293	275	245	245
query84	286	109	94	94
query85	956	462	418	418
query86	368	319	322	319
query87	4242	4368	4181	4181
query88	2916	2246	2250	2246
query89	400	327	304	304
query90	1918	229	220	220
query91	167	165	136	136
query92	90	74	73	73
query93	1115	989	643	643
query94	699	430	326	326
query95	411	332	409	332
query96	484	587	280	280
query97	2653	2708	2599	2599
query98	249	227	220	220
query99	1440	1454	1301	1301
Total cold run time: 274409 ms
Total hot run time: 186832 ms

@doris-robot
Copy link

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

query1	0.05	0.05	0.05
query2	0.09	0.05	0.05
query3	0.26	0.09	0.09
query4	1.62	0.12	0.12
query5	0.46	0.42	0.41
query6	1.16	0.66	0.67
query7	0.03	0.03	0.03
query8	0.05	0.05	0.05
query9	0.61	0.54	0.53
query10	0.58	0.58	0.58
query11	0.17	0.12	0.11
query12	0.16	0.12	0.12
query13	0.62	0.62	0.61
query14	0.80	0.87	0.84
query15	0.87	0.85	0.86
query16	0.39	0.42	0.40
query17	1.04	1.11	1.03
query18	0.21	0.19	0.21
query19	1.99	1.86	1.83
query20	0.02	0.01	0.01
query21	15.40	0.95	0.58
query22	0.80	1.28	0.81
query23	14.75	1.40	0.66
query24	6.87	1.15	0.39
query25	0.50	0.29	0.08
query26	0.54	0.16	0.14
query27	0.06	0.06	0.05
query28	9.14	0.92	0.43
query29	12.55	3.92	3.25
query30	3.10	3.07	3.02
query31	2.84	0.58	0.38
query32	3.23	0.56	0.48
query33	3.12	3.09	3.09
query34	16.10	5.46	4.83
query35	4.90	4.93	4.90
query36	0.71	0.52	0.49
query37	0.10	0.08	0.07
query38	0.07	0.04	0.04
query39	0.04	0.03	0.03
query40	0.18	0.16	0.15
query41	0.09	0.03	0.02
query42	0.04	0.03	0.03
query43	0.05	0.03	0.03
Total cold run time: 106.36 s
Total hot run time: 32.51 s

@hello-stephen
Copy link
Contributor

FE Regression Coverage Report

Increment line coverage 100.00% (1/1) 🎉
Increment coverage report
Complete coverage report

@zddr
Copy link
Contributor Author

zddr commented Sep 11, 2025

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 35115 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit e8e382e159e27cebae0327d4ea5cdcd0a857bce5, data reload: false

------ Round 1 ----------------------------------
q1	17615	5253	5123	5123
q2	1996	355	239	239
q3	10265	1337	745	745
q4	10374	1051	539	539
q5	9640	2445	2441	2441
q6	215	173	141	141
q7	931	800	652	652
q8	9397	1389	1155	1155
q9	7369	5228	5126	5126
q10	6957	2428	2030	2030
q11	501	324	295	295
q12	358	383	242	242
q13	17796	3776	3081	3081
q14	249	248	219	219
q15	569	497	493	493
q16	1010	1014	932	932
q17	644	885	359	359
q18	7499	7320	7094	7094
q19	1100	954	563	563
q20	352	367	240	240
q21	4297	3196	2432	2432
q22	1076	1047	974	974
Total cold run time: 110210 ms
Total hot run time: 35115 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5383	5252	5116	5116
q2	244	331	223	223
q3	2238	2729	2318	2318
q4	1349	1833	1362	1362
q5	4253	4169	4146	4146
q6	211	168	134	134
q7	1883	1838	1701	1701
q8	2508	2484	2444	2444
q9	6860	6863	6797	6797
q10	2987	3180	2753	2753
q11	570	510	500	500
q12	712	735	587	587
q13	3374	3667	3065	3065
q14	291	300	271	271
q15	524	474	486	474
q16	1052	1076	1004	1004
q17	1129	1484	1369	1369
q18	7340	7176	7293	7176
q19	798	857	981	857
q20	1920	2016	1834	1834
q21	4821	4353	4357	4353
q22	1092	1038	1010	1010
Total cold run time: 51539 ms
Total hot run time: 49494 ms

@zddr
Copy link
Contributor Author

zddr commented Sep 11, 2025

run performance

@doris-robot
Copy link

TPC-H: Total hot run time: 34731 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit e8e382e159e27cebae0327d4ea5cdcd0a857bce5, data reload: false

------ Round 1 ----------------------------------
q1	17588	5221	5058	5058
q2	1994	342	208	208
q3	10245	1290	739	739
q4	10233	1021	538	538
q5	7547	2419	2352	2352
q6	179	171	138	138
q7	916	843	640	640
q8	9345	1588	1132	1132
q9	6944	5143	5133	5133
q10	6963	2396	1964	1964
q11	490	328	282	282
q12	365	366	233	233
q13	17792	3665	3077	3077
q14	246	239	219	219
q15	576	489	489	489
q16	980	1005	942	942
q17	616	857	356	356
q18	7352	7122	7193	7122
q19	1389	967	571	571
q20	339	348	245	245
q21	3661	3234	2305	2305
q22	1069	1028	988	988
Total cold run time: 106829 ms
Total hot run time: 34731 ms

----- Round 2, with runtime_filter_mode=off -----
q1	5127	5155	5092	5092
q2	253	341	227	227
q3	2198	2691	2312	2312
q4	1345	1807	1306	1306
q5	4220	4654	4471	4471
q6	229	182	135	135
q7	2029	2006	1854	1854
q8	2726	2514	2613	2514
q9	7325	7332	7454	7332
q10	3189	3422	2854	2854
q11	578	529	540	529
q12	723	788	667	667
q13	3595	4000	3426	3426
q14	296	303	290	290
q15	523	475	498	475
q16	1086	1109	1075	1075
q17	1222	1554	1425	1425
q18	8222	7566	7783	7566
q19	829	901	933	901
q20	2013	2022	1824	1824
q21	4787	4293	4348	4293
q22	1080	1062	1007	1007
Total cold run time: 53595 ms
Total hot run time: 51575 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 189898 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit e8e382e159e27cebae0327d4ea5cdcd0a857bce5, data reload: false

query1	1060	426	406	406
query2	6555	1707	1738	1707
query3	6748	231	229	229
query4	26174	23177	23038	23038
query5	4377	652	540	540
query6	358	249	238	238
query7	4648	522	310	310
query8	320	291	249	249
query9	9158	3032	2976	2976
query10	495	375	323	323
query11	15702	15042	14745	14745
query12	174	120	123	120
query13	1711	560	420	420
query14	11006	9551	9253	9253
query15	226	197	176	176
query16	7363	677	485	485
query17	1211	750	624	624
query18	2034	450	394	394
query19	200	199	177	177
query20	143	129	127	127
query21	210	138	114	114
query22	4000	4128	4160	4128
query23	34411	32936	33015	32936
query24	8245	2395	2438	2395
query25	567	527	454	454
query26	1230	275	168	168
query27	2722	513	367	367
query28	4363	2260	2224	2224
query29	803	631	520	520
query30	292	230	211	211
query31	927	797	772	772
query32	95	80	78	78
query33	577	405	373	373
query34	804	861	532	532
query35	830	844	778	778
query36	985	1028	930	930
query37	135	118	101	101
query38	3544	3610	3457	3457
query39	1484	1436	1418	1418
query40	234	139	132	132
query41	71	69	67	67
query42	148	135	129	129
query43	514	501	466	466
query44	1404	894	886	886
query45	191	187	176	176
query46	867	1017	659	659
query47	1809	1842	1807	1807
query48	412	451	347	347
query49	778	521	473	473
query50	650	721	416	416
query51	3865	3951	3877	3877
query52	113	120	107	107
query53	251	279	201	201
query54	621	606	537	537
query55	103	96	96	96
query56	349	339	331	331
query57	1195	1199	1130	1130
query58	291	275	279	275
query59	2631	2634	2575	2575
query60	366	345	346	345
query61	167	158	156	156
query62	849	732	664	664
query63	235	203	201	201
query64	4473	1159	856	856
query65	4077	4037	4056	4037
query66	1172	465	363	363
query67	15433	15404	15064	15064
query68	8707	931	583	583
query69	516	329	291	291
query70	1351	1316	1325	1316
query71	566	391	338	338
query72	6002	5129	5321	5129
query73	793	728	363	363
query74	9264	8999	8996	8996
query75	4171	3238	2821	2821
query76	3679	1144	752	752
query77	804	419	336	336
query78	9672	9778	8937	8937
query79	2519	822	587	587
query80	650	638	532	532
query81	488	263	231	231
query82	469	162	144	144
query83	302	254	261	254
query84	297	121	98	98
query85	877	465	436	436
query86	343	328	289	289
query87	3801	3721	3652	3652
query88	2897	2252	2232	2232
query89	403	334	296	296
query90	1921	227	226	226
query91	165	168	136	136
query92	92	81	72	72
query93	1143	988	641	641
query94	704	437	318	318
query95	419	343	330	330
query96	478	591	281	281
query97	2942	2989	2901	2901
query98	249	218	214	214
query99	1449	1445	1300	1300
Total cold run time: 277289 ms
Total hot run time: 189898 ms

@doris-robot
Copy link

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

query1	0.06	0.05	0.05
query2	0.10	0.06	0.05
query3	0.26	0.09	0.08
query4	1.62	0.11	0.11
query5	0.28	0.26	0.25
query6	1.19	0.65	0.66
query7	0.04	0.03	0.03
query8	0.05	0.05	0.04
query9	0.64	0.51	0.52
query10	0.57	0.57	0.58
query11	0.17	0.11	0.11
query12	0.16	0.13	0.12
query13	0.63	0.62	0.62
query14	1.04	1.06	1.02
query15	0.91	0.87	0.85
query16	0.40	0.39	0.39
query17	1.06	1.08	1.07
query18	0.21	0.20	0.19
query19	1.95	1.84	1.86
query20	0.01	0.02	0.01
query21	15.40	0.95	0.59
query22	0.79	1.18	0.81
query23	14.79	1.37	0.64
query24	7.38	0.67	1.16
query25	0.56	0.14	0.12
query26	0.64	0.16	0.14
query27	0.06	0.06	0.05
query28	9.75	0.92	0.42
query29	12.59	3.95	3.24
query30	0.29	0.13	0.12
query31	2.82	0.58	0.38
query32	3.25	0.56	0.49
query33	3.06	3.05	3.09
query34	16.15	5.51	4.81
query35	4.90	4.93	4.93
query36	0.69	0.52	0.50
query37	0.10	0.08	0.07
query38	0.06	0.05	0.04
query39	0.04	0.02	0.02
query40	0.18	0.16	0.14
query41	0.08	0.03	0.03
query42	0.03	0.03	0.03
query43	0.04	0.04	0.03
Total cold run time: 105 s
Total hot run time: 29.88 s

@hello-stephen
Copy link
Contributor

FE Regression Coverage Report

Increment line coverage 100.00% (1/1) 🎉
Increment coverage report
Complete coverage report

Lists.newArrayList(hivePartitionValues.getPartitionValuesMap().values()));
if (CollectionUtils.isEmpty(partitionList)) {
throw new AnalysisException("partitionList is empty, table name: " + hmsTable.getName());
return new MTMVMaxTimestampSnapshot(hmsTable.getName(), 0L);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not mtmvMaxTimestampSnapshot,this need to record a value, whatever max or min ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@zddr zddr requested a review from seawinde September 11, 2025 06:18
@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Sep 11, 2025
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@starocean999 starocean999 merged commit 85009ec into apache:master Sep 16, 2025
36 of 37 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 16, 2025
…artition (#55468)

```
CREATE TABLE partition_table (
  `col1` BOOLEAN COMMENT 'col1',
  `pt1` VARCHAR COMMENT 'pt1'
)  ENGINE=hive
PARTITION BY LIST (pt1) ()
PROPERTIES (
  'file_format'='orc',
  'compression'='zlib'
);

CREATE MATERIALIZED VIEW mv1
REFRESH auto ON manual
DISTRIBUTED BY random BUCKETS 2
PROPERTIES (
        'replication_num' = '1'
        )
AS
select * from partition_table;
```
error msg: partitionList is empty, table name: partition_table
morrySnow pushed a commit that referenced this pull request Sep 17, 2025
…e not have partition #55468 (#56085)

Cherry-picked from #55468

Co-authored-by: zhangdong <zhangdong@selectdb.com>
@morrySnow morrySnow mentioned this pull request Sep 22, 2025
Hastyshell pushed a commit to Hastyshell/doris that referenced this pull request Nov 12, 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.1-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants