apurtell commented on PR #2115:
URL: https://github.com/apache/phoenix/pull/2115#issuecomment-2829312258
To your point I can see substituting:
private byte[] row;
private long timestamp;
// Nested map: Family -> Qualifier -> Value
private Map<byte[], Map<byte[], byte[]>> familyMap;
with
private Mutation mutation
This is the gist of your suggestion, I think.
A goal has been to avoid using HBase types directly because when HBase
changes them Phoenix will be impacted. However Mutation is a Public annotated
class so it might be fine.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]