jihoonson opened a new issue #9188: DelimitedInputFormat doesn't support the multi-character delimiter which is supported by DelimitedParser URL: https://github.com/apache/druid/issues/9188 ### Affected Version 0.17.0 and master ### Description The behavior of `DelimitedInputFormat` is different from the `DelimitedParser` in supporting multi-character delimiter. It currently uses the first character as its delimiter if the given delimiter has multiple characters. This behavior should be fixed to match with the behavior of `DelimitedParser`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
