RedisLabs / spark-redis

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

Allow to override Redis options for spark.readStream #286

Closed alexott closed 3 years ago

alexott commented 3 years ago

It's possible to override the Redis options for specific spark.read operation, but it's impossible to do for the spark.readStream. This PR allows to do that, unifying the implementation of doing that.