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: report hydrated schemas from flight_info requests #74

Commits on Nov 1, 2024

  1. fix: report hydrated schemas from flight_info requests

    With flight_info requests the returned schema needs to exactly match the
    encoded flight data. The FlightDataEncoder will change the schema in
    order to hydrate dictionaries. This means the schema reported from
    flight_info requests did not match the encoded data.
    
    This change copies the logic from arrow-flight that can transform a schema
    for hydrated dictionaries. See
    apache/arrow-rs#6672 where the copied logic
    may be exposed directly.
    nathanielc committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e79cfa3 View commit details
    Browse the repository at this point in the history