Master branch updates from beta September 2023 #337

Manually merged
claudio.atzori merged 1271 commits from beta into master 2023-09-06 11:31:09 +02:00
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) .filter(s => s!= null && s._2!=null)
.map(s => s._2) .map(s => s._2._2)
.write .write
.mode(SaveMode.Overwrite) .mode(SaveMode.Overwrite)
.save(s"$workingDirPath/doiBoostPublicationFiltered") .save(s"$workingDirPath/doiBoostPublicationFiltered")