resolving conflicts

This commit is contained in:
Miriam Baglioni 2024-08-05 17:14:11 +02:00
commit 8c185a7b1a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class PrepareAffiliationRelations implements Serializable {
.read()
.schema("`DOI` STRING, `Matchings` ARRAY<STRUCT<`RORid`:STRING,`Confidence`:DOUBLE>>")
.json(inputPath)
.where("DOI is not NULL");
.where("DOI is not null");
// unroll nested arrays
df = df