0
Anakata
3y

Why is my Spark Dataframe getting written as empty in the database table when deleting records? There’s no problem when inserting records, and I I have verified that my Spark Dataframe is not empty when trying to rewrite using Overwrite method. Then why is my whole table data getting deleted when I’m just trying to remove a few records using left_anti join?

Comments
  • 0
    aaaah high level frameworks, our saviour by virtue of solving all problems!

    dont mind me, im just joining the rant
Add Comment