Skip to content

[opt](nereids) support order by clause in create table#60684

Merged
morningman merged 5 commits intoapache:masterfrom
zhangstar333:create_table_order
Feb 13, 2026
Merged

[opt](nereids) support order by clause in create table#60684
morningman merged 5 commits intoapache:masterfrom
zhangstar333:create_table_order

Conversation

@zhangstar333
Copy link
Contributor

@zhangstar333 zhangstar333 commented Feb 11, 2026

What problem does this PR solve?

Problem Summary:
before in pr : #24788
Previously, CLUSTER BY was used to define sort columns but with limited syntax (ASC only, no sort order control). This PR changes it to ORDER BY, which is more intuitive and flexible.
Users can now explicitly specify sort direction and nulls order for each column.
The default remains ASC with NULLS FIRST for column order.

and support order by clause in iceberg table

  CREATE TABLE `test_table2` (
    `id` int NULL,
    `name` text NULL,
    `score` double NULL,
    `create_time` datetimev2(6) NULL
  ) ENGINE=ICEBERG_EXTERNAL_TABLE
  ORDER BY  (`id` ASC NULLS FIRST, `score` DESC NULLS LAST)
  LOCATION 's3a://warehouse/wh/test_with_sr/test_table2'
  PROPERTIES (
    "write-format" = "ORC",
    "doris.version" = "doris-0.0.0-2fa88d38b0",
    "write.parquet.compression-codec" = "zstd"
  );

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?

Check List (For Reviewer who merge this PR)

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

@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?

@zhangstar333
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17595	4435	4311	4311
q2	2027	344	247	247
q3	10174	1312	749	749
q4	10196	777	310	310
q5	7550	2202	1901	1901
q6	194	179	148	148
q7	895	742	609	609
q8	9268	1429	1139	1139
q9	4801	4685	4649	4649
q10	6790	1967	1552	1552
q11	438	264	234	234
q12	347	379	225	225
q13	17803	4079	3237	3237
q14	236	244	216	216
q15	882	813	791	791
q16	678	699	615	615
q17	698	902	524	524
q18	6478	5788	6187	5788
q19	1259	1055	691	691
q20	575	526	414	414
q21	2871	1968	1986	1968
q22	362	315	262	262
Total cold run time: 102117 ms
Total hot run time: 30580 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4607	4573	4665	4573
q2	263	331	254	254
q3	2253	3021	2360	2360
q4	1487	1912	1436	1436
q5	4452	4550	4611	4550
q6	220	172	144	144
q7	2002	1978	1703	1703
q8	2555	2355	2303	2303
q9	7651	7466	7614	7466
q10	2945	3144	2682	2682
q11	504	438	419	419
q12	695	723	575	575
q13	3888	4217	3601	3601
q14	364	354	286	286
q15	842	801	781	781
q16	668	714	672	672
q17	1099	1221	1288	1221
q18	7774	7412	7371	7371
q19	866	821	831	821
q20	1929	2032	1880	1880
q21	4533	4210	4147	4147
q22	490	464	425	425
Total cold run time: 52087 ms
Total hot run time: 49670 ms

@doris-robot
Copy link

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

query1	0.05	0.05	0.05
query2	0.09	0.05	0.04
query3	0.26	0.09	0.08
query4	1.60	0.11	0.11
query5	0.26	0.24	0.25
query6	1.16	0.68	0.68
query7	0.04	0.03	0.02
query8	0.05	0.04	0.03
query9	0.57	0.51	0.49
query10	0.54	0.56	0.53
query11	0.14	0.09	0.09
query12	0.14	0.11	0.11
query13	0.64	0.61	0.61
query14	1.07	1.06	1.07
query15	0.89	0.88	0.87
query16	0.40	0.39	0.41
query17	1.09	1.15	1.11
query18	0.22	0.21	0.21
query19	2.14	1.91	2.05
query20	0.02	0.02	0.01
query21	15.40	0.26	0.14
query22	5.05	0.06	0.05
query23	15.86	0.28	0.11
query24	1.42	0.26	0.65
query25	0.13	0.07	0.08
query26	0.15	0.14	0.13
query27	0.08	0.06	0.06
query28	4.38	1.18	0.96
query29	12.54	3.92	3.12
query30	0.28	0.13	0.11
query31	2.82	0.63	0.41
query32	3.23	0.60	0.50
query33	3.19	3.18	3.21
query34	16.32	5.29	4.72
query35	4.78	4.77	4.84
query36	0.63	0.50	0.49
query37	0.11	0.07	0.07
query38	0.08	0.04	0.04
query39	0.05	0.03	0.03
query40	0.19	0.16	0.16
query41	0.08	0.03	0.02
query42	0.04	0.03	0.03
query43	0.05	0.03	0.03
Total cold run time: 98.23 s
Total hot run time: 28.1 s

@zhangstar333
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17620	4484	4249	4249
q2	2041	335	233	233
q3	10157	1272	718	718
q4	10203	779	315	315
q5	7538	2197	1881	1881
q6	192	178	149	149
q7	886	729	616	616
q8	9293	1302	1162	1162
q9	4648	4567	4629	4567
q10	6830	1900	1559	1559
q11	465	251	250	250
q12	350	377	230	230
q13	18370	4065	3323	3323
q14	231	241	207	207
q15	880	805	799	799
q16	670	674	629	629
q17	689	844	521	521
q18	6401	5825	5702	5702
q19	1114	978	614	614
q20	500	490	382	382
q21	2593	1881	1785	1785
q22	319	286	249	249
Total cold run time: 101990 ms
Total hot run time: 30140 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4346	4312	4321	4312
q2	254	321	247	247
q3	2056	2621	2219	2219
q4	1355	1758	1308	1308
q5	4229	4150	4183	4150
q6	217	180	136	136
q7	1837	1775	1678	1678
q8	2445	2660	2478	2478
q9	7677	7686	7440	7440
q10	2853	3096	2543	2543
q11	512	455	447	447
q12	769	737	662	662
q13	3796	4258	3601	3601
q14	334	367	340	340
q15	865	802	792	792
q16	755	886	667	667
q17	1131	1307	1356	1307
q18	8432	7902	7811	7811
q19	913	856	861	856
q20	2056	2128	1939	1939
q21	4936	4587	4173	4173
q22	485	456	414	414
Total cold run time: 52253 ms
Total hot run time: 49520 ms

@doris-robot
Copy link

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

query5	4319	625	493	493
query6	340	229	207	207
query7	4236	480	278	278
query8	346	249	238	238
query9	8729	2797	2751	2751
query10	485	383	325	325
query11	16541	16392	16156	16156
query12	174	119	116	116
query13	1256	438	350	350
query14	6286	3196	2928	2928
query14_1	2781	2769	2745	2745
query15	206	189	169	169
query16	965	468	431	431
query17	1081	663	577	577
query18	2504	435	341	341
query19	215	204	179	179
query20	132	122	123	122
query21	242	144	123	123
query22	5006	4921	4925	4921
query23	18903	18462	18306	18306
query23_1	18423	18213	18385	18213
query24	7091	1597	1211	1211
query24_1	1195	1190	1214	1190
query25	522	432	380	380
query26	1236	264	152	152
query27	2751	470	300	300
query28	4486	1880	1871	1871
query29	744	548	464	464
query30	309	251	216	216
query31	875	728	659	659
query32	87	77	79	77
query33	514	336	291	291
query34	912	916	587	587
query35	647	671	604	604
query36	1093	1148	1032	1032
query37	137	96	88	88
query38	2977	2975	2858	2858
query39	959	905	895	895
query39_1	887	857	862	857
query40	221	130	124	124
query41	67	63	62	62
query42	104	102	103	102
query43	455	431	397	397
query44	1375	751	730	730
query45	195	189	180	180
query46	887	984	625	625
query47	2126	2159	2065	2065
query48	316	329	236	236
query49	603	425	356	356
query50	664	271	214	214
query51	4070	4047	4036	4036
query52	107	106	93	93
query53	293	329	275	275
query54	298	263	261	261
query55	84	84	83	83
query56	315	308	312	308
query57	1395	1349	1284	1284
query58	270	252	255	252
query59	1952	2178	1958	1958
query60	333	346	317	317
query61	151	148	146	146
query62	599	562	511	511
query63	296	273	274	273
query64	4681	1325	1032	1032
query65	4567	4409	4474	4409
query66	1416	463	364	364
query67	16358	16343	16383	16343
query68	2423	1081	747	747
query69	428	320	284	284
query70	1036	991	950	950
query71	331	316	297	297
query72	2964	2774	2527	2527
query73	511	556	321	321
query74	9704	9689	9544	9544
query75	2805	2754	2433	2433
query76	2282	1076	660	660
query77	359	408	304	304
query78	11339	11517	10867	10867
query79	1087	855	603	603
query80	666	564	519	519
query81	485	287	260	260
query82	1356	149	114	114
query83	359	261	238	238
query84	247	118	105	105
query85	824	460	421	421
query86	398	304	312	304
query87	3149	3086	2982	2982
query88	3569	2664	2657	2657
query89	404	346	319	319
query90	1838	182	169	169
query91	168	155	129	129
query92	78	77	70	70
query93	901	861	485	485
query94	445	278	287	278
query95	590	342	400	342
query96	641	521	227	227
query97	2501	2520	2441	2441
query98	223	217	210	210
query99	925	954	846	846
Total cold run time: 261256 ms
Total hot run time: 190553 ms

@doris-robot
Copy link

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

query1	0.05	0.05	0.06
query2	0.11	0.05	0.05
query3	0.26	0.09	0.08
query4	1.60	0.12	0.11
query5	0.27	0.24	0.24
query6	1.20	0.68	0.66
query7	0.03	0.03	0.03
query8	0.05	0.04	0.05
query9	0.58	0.50	0.48
query10	0.54	0.56	0.55
query11	0.14	0.09	0.10
query12	0.14	0.10	0.11
query13	0.63	0.61	0.62
query14	1.08	1.05	1.07
query15	0.87	0.87	0.88
query16	0.40	0.39	0.39
query17	1.11	1.10	1.12
query18	0.23	0.21	0.21
query19	2.06	2.00	1.98
query20	0.02	0.02	0.01
query21	15.42	0.27	0.14
query22	5.09	0.06	0.05
query23	15.94	0.29	0.10
query24	1.64	0.38	0.33
query25	0.08	0.09	0.06
query26	0.14	0.13	0.14
query27	0.07	0.06	0.07
query28	3.16	1.15	0.96
query29	12.56	3.96	3.22
query30	0.27	0.14	0.13
query31	2.82	0.64	0.41
query32	3.25	0.60	0.50
query33	3.20	3.27	3.27
query34	16.19	5.40	4.72
query35	4.76	4.75	4.81
query36	0.65	0.51	0.50
query37	0.11	0.07	0.07
query38	0.08	0.04	0.04
query39	0.05	0.03	0.03
query40	0.20	0.16	0.16
query41	0.08	0.03	0.03
query42	0.05	0.03	0.02
query43	0.04	0.04	0.04
Total cold run time: 97.22 s
Total hot run time: 28.42 s

@zhangstar333
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17620	4436	4321	4321
q2	2018	356	227	227
q3	10154	1294	712	712
q4	10188	774	306	306
q5	7460	2223	1894	1894
q6	194	177	147	147
q7	900	765	608	608
q8	9261	1433	1072	1072
q9	4875	4641	4596	4596
q10	6860	1957	1535	1535
q11	486	258	242	242
q12	353	388	235	235
q13	17773	4086	3264	3264
q14	243	234	222	222
q15	899	807	811	807
q16	702	667	612	612
q17	697	775	557	557
q18	6432	5685	5718	5685
q19	1089	989	614	614
q20	513	489	385	385
q21	2552	1820	1802	1802
q22	331	281	244	244
Total cold run time: 101600 ms
Total hot run time: 30087 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4349	4319	4353	4319
q2	273	333	261	261
q3	2103	2663	2223	2223
q4	1319	1734	1265	1265
q5	4297	4156	4205	4156
q6	220	176	136	136
q7	1903	1812	1706	1706
q8	2447	2606	2519	2519
q9	7648	7550	7477	7477
q10	2849	3027	2644	2644
q11	536	449	426	426
q12	734	783	622	622
q13	3991	4250	3693	3693
q14	295	305	332	305
q15	949	804	796	796
q16	679	722	720	720
q17	1302	1317	1367	1317
q18	8137	7981	7861	7861
q19	931	915	903	903
q20	2124	2255	1948	1948
q21	4757	4679	4077	4077
q22	495	470	407	407
Total cold run time: 52338 ms
Total hot run time: 49781 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 189864 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 3a6af2eae53eb852a9da35a21c78b625b36a14eb, data reload: false

query5	4307	642	506	506
query6	330	220	208	208
query7	4220	485	284	284
query8	353	252	254	252
query9	8727	2797	2816	2797
query10	532	380	339	339
query11	17217	17112	16861	16861
query12	188	126	126	126
query13	1259	456	367	367
query14	6114	3265	3010	3010
query14_1	2875	2845	2806	2806
query15	219	196	179	179
query16	982	474	483	474
query17	1115	696	593	593
query18	2466	456	351	351
query19	211	214	185	185
query20	143	136	132	132
query21	233	145	131	131
query22	5032	4911	4836	4836
query23	17331	16861	16634	16634
query23_1	16879	16887	16745	16745
query24	7219	1649	1269	1269
query24_1	1234	1237	1227	1227
query25	553	464	416	416
query26	1244	277	158	158
query27	2744	479	305	305
query28	4512	1886	1872	1872
query29	822	578	478	478
query30	319	252	225	225
query31	867	738	647	647
query32	90	78	84	78
query33	547	355	297	297
query34	921	939	579	579
query35	651	681	622	622
query36	1107	1140	1008	1008
query37	149	102	89	89
query38	2987	2946	2946	2946
query39	884	863	828	828
query39_1	817	809	833	809
query40	225	182	121	121
query41	68	63	64	63
query42	115	115	114	114
query43	396	396	363	363
query44	1397	733	731	731
query45	211	198	189	189
query46	892	998	624	624
query47	2137	2100	2069	2069
query48	308	324	234	234
query49	611	447	353	353
query50	685	284	225	225
query51	4108	4204	4137	4137
query52	111	109	101	101
query53	310	338	283	283
query54	294	284	264	264
query55	87	90	83	83
query56	319	330	325	325
query57	1342	1336	1285	1285
query58	293	283	276	276
query59	2586	2768	2507	2507
query60	340	332	331	331
query61	154	147	154	147
query62	640	560	540	540
query63	316	282	282	282
query64	4897	1242	941	941
query65	4650	4500	4502	4500
query66	1460	456	363	363
query67	16584	16449	16403	16403
query68	2409	1106	731	731
query69	416	320	283	283
query70	1047	985	959	959
query71	337	340	312	312
query72	2926	2805	2569	2569
query73	540	576	328	328
query74	9615	9517	9370	9370
query75	2795	2767	2468	2468
query76	2286	1101	689	689
query77	368	402	326	326
query78	10829	11060	10355	10355
query79	1104	937	610	610
query80	1278	584	520	520
query81	557	290	248	248
query82	995	156	112	112
query83	327	265	254	254
query84	247	127	98	98
query85	893	484	451	451
query86	437	308	312	308
query87	3150	3129	3047	3047
query88	3607	2689	2673	2673
query89	430	380	354	354
query90	1949	183	178	178
query91	166	161	138	138
query92	78	75	76	75
query93	973	895	495	495
query94	637	330	283	283
query95	590	347	337	337
query96	641	546	233	233
query97	2444	2451	2392	2392
query98	235	220	222	220
query99	1009	970	921	921
Total cold run time: 261516 ms
Total hot run time: 189864 ms

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage 13.29% (23/173) 🎉
Increment coverage report
Complete coverage report

@doris-robot
Copy link

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

query1	0.06	0.05	0.05
query2	0.09	0.05	0.05
query3	0.26	0.08	0.08
query4	1.61	0.13	0.11
query5	0.27	0.25	0.28
query6	1.16	0.70	0.68
query7	0.04	0.02	0.02
query8	0.05	0.04	0.04
query9	0.57	0.50	0.49
query10	0.56	0.56	0.56
query11	0.14	0.09	0.10
query12	0.14	0.10	0.11
query13	0.63	0.62	0.61
query14	1.06	1.06	1.05
query15	0.89	0.87	0.88
query16	0.39	0.41	0.40
query17	1.16	1.15	1.10
query18	0.23	0.22	0.21
query19	2.06	1.92	2.08
query20	0.02	0.01	0.02
query21	15.40	0.28	0.15
query22	5.19	0.06	0.06
query23	15.98	0.30	0.11
query24	1.34	0.35	0.47
query25	0.08	0.07	0.06
query26	0.15	0.14	0.13
query27	0.06	0.08	0.06
query28	3.80	1.17	0.97
query29	12.57	4.01	3.19
query30	0.27	0.13	0.12
query31	2.82	0.66	0.42
query32	3.25	0.61	0.51
query33	3.20	3.33	3.29
query34	16.34	5.40	4.73
query35	4.79	4.77	4.82
query36	0.67	0.51	0.50
query37	0.11	0.07	0.07
query38	0.07	0.04	0.05
query39	0.04	0.02	0.03
query40	0.19	0.17	0.15
query41	0.09	0.03	0.03
query42	0.04	0.03	0.03
query43	0.04	0.04	0.04
Total cold run time: 97.88 s
Total hot run time: 28.49 s

@zhangstar333
Copy link
Contributor Author

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage 12.00% (21/175) 🎉
Increment coverage report
Complete coverage report

@hello-stephen
Copy link
Contributor

FE Regression Coverage Report

Increment line coverage 33.71% (59/175) 🎉
Increment coverage report
Complete coverage report

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
============================================
q1	17640	4558	4319	4319
q2	q3	10665	787	523	523
q4	4674	357	255	255
q5	7557	1190	1012	1012
q6	168	176	147	147
q7	778	849	676	676
q8	9299	1469	1394	1394
q9	4896	4801	4702	4702
q10	6827	1878	1618	1618
q11	484	256	264	256
q12	700	577	471	471
q13	17783	4222	3401	3401
q14	227	229	215	215
q15	976	795	808	795
q16	757	729	666	666
q17	742	876	427	427
q18	6012	5347	5237	5237
q19	1219	982	620	620
q20	506	488	390	390
q21	4625	1874	1400	1400
q22	348	286	249	249
Total cold run time: 96883 ms
Total hot run time: 28773 ms

----- Round 2, with runtime_filter_mode=off -----
============================================
q1	4441	4330	4385	4330
q2	q3	1789	2181	1739	1739
q4	835	1155	763	763
q5	4029	4344	4309	4309
q6	186	179	148	148
q7	1739	1603	1493	1493
q8	2435	2672	2521	2521
q9	7590	7569	7404	7404
q10	2630	2926	2396	2396
q11	517	436	413	413
q12	487	603	486	486
q13	4030	4472	3656	3656
q14	289	311	280	280
q15	888	829	805	805
q16	713	753	722	722
q17	1183	1539	1279	1279
q18	7052	6891	6582	6582
q19	897	855	891	855
q20	2099	2226	2098	2098
q21	4140	3469	3307	3307
q22	492	455	411	411
Total cold run time: 48461 ms
Total hot run time: 45997 ms

@doris-robot
Copy link

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

query5	4779	636	532	532
query6	345	229	209	209
query7	4220	476	271	271
query8	344	252	236	236
query9	8730	2754	2718	2718
query10	520	376	322	322
query11	17163	17099	16874	16874
query12	186	127	127	127
query13	1270	458	346	346
query14	6429	3224	2968	2968
query14_1	2805	2774	2783	2774
query15	203	190	178	178
query16	998	475	453	453
query17	1070	714	601	601
query18	2633	441	342	342
query19	214	208	185	185
query20	138	128	129	128
query21	234	146	121	121
query22	5824	5805	5928	5805
query23	17969	17180	17100	17100
query23_1	17123	17332	17412	17332
query24	7185	1674	1234	1234
query24_1	1222	1245	1237	1237
query25	528	450	391	391
query26	1224	261	148	148
query27	2769	470	281	281
query28	4491	1859	1838	1838
query29	786	542	462	462
query30	318	246	207	207
query31	895	726	674	674
query32	84	69	71	69
query33	513	322	280	280
query34	914	916	578	578
query35	644	677	651	651
query36	1115	1120	995	995
query37	127	89	79	79
query38	2945	2935	2879	2879
query39	857	860	802	802
query39_1	815	804	794	794
query40	229	148	134	134
query41	65	59	59	59
query42	113	100	99	99
query43	380	374	346	346
query44	
query45	208	189	186	186
query46	881	999	606	606
query47	2128	2158	2041	2041
query48	309	317	229	229
query49	620	464	378	378
query50	666	276	222	222
query51	4147	4209	4053	4053
query52	103	106	94	94
query53	286	336	288	288
query54	291	256	263	256
query55	90	80	80	80
query56	307	309	308	308
query57	1380	1338	1259	1259
query58	280	276	283	276
query59	2649	2685	2599	2599
query60	339	330	327	327
query61	147	146	154	146
query62	635	580	526	526
query63	305	272	274	272
query64	4835	1273	1016	1016
query65	
query66	1408	454	355	355
query67	16639	16522	16458	16458
query68	
query69	404	297	276	276
query70	946	943	898	898
query71	334	290	288	288
query72	2783	2708	2546	2546
query73	540	538	333	333
query74	9681	9593	9438	9438
query75	2838	2735	2461	2461
query76	2284	1035	668	668
query77	347	403	308	308
query78	11576	11636	11089	11089
query79	3082	794	599	599
query80	1767	623	540	540
query81	596	291	250	250
query82	982	148	114	114
query83	339	258	241	241
query84	258	118	102	102
query85	914	478	432	432
query86	402	302	291	291
query87	3105	3124	2971	2971
query88	3546	2667	2695	2667
query89	427	367	341	341
query90	2060	177	174	174
query91	162	155	136	136
query92	81	73	71	71
query93	1336	827	502	502
query94	656	299	301	299
query95	575	329	323	323
query96	654	505	232	232
query97	2459	2554	2462	2462
query98	229	216	218	216
query99	1019	1008	902	902
Total cold run time: 258180 ms
Total hot run time: 186022 ms

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Feb 13, 2026
@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.

@morningman morningman merged commit 73404df into apache:master Feb 13, 2026
31 of 32 checks passed
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/4.1.x kind/need-document-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants