RedisLabs/spark-redis

spark-redis silently do not writes the dataframe

Closed this issue · 1 comments

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

  • throw a warning in logs with proper message

I can work on this, if this sounds good!