This is an automated email from the ASF dual-hosted git repository. rluvaton pushed a commit to branch breaking-change-detector-test-3 in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit a79bc345e4eb535e3487ec53358fe6cfb9310a4a Author: Raz Luvaton <[email protected]> AuthorDate: Wed May 27 19:49:53 2026 +0300 create breaking change --- datafusion/common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/common/src/lib.rs b/datafusion/common/src/lib.rs index ab2f65da8e..dd0ef8d390 100644 --- a/datafusion/common/src/lib.rs +++ b/datafusion/common/src/lib.rs @@ -97,7 +97,7 @@ pub use schema_reference::SchemaReference; pub use spans::{Location, Span, Spans}; pub use stats::{ColumnStatistics, Statistics}; pub use table_reference::{ResolvedTableReference, TableReference}; -pub use unnest::{RecursionUnnestOption, UnnestOptions}; +// pub use unnest::{RecursionUnnestOption, UnnestOptions}; // pub use utils::project_schema; // These are hidden from docs purely to avoid polluting the public view of what this crate exports. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
