Skip to content

Commit

Permalink
[hotfix] [avro] Fix some serializability warnings and problems
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Nov 3, 2017
1 parent eb99181 commit 4cd7a80
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
*/
public class AvroTypeInfo<T extends SpecificRecordBase> extends PojoTypeInfo<T> {

private static final long serialVersionUID = 1L;

public AvroTypeInfo(Class<T> typeClass) {
super(typeClass, generateFieldsFromAvroSchema(typeClass));
}
Expand Down

0 comments on commit 4cd7a80

Please sign in to comment.