Skip to content

Reading Avro files supports other types #7828

@Asura7969

Description

@Asura7969

Is your feature request related to a problem or challenge?

I am now integrating incubator-paimon(it is a streaming data lake platform), when reading the avro file, an exception message will appear: expected avro schema to be a record, because AvroArrowArrayReader only supports AvroSchema::Record, but the avro file format of paimon is Union type(code here

Describe the solution you'd like

It would be better if the parsing format could be implemented by the user. The default implementation is still the current way, no problem.

Describe alternatives you've considered

My current solution: here and this

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions