You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PRIMARY KEY Aggregate support to dataframe API (#8356)
* Aggregate rewrite for dataframe API.
* Simplifications
* Minor changes
* Minor changes
* Add new test
* Add new tests
* Minor changes
* Add rule, for aggregate simplification
* Simplifications
* Simplifications
* Simplifications
* Minor changes
* Simplifications
* Add new test condition
* Tmp
* Push requirement below aggregate
* Add join and subqeury alias
* Add cross join support
* Minor changes
* Add logical plan repartition support
* Add union support
* Add table scan
* Add limit
* Minor changes, buggy
* Add new tests, fix existing bugs
* change concat type array_concat
* Resolve some of the bugs
* Comment out a rule
* All tests pass, when single distinct is closed
* Fix aggregate bug
* Change analyze and explain implementations
* All tests pass
* Resolve linter errors
* Simplifications, remove unnecessary codes
* Comment out tests
* Remove pushdown projection
* Pushdown empty projections
* Fix failing tests
* Simplifications
* Update comments, simplifications
* Remove eliminate projection rule, Add method for group expr len aggregate
* Simplifications, subquery support
* Update comments, add unnest support, simplifications
* Remove eliminate projection pass
* Change name
* Minor changes
* Minor changes
* Add comments
* Fix failing test
* Minor simplifications
* update
* Minor
* Remove ordering
* Minor changes
* add merge projections
* Add comments, resolve linter errors
* Minor changes
* Minor changes
* Minor changes
* Minor changes
* Minor changes
* Minor changes
* Minor changes
* Minor changes
* Review Part 1
* Review Part 2
* Fix quadratic search, Change trim_expr impl
* Review Part 3
* Address reviews
* Minor changes
* Review Part 4
* Add case expr support
* Review Part 5
* Review Part 6
* Finishing touch: Improve comments
---------
Co-authored-by: berkaysynnada <[email protected]>
Co-authored-by: Mehmet Ozan Kabak <[email protected]>
0 commit comments