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

Expose DataFusion Dataframe API #144

Open
cbiggar opened this issue May 29, 2024 · 0 comments
Open

Expose DataFusion Dataframe API #144

cbiggar opened this issue May 29, 2024 · 0 comments

Comments

@cbiggar
Copy link

cbiggar commented May 29, 2024

It appears as though the Java bindings only expose a SQL string as a query interface.

This makes programmatic querying of the DataFusion engine hard as it would rely on translating our internal dataframe-like AST into a SQL string first. This feels brittle as it introduces a whole class of bugs related to SQL syntax errors which aren't a concern when translating from an internal dataframe representation to Datafusion's dataframe representation.

I can see that the Rust Native DataFusion API contains a Dataframe API.

Would you consider exposing this in the java bindings too?

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

No branches or pull requests

1 participant