[
https://issues.apache.org/jira/browse/IGNITE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448050#comment-17448050
]
Aleksey Plekhanov commented on IGNITE-15563:
--------------------------------------------
Already exists SYSTEM_RANGE(from, to) table function. Tests should be rewritten
using this function.
> Calcite. Support RANGE functionality.
> -------------------------------------
>
> Key: IGNITE-15563
> URL: https://issues.apache.org/jira/browse/IGNITE-15563
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: calcite, calcite2-required, calcite3-required, ignite-3
>
> We need to support _RANGE_ functionality or replace with existing
> system_range .
> {code:bash}
> /insert/null_values.test_ignore
> {code}
> {noformat}
> INSERT INTO integers SELECT i FROM range(100) tbl(i);
> INSERT INTO a SELECT * FROM range(0, 1024, 1);
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)