Skip to content

Commit 487c53b

Browse files
authored
Re-export datafusion-functions-array (#9433)
1 parent 83d15e8 commit 487c53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ pub mod functions {
529529
/// re-export of [`datafusion_functions_array`] crate, if "array_expressions" feature is enabled
530530
pub mod functions_array {
531531
#[cfg(feature = "array_expressions")]
532-
pub use datafusion_functions::*;
532+
pub use datafusion_functions_array::*;
533533
}
534534

535535
#[cfg(test)]

0 commit comments

Comments
 (0)