Skip to content

Commit 2ac490f

Browse files
committedDec 8, 2023
fix: cqdg-00
1 parent 3e76c06 commit 2ac490f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/scala/bio/ferlab/transform/WriteParquet.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ object WriteParquet {
4040
array().cast("array<string>") as "parents"))
4141
.otherwise(col("ancestors_exp"))
4242
)
43-
.groupBy("id", "name", "parents")
43+
.groupBy("id", "name", "parents", "is_leaf", "alt_ids")
4444
.agg(collect_list(col("ancestors_exp_f")) as "ancestors")
4545

4646
case _ => df

0 commit comments

Comments
 (0)