-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade to latest datafusion rev * panic on unexpected value * remove panic * fix regression with window functions * fix regression * use official release of DataFusion * update optimizer rules list * add filter_push_down rule from DataFusion 13 * fix * add expr simplifier rule but without optimization for rewriting small 'in' expressions * remove unused imports * Disable EliminateFilter optimization to unblock regressions * Use upstream SimplifyExpressions, catch associated KeyError * Forbid auto-index setting in attempt_predicate_pushdown * Ignore index in test_predicate_pushdown * Add dask version check to predicate pushdown tests * Add TODO for index specification Co-authored-by: Charles Blackmon-Luca <[email protected]>
- Loading branch information
1 parent
c7017a7
commit ab246b0
Showing
13 changed files
with
980 additions
and
193 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.