-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.14.0-incubating
-
Component/s: None
-
Labels:None
The AbstractTransactionAwareTable.ActionChange class uses Objects.equals to compare byte[] which will always return false (unless the two arrays are ==). It should be changed to use Bytes.equals instead.