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

Support UNNEST WITH OFFSET #199

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

ohaibbq
Copy link
Contributor

@ohaibbq ohaibbq commented Mar 28, 2024

Closes #188

@codecov-commenter
Copy link

codecov-commenter commented Mar 28, 2024

Codecov Report

Merging #199 (b565721) into main (745096f) will increase coverage by 0.08%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
+ Coverage   47.82%   47.90%   +0.08%     
==========================================
  Files          47       47              
  Lines       17923    17922       -1     
==========================================
+ Hits         8571     8585      +14     
+ Misses       7910     7901       -9     
+ Partials     1442     1436       -6     

@goccy
Copy link
Owner

goccy commented Apr 6, 2024

LGTM !! Please resolve conflict 🙏

@ohaibbq
Copy link
Contributor Author

ohaibbq commented Apr 8, 2024

@goccy I've resolved the conflict

@goccy
Copy link
Owner

goccy commented Apr 8, 2024

LGTM 👍 Thank you !!

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

Successfully merging this pull request may close these issues.

SELECT .. FROM UNNEST(...) WITH OFFSET offset unsupported
3 participants