Skip to content

Commit

Permalink
Fixed removeDuplicateRecords Documentation on README.md (#77)
Browse files Browse the repository at this point in the history
This fix the function call for the first use scenario of removeDuplicateRecords documentation
  • Loading branch information
brayanjuls authored Oct 1, 2023
1 parent 96060b2 commit 78346f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ We can Run the following function to remove all duplicates:
```scala
DeltaHelpers.removeDuplicateRecords(
deltaTable = deltaTable,
primaryKey = "id",
duplicateColumns = Seq("firstname","lastname")
)
```
Expand Down

0 comments on commit 78346f5

Please sign in to comment.