RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster
BSD 3-Clause "New" or "Revised" License
936 stars 367 forks source link

Overwrite deletes table and then adds new values en block #389

Open Marcus-Rosti opened 6 months ago

Marcus-Rosti commented 6 months ago

I noticed that as I overwrite my table, it deletes the entire table and then rewrites all of the data. Which is handy in one sense, but not at all what I expected. Is that the documented behavior?