Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windowing] [Formatter] Reset format context in-between analytic function groups #162

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

ohaibbq
Copy link
Contributor

@ohaibbq ohaibbq commented Feb 5, 2024

Closes #160

Previously clauses such as partition by and order by would be accumulated across window functions. This resets the context after each window function group has been processed.

@goccy goccy added the reviewed label Mar 9, 2024
@ohaibbq ohaibbq requested a review from goccy March 9, 2024 18:27
@codecov-commenter
Copy link

Codecov Report

Merging #162 (6811acb) into main (961ce06) will increase coverage by 0.68%.
Report is 12 commits behind head on main.
The diff coverage is 75.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
+ Coverage   46.39%   47.07%   +0.68%     
==========================================
  Files          47       47              
  Lines       17828    17887      +59     
==========================================
+ Hits         8271     8421     +150     
+ Misses       8111     8002     -109     
- Partials     1446     1464      +18     

Copy link
Owner

@goccy goccy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution !! LGTM 👍

@goccy goccy merged commit 5837a05 into goccy:main Mar 10, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Windowing] [Formatter] Analytic function groups cross-contaminate
3 participants