Skip to content

Commit

Permalink
Merge a327c19 into 03d95e6
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Nov 4, 2021
2 parents 03d95e6 + a327c19 commit 9124c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/csv/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9124c8f

Please sign in to comment.