master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d660895b30 - Show all commits

View File

@ -208,7 +208,7 @@ object SparkGenerateDoiBoost {
)
.filter(s => s!= null && s._2!=null)
.map(s => s._2)
.map(s => s._2._2)
.write
.mode(SaveMode.Overwrite)
.save(s"$workingDirPath/doiBoostPublicationFiltered")