Skip to content

Commit

Permalink
fix typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Oct 20, 2021
1 parent b0d9dbf commit becea1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.apache.spark.sql.types.{DataType, StructType}

object ShimTrampolineUtil {

// untionLikeMerge was only added in Spark 3.2 so be bug compatible and call merge
// unionLikeMerge was only added in Spark 3.2 so be bug compatible and call merge
// https://issues.apache.org/jira/browse/SPARK-36673
def unionLikeMerge(left: DataType, right: DataType): DataType =
StructType.merge(left, right)
Expand Down

0 comments on commit becea1f

Please sign in to comment.