mmiklavc commented on a change in pull request #1506: METRON-2188 Upgrade to
HBase 2.0.2
URL: https://github.com/apache/metron/pull/1506#discussion_r322977881
##########
File path:
metron-platform/metron-enrichment/metron-enrichment-common/src/main/java/org/apache/metron/enrichment/adapters/cif/CIFHbaseAdapter.java
##########
@@ -92,6 +95,13 @@ protected Map getCIFObject(String key) {
return output;
}
+ private static byte[] getQualifier(Cell cell) {
Review comment:
This is duplicated between this class and AbstractConverter. Might it be
worth an HBaseUtils class for common static methods like this?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services