parkma99 opened a new issue, #6926: URL: https://github.com/apache/arrow-datafusion/issues/6926
### Is your feature request related to a problem or challenge? https://github.com/apache/arrow-datafusion/blob/06fe0668710205d6c9f0ffe6d31b2975e3ce94b9/datafusion/proto/src/common.rs#L20-L25 https://github.com/apache/arrow-datafusion/blob/06fe0668710205d6c9f0ffe6d31b2975e3ce94b9/datafusion/proto/src/common.rs#L36-L41 The two functions have the same code. It can refactor to get cleaner. ### Describe the solution you'd like I will need a `quote to string` method in #6854. I think `csv_delimiter_to_string` function call `byte_to_string` with a clear error message is a solution. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
