Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Avro maps are unsupported #1552

Open
ayax79 opened this issue Aug 22, 2023 · 0 comments
Open

Avro maps are unsupported #1552

ayax79 opened this issue Aug 22, 2023 · 0 comments

Comments

@ayax79
Copy link

ayax79 commented Aug 22, 2023

I hit this when working with a schema that defines the following:

    {
      "name": "metadata",
      "type": "map",
      "values": "string",
      "doc": "List of metadata items."
    }

From io/avro/read/schema: 85

 AvroSchema::Map(_) => todo!("Avro maps are mapped to MapArrays"),

It looks like this was last touched by @jorgecarleitao by 10/2021.

I can take a look at implementing it.. Are there any gotchas I should be aware of?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant