nickwallen 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_r323309510
##########
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:
Makes sense. See 765783824183d25dfb427cc2375b1b3492952cf0.
----------------------------------------------------------------
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