Skip to content

Commit

Permalink
Make Scala 2.13 build happy, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Oct 16, 2020
1 parent 2ca1379 commit 3d907d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ object ResolveUnion extends Rule[LogicalPlan] {
}
}

(rightProjectList, aliased)
(rightProjectList, aliased.toSeq)
}

private def unionTwoSides(
Expand Down

0 comments on commit 3d907d0

Please sign in to comment.