You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ermakov (Jira)" <ji...@apache.org> on 2021/11/03 11:42:00 UTC

[jira] [Updated] (IGNITE-15870) Calcite. Replace usages of Lists and Sets of int to IntList\IntSet where possible

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

Vladimir Ermakov updated IGNITE-15870:
--------------------------------------
    Description: Currently there is a number of List<Integer>\Set<Integer> usages in {{ignite-calcite}} module. Better to replace them with more optimal fastUtils List\Set for int primitives.

> Calcite. Replace usages of Lists and Sets of int to IntList\IntSet where possible
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-15870
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15870
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Vladimir Ermakov
>            Priority: Major
>              Labels: calcite, calcite2-required, calcite3-required, ignite-3, tech-debt
>
> Currently there is a number of List<Integer>\Set<Integer> usages in {{ignite-calcite}} module. Better to replace them with more optimal fastUtils List\Set for int primitives.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)