We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76c06 commit 2ac490fCopy full SHA for 2ac490f
src/main/scala/bio/ferlab/transform/WriteParquet.scala
@@ -40,7 +40,7 @@ object WriteParquet {
40
array().cast("array<string>") as "parents"))
41
.otherwise(col("ancestors_exp"))
42
)
43
- .groupBy("id", "name", "parents")
+ .groupBy("id", "name", "parents", "is_leaf", "alt_ids")
44
.agg(collect_list(col("ancestors_exp_f")) as "ancestors")
45
46
case _ => df
0 commit comments