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

feat(frontend): support alias for window table function #2633

Merged
merged 1 commit into from
May 18, 2022

Conversation

TennyZhuang
Copy link
Contributor

Signed-off-by: TennyZhuang [email protected]

What's changed and what's your intention?

As title

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Close #1503

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #2633 (0350a15) into main (7b01d0e) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2633      +/-   ##
==========================================
- Coverage   72.29%   72.29%   -0.01%     
==========================================
  Files         678      678              
  Lines       88098    88099       +1     
==========================================
  Hits        63687    63687              
- Misses      24411    24412       +1     
Flag Coverage Δ
rust 72.29% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/frontend/src/binder/relation/mod.rs 84.74% <100.00%> (ø)
...ntend/src/binder/relation/window_table_function.rs 78.35% <100.00%> (+0.22%) ⬆️
src/meta/src/model/barrier.rs 78.57% <0.00%> (-3.58%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@TennyZhuang TennyZhuang merged commit 5c295db into main May 18, 2022
@TennyZhuang TennyZhuang deleted the feat/window-table-function-alias branch May 18, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support table function alias
2 participants