You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/11/03 19:54:36 UTC

[arrow-rs] branch master updated: doc example mistype (#904)

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

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


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

commit d5a4bd7d7debc0872a7b35b89ec72754e263ac8f
Author: kingeasternsun <ki...@gmail.com>
AuthorDate: Thu Nov 4 03:54:29 2021 +0800

    doc example  mistype (#904)
---
 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",