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

AVRO-3790 Provide namespace on UnknownSchemaError raise #2409

Commits on Jul 31, 2023

  1. AVRO-3790 Provide namespace on UnknownSchemaError raise

    If an UnknownSchemaError is raised for a nested type that should
    inherit its parent namespace, the default_namespace information
    is lost when rescuing this exception.
    This prevents users of the library to use the raised exception
    to load the missing schema that may be defined in a separate
    file fore readability when handling large schema files.
    piotaixr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    be49519 View commit details
    Browse the repository at this point in the history