kazuk opened a new issue #394: URL: https://github.com/apache/arrow-rs/issues/394
**Describe the bug** I add a with_escape and some function into arrow::csv::reader::ReaderBuilder. PR: https://github.com/apache/arrow-rs/pull/326 but docs.rs document for 4.2.0 not contains this. https://docs.rs/arrow/4.2.0/arrow/csv/reader/struct.ReaderBuilder.html and my own code for 4.2.0, build failed with this error. ``` error[E0599]: no function or associated item named `with_escape` found for struct `arrow::csv::ReaderBuilder` in the current scope ``` **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. tag 4.2.0 seems contains my commits. https://github.com/apache/arrow-rs/compare/4.2.0...master seems something error in release process around `cargo publish` -- 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]
