Generated by
JDiff

Class com.cloudera.cdk.data.partition.IdentityFieldPartitioner

The superclass changed from com.cloudera.cdk.data.FieldPartitioner to com.cloudera.cdk.data.FieldPartitioner.

Changed Constructors
IdentityFieldPartitioner(String, Class<S>, int) Change in type from (String, int) to (String, Class<S>, int).
 
 

Changed Methods
S apply(S) Change in return type from Object to S.
Change in signature from Object to S.
 
S valueFromString(String) Change in return type from Object to S.