Relative Content

Tag Archive for apache-sparkspark-streaming

Spark Structured Streaming join between static and streaming dataframes

I was reading about spark structured streaming joins and came across the supported types of joins for static to streaming dataset. I have a question, why it is not supported since as far as I understand at a given point in time the streaming dataframe behaves like static and when we join static with streaming it should work. If it supports following