You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Improvement] Slightly improved performance of 'gets' and 'puts' by avoiding redundant class validations.
[Improvement] In case of large row keys, slightly improved performance by avoiding a deep copy.
[Library Upgrade] Jackson version upgraded to 2.9.10.4.
[Fix] In the remote case of accessing an HBase table via two classes (one that uses HBColumn and one that uses HBColumnMultiVersion for the same field), pick up the latest value instead of earliest.