-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply a schema to fix column names (#331)
Enforce/apply the schema given when we evaluate an expression. Given we want to go to expression based fixup and allow the final schema to dictate the output, we will need to do this. This code will fix-up at all levels of the output, which is messy in arrow since schemas are embedded all over the place. The schema is only applied if the output of the expression doesn't exactly match the passed schema. --------- Co-authored-by: Nick Lanham <[email protected]> Co-authored-by: Ryan Johnson <[email protected]>
- Loading branch information
1 parent
2b1c46f
commit cd53bc1
Showing
10 changed files
with
792 additions
and
296 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
Oops, something went wrong.