Github user takuti commented on the issue:
https://github.com/apache/incubator-hivemall/pull/87
@myui good catch & nice work~
If I remember correctly, I previously noticed the difference between `Text`
and `String` as label of `FeatureValue`, and thus I replaced
`NIOUtils.getString(src)` with `new Text(NIOUtils.getString(src))`. Since the
unit test has been passed at the moment, I misguidedly considered the problem
has been fixed.
I will try to look into the problem more.
---
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.
---