[
https://issues.apache.org/jira/browse/IGNITE-23021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-23021:
--------------------------------------
Summary: Sql. Add nested for-loop support to SQL logic test (was: Sql. Add
nested for-loop support to SQL logic tests.)
> Sql. Add nested for-loop support to SQL logic test
> --------------------------------------------------
>
> Key: IGNITE-23021
> URL: https://issues.apache.org/jira/browse/IGNITE-23021
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Maksim Zhuravkov
> Priority: Minor
> Labels: ignite-3
>
> In order to simplify tests in the SQLLogic test suite, we can add
> parameterisation support via nested for loops (iteration over sequence of
> values).
> {noformat}
> # Single value
> for k 1 2
> # nested loop
> for v a b c
> query T
> SELECT ${k}, {v}
> ----
> ${k} ${v}
> endfor
> endfor
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)