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

spark-redis silently do not writes the dataframe #354

Closed ankiiitraj closed 1 year ago

ankiiitraj commented 1 year ago

Possibly a bug:

if dataframe just have only one column and we are using that column as key.column, spark-redis silently writes nothing.

It took 4hrs to resolve the issue.

Possible Solution

ankiiitraj commented 1 year ago

I can work on this, if this sounds good!