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 9c7b39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1510,4 +1510,5 @@ trait DeltaSharingDataSourceDeltaSuiteBase
}
}

@org.scalatest.Ignore
class DeltaSharingDataSourceDeltaSuite extends DeltaSharingDataSourceDeltaSuiteBase {}
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 9c7b39e

Please sign in to comment.