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(sql): use SELECT * for complete reprojections #9075

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Apr 29, 2024

Reduce the verbosity of the generated SQL queries by projecting * instead of all of the parent fields.

@kszucs kszucs changed the title feat(sql): use SELECT \* for complete reprojections feat(sql): use SELECT * for complete reprojections Apr 29, 2024
@kszucs
Copy link
Member Author

kszucs commented Apr 29, 2024

@cpcloud could you please update the snapshots for the failing backends?

@gforsyth
Copy link
Member

@cpcloud could you please update the snapshots for the failing backends?

I've got it

@cpcloud cpcloud added the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Apr 29, 2024
@cpcloud cpcloud added this to the 9.0 milestone Apr 29, 2024
@ibis-docs-bot ibis-docs-bot bot removed the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Apr 29, 2024
@cpcloud cpcloud merged commit a9aa8a7 into ibis-project:main Apr 29, 2024
82 checks passed
@cpcloud cpcloud added feature Features or general enhancements sql Backends that generate SQL labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements sql Backends that generate SQL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants