This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch active_release
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/active_release by this push:
     new 8b95fe0  doc example  mistype (#904) (#918)
8b95fe0 is described below

commit 8b95fe0bbf03588c5cc00f67365c5b0dac4d7a34
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Nov 5 06:52:06 2021 -0400

    doc example  mistype (#904) (#918)
    
    Co-authored-by: kingeasternsun <[email protected]>
---
 arrow/src/csv/writer.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow/src/csv/writer.rs b/arrow/src/csv/writer.rs
index c6e49f0..50fd9ef 100644
--- a/arrow/src/csv/writer.rs
+++ b/arrow/src/csv/writer.rs
@@ -35,7 +35,7 @@
 //!     Field::new("c1", DataType::Utf8, false),
 //!     Field::new("c2", DataType::Float64, true),
 //!     Field::new("c3", DataType::UInt32, false),
-//!     Field::new("c3", DataType::Boolean, true),
+//!     Field::new("c4", DataType::Boolean, true),
 //! ]);
 //! let c1 = StringArray::from(vec![
 //!     "Lorem ipsum dolor sit amet",

Reply via email to