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

Add support for VALUES query #1038

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

ayushdg
Copy link
Collaborator

@ayushdg ayushdg commented Feb 9, 2023

Fixes #1013

Initial attempt at supporting the Values query.

Currently limited to creating the result on cpu dataframes only but eventually plan on extending to GPU frames via some common config.

@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2023

Codecov Report

Merging #1038 (8df5361) into main (ab7340b) will increase coverage by 2.45%.
The diff coverage is 75.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main    #1038      +/-   ##
==========================================
+ Coverage   79.08%   81.54%   +2.45%     
==========================================
  Files          78       78              
  Lines        4395     4395              
  Branches      797      797              
==========================================
+ Hits         3476     3584     +108     
+ Misses        743      628     -115     
- Partials      176      183       +7     
Impacted Files Coverage Δ
dask_sql/physical/rel/logical/values.py 77.77% <75.00%> (+44.44%) ⬆️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@jdye64 jdye64 left a comment

Choose a reason for hiding this comment

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

Cool! Thanks for this addition Ayush. All the changes look sound to me

@ayushdg ayushdg marked this pull request as ready for review April 27, 2023 17:25
@ayushdg
Copy link
Collaborator Author

ayushdg commented May 4, 2023

@charlesbluca since this is also one of those cases which would benefit from cpu/gpu handling does it make sense to followup on this once #1117 is complete?

@charlesbluca
Copy link
Collaborator

Yeah that makes sense - also okay with merging this in as is and iterating on it in my PR if we need VALUES implemented on CPU to unblock something

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.

[ENH] Support VALUES query
4 participants