nickwallen commented on a change in pull request #1441: METRON-2156: Remove
Storm dependency from metron-hbase
URL: https://github.com/apache/metron/pull/1441#discussion_r293050481
##########
File path:
metron-platform/metron-hbase/metron-hbase-common/src/test/java/org/apache/metron/hbase/client/HBaseClientTest.java
##########
@@ -149,7 +128,7 @@ public void testWrite() throws Exception {
client.mutate();
HBaseProjectionCriteria criteria = new HBaseProjectionCriteria();
- criteria.addColumnFamily(WidgetMapper.CF_STRING);
+ criteria.addColumnFamily(Bytes.toString(cf));
Review comment:
In the comments and test names in this class there are still references to
"widgets". Since the refactor this no longer makes sense. Would you be able to
clean those out?
----------------------------------------------------------------
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