I would like to change the ExpirationAction to a true Enum object, but this class is used by ExpirationAttributes which is a DataSerializable, and making the change fails the rolling upgrade tests. Anyone knows a good example that I can follow to update a DataSerializable object? Specifically, how do I implement the fromData and toData call?
Thanks! -- Cheers Jinmei