Github user cestella commented on the issue:
https://github.com/apache/metron/pull/666
Just a brief note about the `TableProvider` business. We had cut and
pasted a mock HTableProvider through several of our projects. In order to test
the `HBaseDao`, I needed yet another HTableProvider cut and pasted. I
considered this a bridge too far. Instead of doing that, I
* Took the effort to create it once, put the implementation in the test
artifact created by `metron-hbase`
* Refactor existing tests to use that consolidated implementation
I apologize for increasing the complexity of this PR, but I chose to
interpret this as cleanup that testing this PR strongly suggested be done.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---