Description
We currently send in the select expressions for the MR integration with a delimiter separated string, split based on the delimiter, and then recombine again using a comma separator. This is problematic because the delimiter character may appear in a select expression, thus breaking this logic. Instead, we should use a comma as the delimiter and avoid splitting and recombining as it's not necessary in that case. Instead, the entire string can be used as-is in that case to form the select expressions.
Attachments
Attachments
Issue Links
- is duplicated by
-
PHOENIX-2076 Separator for select expression causes problems if used in expressions
- Resolved
- is related to
-
PHOENIX-2135 Use ColumnInfoToStringEncoderDecoder.encode/decode to store the column metadata in the configuration
- Closed