Skip to content

Commit 4678f05

Browse files
authored
chore: re-export MAX_INLINE_VIEW_LEN from arrow_data (#9665)
# Which issue does this PR close? N/A # Rationale for this change So I can use it without including arrow-data manually # What changes are included in this PR? re-export # Are these changes tested? No # Are there any user-facing changes? Yes, new variable export
1 parent 989ac03 commit 4678f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arrow/src/array/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ 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,
29+
MAX_INLINE_VIEW_LEN, layout,
2930
};
3031

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

0 commit comments

Comments
 (0)