Skip to content

Commit

Permalink
[hotfix] [kinesis] Add serialVersionUID to KinesisPartitioner
Browse files Browse the repository at this point in the history
  • Loading branch information
tzulitai committed Jan 12, 2018
1 parent 30734d5 commit 5a318de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
@PublicEvolving
public abstract class KinesisPartitioner<T> implements Serializable {

private static final long serialVersionUID = -7467294664702189780L;

/**
* Return a partition id based on the input.
* @param element Element to partition
Expand Down

0 comments on commit 5a318de

Please sign in to comment.