Skip to content

Commit

Permalink
Add Send to the ArrayBuilder trait (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Meldrum authored May 17, 2021
1 parent a959c85 commit e7d5efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/array/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ impl From<BooleanBufferBuilder> for Buffer {
}

/// Trait for dealing with different array builders at runtime
pub trait ArrayBuilder: Any {
pub trait ArrayBuilder: Any + Send {
/// Returns the number of array slots in the builder
fn len(&self) -> usize;

Expand Down

0 comments on commit e7d5efe

Please sign in to comment.