Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Oct 7, 2024
1 parent ea71fcb commit eb0d8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object StructTypeHelpers {
).as(field.name)
): _*
).as(childFieldName)
case ArrayType(innerType, _) =>
case ArrayType(innerType, _) =>
transform(parentCol, childCol => childFieldToCol(innerType, childFieldName, childCol)).as(childFieldName)
case _ if firstLevel => parentCol
case _ if !firstLevel => parentCol(childFieldName)
Expand Down

0 comments on commit eb0d8e7

Please sign in to comment.