-
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.
Move wildcard expansions to the analyzer (#11681)
* allow qualified wildcard in the logical plan * move wildcard expansions to the analyzer * fix fmt * fix the view tests * expand wildcard for schema * fix for union query * cargo fmt clippy * move wildcard expanding tests to expand_wildcard_rule.rs * coercion the expanded wildcard expression in union * remove debug message * move wildcard options to logical plan * remove unused function * add the doc for expression function * fix cargo check * fix cargo fmt * fix test * extract expand_exprlist * expand wildcard for functional_dependencies * refine the doc * fix tests * fix expand exclude and except * remove unused import * fix check and update function * fix check * throw the error when exprlist to field * fix functional_dependency and exclude * fix projection_schema * fix the window functions * fix clippy and support unparsing wildcard * fix clippy and fmt * add the doc for util functions * fix unique expression check for projection * cargo fmt * move test and solve dependency issue * address review comments * add the fail reason * enhance the doc * add more doc
- Loading branch information
Showing
27 changed files
with
1,057 additions
and
254 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.