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-3631: SerDe support for Value::Fixed(). #1893

Closed

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    d32d436 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    12ef14b View commit details
    Browse the repository at this point in the history
  2. AVRO-3631: Add test for serializing fixed fields

    This test-case mainly demonstrates the issue reported in AVRO-3631. It
    is unclear to me whether we should actually expect the serializer to
    serialize to a Value::Fixed right away given that Schema information is
    not available at this stage.
    RikHeijdens committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a31fcfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2d197 View commit details
    Browse the repository at this point in the history