forked from D-Net/dnet-hadoop
resolving conflicts
This commit is contained in:
commit
8c185a7b1a
|
@ -130,7 +130,7 @@ public class PrepareAffiliationRelations implements Serializable {
|
||||||
.read()
|
.read()
|
||||||
.schema("`DOI` STRING, `Matchings` ARRAY<STRUCT<`RORid`:STRING,`Confidence`:DOUBLE>>")
|
.schema("`DOI` STRING, `Matchings` ARRAY<STRUCT<`RORid`:STRING,`Confidence`:DOUBLE>>")
|
||||||
.json(inputPath)
|
.json(inputPath)
|
||||||
.where("DOI is not NULL");
|
.where("DOI is not null");
|
||||||
|
|
||||||
// unroll nested arrays
|
// unroll nested arrays
|
||||||
df = df
|
df = df
|
||||||
|
|
Loading…
Reference in New Issue