fix import of ORPs #390
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#390
Loading…
Reference in New Issue
No description provided.
Delete Branch "import_orps_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes a bug that caused to miss importing the ORP records stored HDFS in the internal graph format (e.g. Datacite). This was due to the fact to understand the result type, the field value stored in
result.resulttype.classid
.is set to
other
was compared withotherresearchproduct
, implying that the filter would never match and therefore causing the exclusion of all the ORP records.I still have to verify that all the unit tests keep passing after this change.
fixed import of ORPs stored on HDFS in the internal graph format (e.g. Datacite)to WIP: fix import of ORPsWIP: fix import of ORPsto fix import of ORPs