Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- links to