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

[jira] [Assigned] (IGNITE-16129) Calcite engine. RelJsonReader can't deserialize enums

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

Aleksey Plekhanov reassigned IGNITE-16129:
------------------------------------------

    Assignee: Aleksey Plekhanov

> Calcite engine. RelJsonReader can't deserialize enums
> -----------------------------------------------------
>
>                 Key: IGNITE-16129
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16129
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: calcite2-required, calcite3-required
>
> If some remote fragment of plan contains nodes reading enums (for example {{IgniteTableSpool}} reads {{Spool.Type}} enum) deserialization fails on method {{getEnum}}. This method uses {{Util.enumVal}}, but not all type of enums registered here, the method {{relJson.toEnum(get(tag))}} should be used to read enums instead. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)