Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
c27kwan committed Jul 16, 2024
1 parent 40b2bc8 commit b9e0e9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ object ResolveDeltaMergeInto {
// cannot resolve the expression such as:
// - during schema evolution
// - dealing with nested field
val resolvedExpr = resolveExprsFn(Seq(expr), plansToResolveAction).head
val resolvedExpr =
resolveExprsFn(Seq(expr), plansToResolveAction).head
throwIfNotResolved(resolvedExpr, plansToResolveAction, s"$typ clause")
Seq(DeltaMergeAction(resolvedNameParts, resolvedExpr, targetColNameResolved = true))

Expand Down

0 comments on commit b9e0e9b

Please sign in to comment.