Description
Gora mongodb backend returns empty Utf8 for null field values.
This leads to Mark.checkMark never returns null, so multiple checks on null fail e.g. in DbUpdateMapper, GeneratorMapper etc.
Temporal fix is to check whether value is null or empty
See patch
https://github.com/newpointer/nutch/commit/4bdc0bab39ede7c01ee057c3429f5f0e90d5e48f
and related gora issue
https://issues.apache.org/jira/browse/GORA-423
Attachments
Issue Links
- is related to
-
NUTCH-2009 Fetcher does not work with batchID
- Closed
- relates to
-
GORA-423 BSONDecorator returns empty string for null field value
- Resolved