Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago

Structured Streaming for multiple queries are not picking the next batch after processing the first

I m streaming multiple queries in a single spark job where it takes parquet files from source folder and then upsert its to delta table in lakehouse in the foreachbatch function .It worked fine and a...