Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.3, 1.12.0
Description
Some of the rel data types for legacy planner:
- GenericRelDataType
- ArrayRelDataType
- MapRelDataType
- MultisetRelDataType
Does not implement the digest correctly, especially for GenericRelDataType , the RelDataTypeFactory caches the type instances based on its digest, a wrong digest impl would mess up the type instance creation, e.g. without this patch, all the GenericRelDataType instances have same digest `ANY`.
Attachments
Issue Links
- is related to
-
FLINK-20785 MapRelDataType for legacy planner has wrong digest
- Closed
- links to