gianm commented on issue #6102: "Cannot have same delimiter and list delimiter of \u0001" URL: https://github.com/apache/incubator-druid/issues/6102#issuecomment-410539081 Hi @aoeiuvb, This behavior is intentional and is due to the fact that we have two kinds of delimiters: the field delimiter and a "list delimiter" within a field (in case your field is actually a list of separate values). The delimiters cannot be the same, since then we can't parse a row. I think setting the `listDelimiter` to some other value, like you did, is a good way to go.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
