Skip to content

Commit

Permalink
Remove code added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
szehon-ho committed Jul 11, 2024
1 parent bc3f328 commit 554b8a5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,5 @@ class UpdateDataFrameSuite extends RowLevelOperationSuiteBase {
Row(1, 300, "software"),
Row(2, 150, "software"),
Row(3, 120, "software")))

spark.table("source")
.update(Map(
"salary" -> lit(200)
))
}
}

0 comments on commit 554b8a5

Please sign in to comment.