[ 
https://issues.apache.org/jira/browse/CALCITE-6535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maksim Zhuravkov closed CALCITE-6535.
-------------------------------------
    Resolution: Invalid

> Sql. Add for-loop with multiple values to Sql logic tests 
> ----------------------------------------------------------
>
>                 Key: CALCITE-6535
>                 URL: https://issues.apache.org/jira/browse/CALCITE-6535
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Maksim Zhuravkov
>            Priority: Minor
>
> In order to simplify tests in the SQLLogic test suite, we can add 
> parameterisation support via for-loops with multiple values (iteration over 
> sequence of values).
> {noformat}
> # Multiple values per iteration
> for a, b, r (1, 2, 3) (2, 3, 5)
> query T
> SELECT ${a} + ${b}
> ----
> ${r}
> endfor
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to