22// TODO: re-enable the commented tests once the Join functionality stabilizes
33//
44
5- maxOfInt-Ignore
5+ maxOfInt
66required_capability: join_planning_v1
77// tag::max-languages[]
88FROM employees
@@ -57,7 +57,7 @@ emp_no:integer | avg_worked_seconds:long | gender:keyword | max_avg_worked_secon
5757 10030 | 394597613 | M | 394597613
5858;
5959
60- maxOfLong-Ignore
60+ maxOfLong
6161required_capability: join_planning_v1
6262
6363FROM employees
@@ -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
@@ -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
@@ -330,7 +330,7 @@ required_capability: join_planning_v1
330330
331331FROM airports
332332| RENAME scalerank AS int
333- | LOOKUP int_number_names ON int
333+ | LOOKUP JOIN int_number_names ON int
334334| RENAME name as scalerank
335335| DROP int
336336| INLINESTATS count=COUNT(*) BY scalerank
@@ -366,7 +366,7 @@ abbrev:keyword | city:keyword | region:text | "COUNT(*)":long
366366 FUK | Fukuoka | 中央区 | 2
367367;
368368
369- beforeStats-Ignore
369+ beforeStats
370370required_capability: join_planning_v1
371371
372372FROM airports
@@ -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,7 +537,7 @@ emp_no:integer | one:integer
537537 10005 | 1
538538;
539539
540- percentile-Ignore
540+ percentile
541541required_capability: join_planning_v1
542542
543543FROM employees
0 commit comments