22// TODO: re-enable the commented tests once the Join functionality stabilizes
33//
44
5- maxOfInt-Ignore
6- required_capability: join_planning_v1
5+ maxOfInt
6+ required_capability: inlinestats_v3
77// tag::max-languages[]
88FROM employees
99| KEEP emp_no, languages
@@ -25,7 +25,7 @@ emp_no:integer | languages:integer | max_lang:integer
2525;
2626
2727maxOfIntByKeyword
28- required_capability: join_planning_v1
28+ required_capability: inlinestats_v3
2929
3030FROM employees
3131| KEEP emp_no, languages, gender
@@ -43,7 +43,7 @@ emp_no:integer | languages:integer | gender:keyword | max_lang:integer
4343;
4444
4545maxOfLongByKeyword
46- required_capability: join_planning_v1
46+ required_capability: inlinestats_v3
4747
4848FROM employees
4949| KEEP emp_no, avg_worked_seconds, gender
@@ -57,8 +57,8 @@ emp_no:integer | avg_worked_seconds:long | gender:keyword | max_avg_worked_secon
5757 10030 | 394597613 | M | 394597613
5858;
5959
60- maxOfLong-Ignore
61- required_capability: join_planning_v1
60+ maxOfLong
61+ required_capability: inlinestats_v3
6262
6363FROM employees
6464| KEEP emp_no, avg_worked_seconds, gender
@@ -71,7 +71,7 @@ emp_no:integer | avg_worked_seconds:long | gender:keyword | max_avg_worked_secon
7171;
7272
7373maxOfLongByCalculatedKeyword
74- required_capability: join_planning_v1
74+ required_capability: inlinestats_v3
7575
7676// tag::longest-tenured-by-first[]
7777FROM employees
@@ -94,7 +94,7 @@ emp_no:integer | avg_worked_seconds:long | last_name:keyword | SUBSTRING(last_na
9494;
9595
9696maxOfLongByCalculatedNamedKeyword
97- required_capability: join_planning_v1
97+ required_capability: inlinestats_v3
9898
9999FROM employees
100100| KEEP emp_no, avg_worked_seconds, last_name
@@ -112,7 +112,7 @@ emp_no:integer | avg_worked_seconds:long | last_name:keyword | l:keyword | max_a
112112 10087 | 305782871 | Eugenio | E | 305782871
113113;
114114
115- maxOfLongByCalculatedDroppedKeyword
115+ maxOfLongByCalculatedDroppedKeyword-Ignore
116116required_capability: join_planning_v1
117117
118118FROM employees
@@ -132,7 +132,7 @@ emp_no:integer | avg_worked_seconds:long | last_name:keyword | max_avg_worked_se
132132;
133133
134134maxOfLongByEvaledKeyword
135- required_capability: join_planning_v1
135+ required_capability: inlinestats_v3
136136
137137FROM employees
138138| EVAL l = SUBSTRING(last_name, 0, 1)
@@ -152,7 +152,7 @@ emp_no:integer | avg_worked_seconds:long | l:keyword | max_avg_worked_seconds:lo
152152;
153153
154154maxOfLongByInt
155- required_capability: join_planning_v1
155+ required_capability: inlinestats_v3
156156
157157FROM employees
158158| KEEP emp_no, avg_worked_seconds, languages
@@ -170,7 +170,7 @@ emp_no:integer | avg_worked_seconds:long | languages:integer | max_avg_worked_se
170170;
171171
172172maxOfLongByIntDouble
173- required_capability: join_planning_v1
173+ required_capability: inlinestats_v3
174174
175175FROM employees
176176| KEEP emp_no, avg_worked_seconds, languages, height
@@ -205,7 +205,7 @@ emp_no:integer | languages:integer | avg_worked_seconds:long | gender:keyword |
205205 10007 | 4 | 393084805 | F | 2.863684210555556E8 | 5
206206;
207207
208- byMultivaluedSimple
208+ byMultivaluedSimple-Ignore
209209required_capability: join_planning_v1
210210
211211// tag::mv-group[]
@@ -223,7 +223,7 @@ abbrev:keyword | type:keyword | scalerank:integer | min_scalerank:integer
223223// end::mv-group-result[]
224224;
225225
226- byMultivaluedMvExpand
226+ byMultivaluedMvExpand-Ignore
227227required_capability: join_planning_v1
228228
229229// tag::mv-expand[]
@@ -243,7 +243,7 @@ abbrev:keyword | type:keyword | scalerank:integer | min_scalerank:integer
243243// end::mv-expand-result[]
244244;
245245
246- byMvExpand
246+ byMvExpand-Ignore
247247required_capability: join_planning_v1
248248
249249// tag::extreme-airports[]
@@ -307,7 +307,7 @@ count:long | country:keyword | avg:double
307307 17 | United Kingdom | 4.455
308308;
309309
310- afterWhere
310+ afterWhere-Ignore
311311required_capability: join_planning_v1
312312
313313FROM airports
@@ -366,8 +366,8 @@ abbrev:keyword | city:keyword | region:text | "COUNT(*)":long
366366 FUK | Fukuoka | 中央区 | 2
367367;
368368
369- beforeStats-Ignore
370- required_capability: join_planning_v1
369+ beforeStats
370+ required_capability: inlinestats_v3
371371
372372FROM airports
373373| EVAL lat = ST_Y(location)
@@ -379,7 +379,7 @@ northern:long | southern:long
379379 520 | 371
380380;
381381
382- beforeKeepSort
382+ beforeKeepSort-Ignore
383383required_capability: join_planning_v1
384384
385385FROM employees
@@ -394,7 +394,7 @@ emp_no:integer | languages:integer | max_salary:integer
394394 10003 | 4 | 74572
395395;
396396
397- beforeKeepWhere
397+ beforeKeepWhere-Ignore
398398required_capability: join_planning_v1
399399
400400FROM employees
@@ -537,8 +537,8 @@ emp_no:integer | one:integer
537537 10005 | 1
538538;
539539
540- percentile-Ignore
541- required_capability: join_planning_v1
540+ percentile
541+ required_capability: inlinestats_v3
542542
543543FROM employees
544544| KEEP emp_no, salary
0 commit comments