Maksim Zhuravkov created CALCITE-6535:
-----------------------------------------
Summary: 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
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)