Skip to content

Commit

Permalink
chore: port comment
Browse files Browse the repository at this point in the history
  • Loading branch information
QuenKar committed Dec 12, 2023
1 parent 43ea71e commit c0e4f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datatypes/src/vectors/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ impl ScalarVectorBuilder for ListVectorBuilder {
}
}

// Port from https://github.com/apache/arrow-rs/blob/ef6932f31e243d8545e097569653c8d3f1365b4d/arrow-array/src/builder/generic_list_builder.rs#L302-L325
fn finish_cloned(&self) -> Self::VectorType {
let len = self.len();
let values_vector = self.values_builder.to_vector_cloned();
Expand Down

0 comments on commit c0e4f8e

Please sign in to comment.