sanjibansg commented on a change in pull request #12426:
URL: https://github.com/apache/arrow/pull/12426#discussion_r811597854
##########
File path: cpp/src/arrow/csv/writer_test.cc
##########
@@ -60,13 +60,15 @@ void PrintTo(const WriterTestParams& p, std::ostream* os) {
WriteOptions DefaultTestOptions(bool include_header = false,
const std::string& null_string = "",
QuotingStyle quoting_style =
QuotingStyle::Needed,
- const std::string& eol = "\n") {
+ const std::string& eol = "\n",
+ const char& delimiter = ',') {
Review comment:
Corrected that.
--
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]