filter push down into redis when querying using spark connector
HiI'm loading df from redis using this code:df = (spark.read.format("org.apache.spark.sql.redis") .option("table", f"state_store_ready_to_sell") .option("key.column", "msid").option("infer.schema", "true").load()and then i'm running f...
- 1041 Views
- 0 replies
- 0 kudos