Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/995
Just added an integration test that demonstrates this behavior. I had to
switch from the test schema to the schema that is actually deployed and remove
the HBaseDao from this particular test to get it to work. We will want to
expand this test to all types once we agree on a good solution to this problem.
It also might be a good idea to get rid of these test schemas and just use the
real ones at some point.
---