alamb opened a new pull request, #9001:
URL: https://github.com/apache/arrow-rs/pull/9001

   # Which issue does this PR close?
   
   
   # Rationale for this change
   
   while reviewing @xanderbailey's PR in 
https://github.com/apache/arrow-rs/pull/8960, I found that there are examples 
for arrow-csv and they are hard to find. Also each example  add extra binaries 
and thus slows down CI and tests. For example the `whitespace_handling` example 
makes a new 2.9MB binary:
   
   ```shell
   cargo run -p arrow-csv --example whitespace_handling
   ...
   du -s -h target/debug/examples/whitespace_handling
   2.9M target/debug/examples/whitespace_handling
   ```
   
   Let's consolidate the examples to make them easier to find
   
   
   # What changes are included in this PR?
   
   1. Consolidate the examples
   2. Improver other csv docs
   
   # Are these changes tested?
   
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   3. Serve as another way to document the expected behavior of the code
   
   
   # Are there any user-facing changes?
   
   Docs only, no functional changes


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