We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b6504 commit fcebc95Copy full SHA for fcebc95
1 file changed
arrow-array/src/builder/mod.rs
@@ -183,7 +183,7 @@
183
//!
184
//! /// Note: returns StructArray to allow nesting within another array if desired
185
//! fn finish(&mut self) -> StructArray {
186
-//! let i32 = Arc::new(self.i32.build()) as ArrayRef;
+//! let i32 = Arc::new(self.i32.finish()) as ArrayRef;
187
//! let i32_field = Arc::new(Field::new("i32", DataType::Int32, false));
188
189
//! let string = Arc::new(self.string.finish()) as ArrayRef;
0 commit comments