Skip to content

Is there any alternative to AvroParquetWriter so that we can avoid using IndexedRecord? #2132

@shantam04

Description

@shantam04

We are using Secor to write data from Avro records Kafka to Parquet records in Azure.

We use AvroParquetWriter to convert deserialized Avor records to Parquet, but as AvroParquetWriter works with IndexedRecord interface - schema evolution is very difficult as it matches on the index of record fields with schema.
Any out-of-order schema evolution leads to backward compatibility issues when converting to Parquet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions