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

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

Open
shantam04 opened this issue Jul 23, 2021 · 1 comment

Comments

@shantam04
Copy link

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.

@HenryCaiHaiying
Copy link
Contributor

HenryCaiHaiying commented Jul 27, 2021 via email

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

No branches or pull requests

2 participants