Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
szehon-ho committed Aug 8, 2024
1 parent a56228c commit 4b89b74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class UpdateWriter[T](dataset: Dataset[T], assignments: Map[String, Column]) {
* Executes the update operation.
*/
def execute(): Unit = {
new UpdateWithCondition(dataset, assignments, None)
new UpdateWithCondition(dataset, assignments, None).execute()
}
}

Expand Down

0 comments on commit 4b89b74

Please sign in to comment.