forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce sorting handle fetchable operators, add option to repartition…
… based on row count estimates (apache#11875) * Tmp * Minor changes * Minor changes * Minor changes * Implement top down recursion with delete check * Minor changes * Minor changes * Address reviews * Update comments * Minor changes * Make test deterministic * Add fetch info to the statistics * Enforce distribution use inexact count estimate also. * Minor changes * Minor changes * Minor changes * Do not add unnecessary hash partitioning * Minor changes * Add config option to use inexact row number estimates during planning * Update config * Minor changes * Minor changes * Final review * Address reviews * Add handling for sort removal with fetch * Fix linter errors * Minor changes * Update config * Cleanup stats under fetch * Update SLT comment --------- Co-authored-by: Mehmet Ozan Kabak <ozankabak@gmail.com>
- Loading branch information
1 parent
12aa82c
commit 79fa6f9
Showing
21 changed files
with
643 additions
and
264 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
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.