Skip to content

Commit

Permalink
compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 25, 2024
1 parent a8cc4b4 commit a1f4395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ case class DeltaSink(
allowStructEvolution = canMergeSchema,
columnName = columnName
)
new Column(Alias(castExpr, columnName)())
Column(Alias(castExpr, columnName)())
}

data.queryExecution match {
Expand Down

0 comments on commit a1f4395

Please sign in to comment.