cyb70289 commented on a change in pull request #12426:
URL: https://github.com/apache/arrow/pull/12426#discussion_r809672163



##########
File path: cpp/src/arrow/csv/options.h
##########
@@ -194,6 +194,9 @@ struct ARROW_EXPORT WriteOptions {
   /// This number can impact performance.
   int32_t batch_size = 1024;
 
+  /// Field delimiter
+  char delimiter = ',';

Review comment:
       
[to-sanjiban.diff.gz](https://github.com/apache/arrow/files/8094142/to-sanjiban.diff.gz)
   @sanjibansg , you can apply above diff to your code. Please note this is a 
quick fix, needs adding test cases, or refinement maybe, and may have format 
issue.




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