Skip to content

Commit 81b22a1

Browse files
authored
chore: re-export MAX_INLINE_VIEW_LEN from arrow_data
1 parent 9c6b42e commit 81b22a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow/src/array/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub use arrow_array::cast::*;
2525
pub use arrow_array::iterator::*;
2626
pub use arrow_array::*;
2727
pub use arrow_data::{
28-
ArrayData, ArrayDataBuilder, ArrayDataRef, BufferSpec, ByteView, DataTypeLayout, layout,
28+
ArrayData, ArrayDataBuilder, ArrayDataRef, BufferSpec, ByteView, DataTypeLayout, layout, MAX_INLINE_VIEW_LEN
2929
};
3030

3131
pub use arrow_data::transform::{Capacities, MutableArrayData};

0 commit comments

Comments
 (0)