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

WIP Built some initial e2e datafusion infrastructure #10

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

Conversation

SarveshOO7
Copy link

Problem

We want to be able to run our queries on datafusion.

Summary of changes

The only update I have is that I have setup the datafusion e2e to be able to run multiple queries and print the results and the plans. Currently, since we do not have an optimizer built out and we don’t have an logical plan IR to convert the datafusion logical plan into, I am simply running the datafusion optimizer.

@SarveshOO7 SarveshOO7 mentioned this pull request Jan 20, 2025
Copy link
Member

@connortsui20 connortsui20 left a comment

Choose a reason for hiding this comment

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

Should we call this optd-datafusion instead or something more descriptive than "infra"?

Make sure to fix all of the clippy lints (you can either look at the Files changed tab on GitHub or just run cargo clippy --all-targets

Also, please add comments on everything because I can't really understand the code...

See the official Rust style guide as well for things that clippy cant check (things like full punctuation on comments)

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