mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-21 03:05:28 -04:00
8fc9681b74
## Which issue does this PR close? Cleaned-up version of https://github.com/apache/datafusion/pull/18806 with: - Removed `outer_queries_schema` from PlannerContext - Planning logic only (optimizer modifications removed) - sql logic tests moved to sql_integration.rs - Closes https://github.com/apache/datafusion/issues/19816 ## Rationale for this change See https://github.com/apache/datafusion/pull/18806 ## What changes are included in this PR? See https://github.com/apache/datafusion/pull/18806 ## Are these changes tested? Yes ## Are there any user-facing changes? `outer_queries_schema` is removed from PlannerContext. --------- Co-authored-by: Duong Cong Toai <duongcongtoai.fjc@gmail.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>