You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/08 07:16:20 UTC

[GitHub] [incubator-hudi] hddong edited a comment on issue #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata

hddong edited a comment on issue #1157: [HUDI-332]Add operation type (insert/upsert/bulkinsert/delete) to HoodieCommitMetadata
URL: https://github.com/apache/incubator-hudi/pull/1157#issuecomment-571921938
 
 
   > @bvaradar Operation type is stored in the avro objects when archiving, but there are a error here, it throw `ClassCastException: org.apache.avro.generic.GenericData$EnumSymbol cannot be cast to org.apache.hudi.avro.model.WriteOperationType` with `deepCopy` block in 'show archived commit stats' . Can you give any suggestion when you're free.
   
   @bvaradar I found it cause by [AVRO-1676](https://issues.apache.org/jira/browse/AVRO-1676) and fixed in AVRO-1.8.0. So can i roll back `operateType ` to String type?  It may cause other compatibility problem If upgrade avro.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services