You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.