We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6e041 commit e2add0bCopy full SHA for e2add0b
arrow/src/util/mod.rs
@@ -29,6 +29,10 @@ pub mod data_gen;
29
pub use arrow_cast::pretty;
30
pub mod string_writer;
31
#[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
+)]
36
pub mod test_util;
37
38
pub use arrow_cast::display;
0 commit comments