Skip to content

Commit e2add0b

Browse files
committed
Deprecated the public expose of test_util package
1 parent cf6e041 commit e2add0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arrow/src/util/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ pub mod data_gen;
2929
pub use arrow_cast::pretty;
3030
pub mod string_writer;
3131
#[cfg(any(test, feature = "test_utils"))]
32+
#[deprecated(
33+
since = "55.0.0",
34+
note = "The `test_util` module is deprecated for public use and will be removed in a future release"
35+
)]
3236
pub mod test_util;
3337

3438
pub use arrow_cast::display;

0 commit comments

Comments
 (0)