-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make dfschema wrap schemaref (#9595)
* Start setting up SchemaRef * Start updating DFSchema * More updates to df schema * More updates * More updates * Start working on columns * Start cleaning up columns * Remove DFField from dfschema tests * More cleanup * datafusion common is building * More cleanup * Start updating expr * More cleanup * Update build_join_schema * Cleanup expr to_field * Builder updates * Update expr utils * Work on logical plan * Update expr rewriter * Cleanup up logical plan * More cleanup * More cleanup * Cleanup * Fix unnest * make datafusion-expr build * make datafusion-optimizer build * can build some datafusion-sql * clean up * make datafusion-sql build * make core build * make datafusion-substrait build * clean up * clean up * fix plan.rs * fix clean up * fix to_field * fix select * from file * remove DFField in tests * fix some tests * fix unnest and dfschema * fix dfschema test * make datafusion-proto build * fix some optimizer test * fix dfschema merge * fix with_column_renamed * fix compound identifier tests * fix unnest plan * fix except * fix test and conflicts * remove clone in dfschema * clean up dfschema * optimizer dfschema merge * retrigger ci * fmt * apply suggestion * fmt * find field return refer * add some tests * improve build_join_schema * remove some clone * remove ignore * fmt * remove dfschema create method * add column from trait * from Vec<Field> to Fields * fmt * Add schema validation check for CREATE EXTERNAL TABLE --------- Co-authored-by: Matthew Turner <matthew.m.turner@outlook.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
- Loading branch information
1 parent
178a26d
commit cc1db8a
Showing
40 changed files
with
1,063 additions
and
1,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.