HuaHuaY opened a new pull request, #51286:
URL: https://github.com/apache/arrow/pull/51286

   ### Rationale for this change
   
   Now the type of `delimiter` in `ParseOptions` is `char`, and we can only 
read csv files whose delimiter is one character. I think we can lift this 
restriction.
   
   ### What changes are included in this PR?
   
   Added a higher-priority `delimiter_string` to `ParseOptions`, and added 
support for multi-character delimiters in both the chunker and the parser.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes. A new option `delimiter_string` is added to `ParseOptions`.


-- 
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]

Reply via email to