-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TreeNode refactor code deduplication: Part 3 (#8817)
* Reduce code duplication * fix doc tests * addressing ozan's todos * resolving merge conflicts * remove test duplication * Update enforce_sorting.rs * tmp * remove coalesce fix * enforce dist and sort refactors * Diff decreasing * Review Part 1 * Review Part 2 * optimize tests * Review Part 3 * remove new_default * Review Part 4 * Review Part 5 * Review Part 6 * Review Part 7 * Resolve logical conflicts * Review Part 8 * Remove clone from PlanContext * renaming * Remove deriving Clone on ExprContext * Review Part 9 * Review Part 10 * Fix failing tests * Review Part 11 * Stabilize previously unstable tests * Review Part 12 * Adapt tests to upstream changes * Review Part 13 * Review Part 14 * Fix import * Move cross check inside assert optimized * Move cross check to asset_optimized macro * Retract aggregate topk tests (these will be solved with another PR) * better code documentation --------- Co-authored-by: berkaysynnada <[email protected]> Co-authored-by: Mustafa Akur <[email protected]> Co-authored-by: Berkay Şahin <[email protected]>
- Loading branch information
1 parent
7a5f205
commit 9c4affe
Showing
17 changed files
with
1,479 additions
and
1,785 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
Oops, something went wrong.