myui/hivemall

Make `feature` UDF as GenericUDF and to return null where weight is null

Closed this issue · 1 comments

myui commented

The current implementation of feature UDF throws NPE where weight is null.
https://github.com/myui/hivemall/blob/master/core/src/main/java/hivemall/ftvec/FeatureUDF.java

myui commented

Fixed in #306