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

fix: use new known_schema api of FlightDataEncoder #87

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

nathanielc
Copy link
Collaborator

With this change we can delete the duplicated code from the FlightDataEncoder to determine the hydrated schema and instead use the known_schema method.

Fixes: #77

With this change we can delete the duplicated code from the
FlightDataEncoder to determine the hydrated schema and instead use the
known_schema method.

Fixes: datafusion-contrib#77
@nathanielc nathanielc merged commit c50ad3d into datafusion-contrib:main Dec 5, 2024
7 checks passed
@nathanielc nathanielc deleted the fix/issue-77 branch December 5, 2024 18:15
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.

Use new FlightDataEncoder::known_schema API when its released
2 participants