Skip to content

Conversation

@mrhhsg
Copy link
Member

@mrhhsg mrhhsg commented Mar 31, 2025

PICK #49403

If the two arrays have the same non-null elements, they are considered overlapping, and the result is 1.
If the two arrays have no common non-null elements and either array contains a null element, the result is null.
Otherwise, the result is 0.

select arrays_overlap([1, 2, 3], [1, null]);  -- result should be 1

select arrays_overlap([2, 3], [1, null]);  -- result should be null

select arrays_overlap([2, 3], [1]);   -- result should be 0

What problem does this PR solve?

Issue Number: close #xxx

Related PR: #xxx

Problem Summary:

Release note

None

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

@mrhhsg mrhhsg requested a review from dataroaring as a code owner March 31, 2025 08:25
@Thearas
Copy link
Contributor

Thearas commented Mar 31, 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?

@mrhhsg
Copy link
Member Author

mrhhsg commented Mar 31, 2025

run buildall

@mrhhsg
Copy link
Member Author

mrhhsg commented Apr 1, 2025

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17561	7593	6568	6568
q2	2072	179	166	166
q3	10653	1067	1209	1067
q4	10548	764	779	764
q5	7745	2815	2771	2771
q6	223	134	136	134
q7	971	615	602	602
q8	9361	1978	2058	1978
q9	6632	6436	6423	6423
q10	7050	2241	2261	2241
q11	460	262	255	255
q12	395	212	213	212
q13	17814	2995	2976	2976
q14	247	208	204	204
q15	510	466	460	460
q16	667	596	585	585
q17	972	524	525	524
q18	7310	6679	6784	6679
q19	1389	1122	1043	1043
q20	475	204	201	201
q21	3984	3341	3234	3234
q22	1082	971	999	971
Total cold run time: 108121 ms
Total hot run time: 40058 ms

----- Round 2, with runtime_filter_mode=off -----
q1	6611	6586	6633	6586
q2	330	235	235	235
q3	2852	2758	2941	2758
q4	2072	1831	1807	1807
q5	5821	5770	5725	5725
q6	216	129	127	127
q7	2223	1788	1802	1788
q8	3380	3592	3536	3536
q9	8713	8838	8773	8773
q10	3576	3547	3533	3533
q11	593	493	511	493
q12	790	629	611	611
q13	9407	3265	3173	3173
q14	307	284	288	284
q15	516	475	471	471
q16	696	643	649	643
q17	1836	1616	1608	1608
q18	8194	7679	7665	7665
q19	1671	1513	1558	1513
q20	2079	1853	1867	1853
q21	5458	5236	5361	5236
q22	1122	1039	1057	1039
Total cold run time: 68463 ms
Total hot run time: 59457 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 198442 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 efc282eea59b78217990fe6ad5ef6a8fd1bba3ae, data reload: false

query1	1264	917	930	917
query2	6235	2131	2028	2028
query3	10844	4376	4268	4268
query4	60785	29196	23822	23822
query5	5194	472	462	462
query6	405	172	164	164
query7	5438	316	304	304
query8	300	218	208	208
query9	8656	2599	2583	2583
query10	445	269	250	250
query11	17621	15347	16096	15347
query12	160	101	98	98
query13	1395	455	431	431
query14	10093	7549	7345	7345
query15	204	186	186	186
query16	7163	458	485	458
query17	1130	573	553	553
query18	1855	315	315	315
query19	200	156	152	152
query20	117	113	109	109
query21	203	99	97	97
query22	4674	4605	4485	4485
query23	34485	34147	34071	34071
query24	6212	2999	3008	2999
query25	545	428	441	428
query26	663	174	176	174
query27	1858	380	361	361
query28	4358	2499	2414	2414
query29	714	471	464	464
query30	255	175	169	169
query31	997	847	878	847
query32	69	60	58	58
query33	418	307	345	307
query34	922	512	522	512
query35	861	740	727	727
query36	1080	974	1028	974
query37	120	69	73	69
query38	4150	4057	3986	3986
query39	1558	1472	1466	1466
query40	209	103	104	103
query41	52	54	52	52
query42	118	116	103	103
query43	550	518	508	508
query44	1181	827	805	805
query45	188	177	171	171
query46	1161	758	759	758
query47	2052	1885	1955	1885
query48	480	385	386	385
query49	783	424	412	412
query50	862	441	431	431
query51	7236	7258	7164	7164
query52	104	93	92	92
query53	262	185	187	185
query54	572	474	485	474
query55	84	78	80	78
query56	277	264	246	246
query57	1267	1158	1127	1127
query58	217	216	215	215
query59	3272	3264	3099	3099
query60	277	257	263	257
query61	119	115	110	110
query62	791	685	694	685
query63	219	183	185	183
query64	1422	706	657	657
query65	3292	3216	3221	3216
query66	718	299	297	297
query67	16019	15503	15502	15502
query68	4284	573	576	573
query69	426	270	261	261
query70	1158	1124	1046	1046
query71	349	256	255	255
query72	6322	4104	3994	3994
query73	765	344	368	344
query74	10466	9178	9102	9102
query75	3360	2634	2675	2634
query76	1978	1193	1171	1171
query77	483	269	265	265
query78	10610	9521	9531	9521
query79	2066	588	600	588
query80	1334	425	423	423
query81	542	245	241	241
query82	1254	87	87	87
query83	166	146	146	146
query84	291	83	78	78
query85	991	297	290	290
query86	415	300	281	281
query87	4546	4280	4231	4231
query88	3966	2385	2458	2385
query89	417	297	300	297
query90	1954	188	189	188
query91	181	146	149	146
query92	62	49	51	49
query93	2833	560	545	545
query94	802	304	304	304
query95	364	255	253	253
query96	619	287	274	274
query97	3334	3177	3254	3177
query98	215	224	206	206
query99	1585	1305	1279	1279
Total cold run time: 315568 ms
Total hot run time: 198442 ms

@doris-robot
Copy link

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

query1	0.04	0.03	0.02
query2	0.07	0.03	0.03
query3	0.23	0.06	0.06
query4	1.62	0.10	0.10
query5	0.52	0.50	0.53
query6	1.13	0.72	0.72
query7	0.03	0.02	0.02
query8	0.06	0.03	0.03
query9	0.57	0.49	0.50
query10	0.56	0.54	0.56
query11	0.14	0.11	0.11
query12	0.14	0.11	0.11
query13	0.62	0.61	0.59
query14	2.73	2.71	2.71
query15	0.89	0.83	0.82
query16	0.38	0.38	0.39
query17	1.01	0.99	1.01
query18	0.23	0.21	0.23
query19	1.97	1.86	1.97
query20	0.01	0.01	0.01
query21	15.36	0.58	0.58
query22	3.02	2.07	1.96
query23	17.04	1.03	0.89
query24	3.05	1.88	0.98
query25	0.31	0.16	0.20
query26	0.36	0.14	0.13
query27	0.05	0.04	0.03
query28	9.68	0.54	0.50
query29	12.58	3.29	3.27
query30	0.25	0.06	0.06
query31	2.87	0.37	0.38
query32	3.24	0.47	0.45
query33	2.93	3.06	3.04
query34	17.01	4.41	4.45
query35	4.52	4.51	4.52
query36	0.70	0.47	0.46
query37	0.09	0.06	0.06
query38	0.04	0.04	0.04
query39	0.04	0.03	0.02
query40	0.17	0.13	0.13
query41	0.08	0.03	0.02
query42	0.03	0.02	0.02
query43	0.04	0.03	0.03
Total cold run time: 106.41 s
Total hot run time: 32.42 s

@mrhhsg
Copy link
Member Author

mrhhsg commented Apr 3, 2025

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17580	6676	6545	6545
q2	2060	171	183	171
q3	10811	1075	1144	1075
q4	10567	760	797	760
q5	7743	2838	2821	2821
q6	219	138	135	135
q7	956	628	614	614
q8	9374	1976	2037	1976
q9	6592	6393	6439	6393
q10	7050	2251	2277	2251
q11	466	262	261	261
q12	391	207	213	207
q13	17787	3036	2999	2999
q14	229	217	212	212
q15	519	479	475	475
q16	673	601	594	594
q17	967	632	522	522
q18	7205	6655	6686	6655
q19	1390	1032	1105	1032
q20	472	207	207	207
q21	3973	3273	3277	3273
q22	1121	991	1006	991
Total cold run time: 108145 ms
Total hot run time: 40169 ms

----- Round 2, with runtime_filter_mode=off -----
q1	6648	6559	6518	6518
q2	326	246	236	236
q3	2916	2759	2910	2759
q4	1988	1792	1720	1720
q5	5701	5769	5707	5707
q6	212	133	134	133
q7	2272	1851	1806	1806
q8	3412	3562	3514	3514
q9	8756	8874	8848	8848
q10	3574	3510	3555	3510
q11	592	477	498	477
q12	790	602	630	602
q13	8926	3247	3170	3170
q14	312	271	271	271
q15	517	476	460	460
q16	686	659	643	643
q17	1860	1648	1614	1614
q18	8290	7891	7678	7678
q19	1696	1589	1651	1589
q20	2132	1909	1863	1863
q21	5625	5453	5465	5453
q22	1120	1055	1053	1053
Total cold run time: 68351 ms
Total hot run time: 59624 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 197423 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 8bfd016e7121bdd1a97d0e93e233f8f8cc3d1802, data reload: false

query1	1288	913	951	913
query2	6225	2025	2001	2001
query3	10931	4520	4344	4344
query4	65703	28296	23847	23847
query5	4952	462	455	455
query6	419	196	181	181
query7	5580	315	313	313
query8	308	223	230	223
query9	8821	2617	2619	2617
query10	459	274	261	261
query11	17226	15186	15653	15186
query12	165	102	103	102
query13	1505	452	442	442
query14	10690	7633	7090	7090
query15	212	185	188	185
query16	7107	480	469	469
query17	1097	604	608	604
query18	1835	358	320	320
query19	208	165	172	165
query20	122	115	111	111
query21	215	107	106	106
query22	4986	4527	4269	4269
query23	34394	34044	34110	34044
query24	6115	2941	2904	2904
query25	520	394	405	394
query26	650	167	175	167
query27	1875	349	376	349
query28	4146	2467	2413	2413
query29	692	448	447	447
query30	247	169	161	161
query31	987	803	838	803
query32	72	62	59	59
query33	401	290	306	290
query34	888	493	520	493
query35	860	761	723	723
query36	1090	957	972	957
query37	115	70	68	68
query38	4127	4015	3961	3961
query39	1519	1461	1485	1461
query40	200	96	100	96
query41	49	46	49	46
query42	111	99	96	96
query43	547	493	500	493
query44	1174	829	821	821
query45	198	178	172	172
query46	1135	736	722	722
query47	2086	1928	1986	1928
query48	470	413	397	397
query49	733	397	378	378
query50	853	431	426	426
query51	7418	7253	7070	7070
query52	96	87	89	87
query53	256	185	185	185
query54	546	468	452	452
query55	80	75	73	73
query56	250	233	237	233
query57	1217	1111	1100	1100
query58	220	234	210	210
query59	3195	3045	2957	2957
query60	271	244	244	244
query61	132	111	115	111
query62	757	679	649	649
query63	221	185	195	185
query64	1380	675	646	646
query65	3216	3173	3194	3173
query66	699	290	298	290
query67	16301	15688	15646	15646
query68	3443	582	563	563
query69	421	262	256	256
query70	1136	1093	1112	1093
query71	355	256	251	251
query72	6433	4236	4129	4129
query73	752	346	348	346
query74	10008	9139	8930	8930
query75	3326	2608	2692	2608
query76	2034	994	1156	994
query77	520	270	274	270
query78	10388	9685	9578	9578
query79	1104	595	604	595
query80	710	432	415	415
query81	507	241	240	240
query82	183	86	86	86
query83	162	143	146	143
query84	281	83	87	83
query85	860	305	301	301
query86	351	292	301	292
query87	4529	4354	4354	4354
query88	4057	2388	2454	2388
query89	398	285	286	285
query90	2043	194	190	190
query91	185	150	151	150
query92	68	51	50	50
query93	1086	546	539	539
query94	801	283	293	283
query95	354	257	253	253
query96	604	284	280	280
query97	3312	3183	3194	3183
query98	217	209	203	203
query99	1544	1321	1308	1308
Total cold run time: 314735 ms
Total hot run time: 197423 ms

@doris-robot
Copy link

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

query1	0.03	0.03	0.03
query2	0.06	0.03	0.03
query3	0.23	0.07	0.07
query4	1.62	0.11	0.11
query5	0.52	0.52	0.51
query6	1.13	0.73	0.73
query7	0.02	0.01	0.01
query8	0.04	0.03	0.03
query9	0.57	0.52	0.49
query10	0.55	0.56	0.55
query11	0.14	0.11	0.11
query12	0.14	0.11	0.10
query13	0.60	0.60	0.60
query14	2.73	2.85	2.73
query15	0.90	0.82	0.83
query16	0.40	0.39	0.39
query17	1.07	0.99	1.06
query18	0.24	0.22	0.21
query19	1.80	1.83	2.04
query20	0.02	0.01	0.02
query21	15.37	0.58	0.56
query22	2.27	2.06	1.59
query23	17.16	1.03	0.73
query24	3.33	1.37	0.80
query25	0.21	0.13	0.06
query26	0.41	0.16	0.13
query27	0.04	0.04	0.05
query28	10.31	0.48	0.45
query29	12.60	3.25	3.20
query30	0.25	0.05	0.06
query31	2.84	0.38	0.39
query32	3.25	0.46	0.46
query33	2.97	3.01	3.02
query34	17.08	4.56	4.50
query35	4.61	4.57	4.52
query36	0.67	0.48	0.50
query37	0.08	0.06	0.06
query38	0.05	0.04	0.03
query39	0.03	0.02	0.02
query40	0.17	0.12	0.12
query41	0.09	0.03	0.02
query42	0.04	0.02	0.03
query43	0.04	0.03	0.03
Total cold run time: 106.68 s
Total hot run time: 31.61 s

If the two arrays have the same non-null elements, they are considered
overlapping, and the result is 1.
If the two arrays have no common non-null elements and either array
contains a null element, the result is null.
Otherwise, the result is 0.

```
select arrays_overlap([1, 2, 3], [1, null]);  -- result should be 1

select arrays_overlap([2, 3], [1, null]);  -- result should be null

select arrays_overlap([2, 3], [1]);   -- result should be 0
```
@mrhhsg
Copy link
Member Author

mrhhsg commented Apr 3, 2025

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17562	6791	6676	6676
q2	2070	176	170	170
q3	10669	1081	1150	1081
q4	10564	741	729	729
q5	7731	2801	2761	2761
q6	222	135	135	135
q7	963	619	604	604
q8	9361	1916	2016	1916
q9	6643	6346	6362	6346
q10	6988	2241	2265	2241
q11	462	266	257	257
q12	396	215	216	215
q13	17786	2985	3002	2985
q14	236	212	222	212
q15	502	463	474	463
q16	686	581	583	581
q17	961	588	573	573
q18	7137	6725	6763	6725
q19	1440	1068	1015	1015
q20	474	204	199	199
q21	3966	3276	3220	3220
q22	1112	983	978	978
Total cold run time: 107931 ms
Total hot run time: 40082 ms

----- Round 2, with runtime_filter_mode=off -----
q1	6908	6530	6512	6512
q2	331	242	239	239
q3	2855	2753	2930	2753
q4	2024	1752	1797	1752
q5	5700	5747	5699	5699
q6	206	129	127	127
q7	2216	1852	1812	1812
q8	3396	3554	3518	3518
q9	8709	8852	8862	8852
q10	3569	3538	3536	3536
q11	588	484	487	484
q12	811	589	630	589
q13	8046	3304	3136	3136
q14	307	272	275	272
q15	520	462	455	455
q16	693	673	673	673
q17	1838	1652	1615	1615
q18	8315	7697	7584	7584
q19	1667	1650	1445	1445
q20	2144	1863	1855	1855
q21	5849	5409	5304	5304
q22	1112	1039	1050	1039
Total cold run time: 67804 ms
Total hot run time: 59251 ms

@doris-robot
Copy link

BE UT Coverage Report

Increment line coverage 78.18% (43/55) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 39.14% (10250/26191)
Line Coverage 30.50% (87475/286840)
Region Coverage 29.55% (44989/152226)
Branch Coverage 26.08% (22909/87852)

@doris-robot
Copy link

TPC-DS: Total hot run time: 196832 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 ba47437110fccc3d795d3f6cb53a76ffe0d27315, data reload: false

query1	1298	952	918	918
query2	6234	2085	2089	2085
query3	10836	4290	4365	4290
query4	65636	29324	23523	23523
query5	5043	449	445	445
query6	410	174	172	172
query7	5602	320	321	320
query8	313	232	229	229
query9	8921	2635	2599	2599
query10	463	265	261	261
query11	17658	14852	15901	14852
query12	164	103	111	103
query13	1514	443	416	416
query14	9867	7610	7257	7257
query15	205	191	196	191
query16	7245	465	543	465
query17	1131	599	614	599
query18	1847	331	322	322
query19	213	163	171	163
query20	137	114	117	114
query21	202	106	110	106
query22	4730	4441	4426	4426
query23	34342	33986	34172	33986
query24	6137	2954	2936	2936
query25	542	417	432	417
query26	692	167	173	167
query27	1845	352	359	352
query28	4068	2490	2440	2440
query29	720	447	444	444
query30	245	168	156	156
query31	996	835	823	823
query32	71	56	62	56
query33	424	313	303	303
query34	916	496	515	496
query35	831	730	738	730
query36	1095	982	970	970
query37	117	73	71	71
query38	4151	3990	3984	3984
query39	1554	1492	1441	1441
query40	216	96	100	96
query41	49	48	45	45
query42	112	102	101	101
query43	533	502	490	490
query44	1156	813	807	807
query45	186	168	171	168
query46	1136	716	752	716
query47	2015	1886	1950	1886
query48	484	384	382	382
query49	752	390	403	390
query50	868	441	427	427
query51	7367	7082	7071	7071
query52	97	85	89	85
query53	258	182	181	181
query54	546	452	471	452
query55	79	74	82	74
query56	252	267	245	245
query57	1222	1148	1081	1081
query58	214	202	204	202
query59	3176	3111	2931	2931
query60	273	251	266	251
query61	109	107	111	107
query62	772	669	646	646
query63	218	192	186	186
query64	1353	687	633	633
query65	3301	3214	3194	3194
query66	690	294	330	294
query67	15922	15530	15581	15530
query68	4085	565	569	565
query69	433	281	257	257
query70	1202	1136	1127	1127
query71	349	271	267	267
query72	6396	4029	4051	4029
query73	749	348	371	348
query74	10145	9045	9509	9045
query75	3359	2666	2673	2666
query76	1965	1005	1106	1005
query77	509	271	276	271
query78	10605	9648	9515	9515
query79	1116	579	572	572
query80	810	425	423	423
query81	508	245	233	233
query82	469	89	89	89
query83	177	145	142	142
query84	283	75	82	75
query85	842	303	288	288
query86	336	298	305	298
query87	4330	4354	4212	4212
query88	3783	2414	2484	2414
query89	414	292	286	286
query90	2009	185	194	185
query91	185	153	154	153
query92	67	50	50	50
query93	1097	536	536	536
query94	772	296	296	296
query95	369	264	265	264
query96	606	278	281	278
query97	3283	3165	3174	3165
query98	217	198	192	192
query99	1515	1289	1287	1287
Total cold run time: 314756 ms
Total hot run time: 196832 ms

@doris-robot
Copy link

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

query1	0.03	0.04	0.03
query2	0.07	0.02	0.03
query3	0.24	0.06	0.06
query4	1.64	0.10	0.10
query5	0.52	0.49	0.52
query6	1.14	0.72	0.74
query7	0.03	0.02	0.02
query8	0.04	0.03	0.03
query9	0.55	0.51	0.51
query10	0.55	0.55	0.56
query11	0.15	0.10	0.10
query12	0.13	0.11	0.12
query13	0.61	0.60	0.59
query14	2.76	2.75	2.73
query15	0.89	0.83	0.83
query16	0.39	0.40	0.37
query17	0.98	1.02	1.05
query18	0.24	0.21	0.22
query19	1.92	1.87	2.03
query20	0.01	0.01	0.01
query21	15.35	0.57	0.56
query22	2.60	2.89	1.82
query23	16.79	0.95	0.82
query24	3.07	0.92	0.48
query25	0.26	0.15	0.14
query26	0.31	0.14	0.14
query27	0.04	0.04	0.03
query28	11.10	0.47	0.46
query29	12.59	3.29	3.25
query30	0.25	0.07	0.06
query31	2.86	0.38	0.37
query32	3.26	0.47	0.46
query33	2.97	3.01	3.02
query34	17.05	4.46	4.41
query35	4.50	4.45	4.48
query36	0.64	0.49	0.50
query37	0.09	0.06	0.07
query38	0.06	0.03	0.03
query39	0.03	0.02	0.02
query40	0.17	0.13	0.12
query41	0.08	0.02	0.02
query42	0.03	0.02	0.02
query43	0.03	0.03	0.03
Total cold run time: 107.02 s
Total hot run time: 31.62 s

@yiguolei yiguolei added the usercase Important user case type label label Apr 7, 2025
Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

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

LGTM

@dataroaring dataroaring merged commit 2693061 into apache:branch-3.0 Apr 9, 2025
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

usercase Important user case type label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants