Skip to content

[chore] add passthrough query as a tablefactor #32

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

ayman-sigma
Copy link

We want to have the capability to specify subquery of a SQL string that we don't necessarily need to parse. This passthrough query will be only created at runtime and serialized as it is.
The main purpose here is performance and to avoid any potential parsing bugs with already known valid SQL.

@ayman-sigma ayman-sigma requested a review from jmhain April 9, 2025 21:18
@ayman-sigma
Copy link
Author

hmmm, I can't get the same clippy errors here when running locally. Which is very annoying...

@ayman-sigma ayman-sigma force-pushed the ayman/passThroughQuery branch from 2201d67 to fce3ce8 Compare April 10, 2025 22:18
@ayman-sigma ayman-sigma merged commit ba34f62 into main Apr 10, 2025
19 checks passed
@ayman-sigma ayman-sigma deleted the ayman/passThroughQuery branch April 10, 2025 22:20
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.

2 participants