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 08:21:00 UTC

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

Aleksey Plekhanov created IGNITE-16129:
------------------------------------------

             Summary: 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


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)