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

Implement Debug for SqlTable #146

Merged
merged 2 commits into from
Oct 20, 2024

Conversation

ccciudatu
Copy link
Collaborator

@ccciudatu ccciudatu commented Oct 19, 2024

Make table providers compatible with the TableProvider trait in DataFusion latest.
This only addresses the issue for SqlTable, which is the only TableProvider compiled unconditionally.
The rest of the table providers can only be implemented as part of the upgrade to datafusion next, when the inner TableProvider will be Debug itself.

@ccciudatu ccciudatu changed the title With latest datafusion, TableProviders must be Debug Make SqlTable compatible with the TableProvider trait in DataFusion latest Oct 19, 2024
@ccciudatu ccciudatu changed the title Make SqlTable compatible with the TableProvider trait in DataFusion latest Implement Debug for SqlTable Oct 19, 2024
@ccciudatu ccciudatu merged commit 8366e72 into datafusion-contrib:main Oct 20, 2024
3 checks passed
@ccciudatu ccciudatu deleted the datafusion-next branch October 20, 2024 09:42
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