Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Concatenation of a String and non-String does not work properly.
e.g. f0 + 42 leads to RelBuilder Exception
ExpressionParser does not like f0 + 42.cast(STRING) either.
Attachments
Issue Links
- is related to
-
FLINK-3086 ExpressionParser does not support concatenation of suffix operations
- Resolved