You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ritchie (Jira)" <ji...@apache.org> on 2020/06/27 07:50:00 UTC

[jira] [Created] (ARROW-9236) [Rust] CSV WriterBuilder never writes header

Ritchie created ARROW-9236:
------------------------------

             Summary: [Rust] CSV WriterBuilder never writes header
                 Key: ARROW-9236
                 URL: https://issues.apache.org/jira/browse/ARROW-9236
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
            Reporter: Ritchie


The `WriterBuilder` in [https://github.com/apache/arrow/blob/fee9f1df7b21f372bd30d59ec276ffd289645170/rust/arrow/src/csv/writer.rs#L360], will start with the `beginning` field set to `false`. This will make theĀ  `has_headers` field useless as it is skipped.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)