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

refactor: remove datafusion dependency from 'parser' crate #2904

Merged
merged 7 commits into from
Apr 18, 2024

Conversation

universalmind303
Copy link
Contributor

@universalmind303 universalmind303 commented Apr 17, 2024

For some additional context.

This entirely removes datafusion as a dependency from the parser crate. Since we're no longer bound to datafusion's sqlparser version, it opens us up to iterate faster on sql functionality by using the latest version of 'sqlparser' crate (or even a fork)

Copy link
Collaborator

@tychoish tychoish left a comment

Choose a reason for hiding this comment

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

just a nit about a comment, as long as the tests pass

crates/parser/src/options.rs Show resolved Hide resolved
crates/parser/src/options.rs Show resolved Hide resolved
@universalmind303 universalmind303 enabled auto-merge (squash) April 18, 2024 14:02
@universalmind303 universalmind303 merged commit 2446ae3 into main Apr 18, 2024
26 checks passed
@universalmind303 universalmind303 deleted the universalmind303/parser-datafusion-dep branch April 18, 2024 14:28
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.

3 participants