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)