Question
What is Structured Streaming?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A Spark engine for processing unbounded data using DataFrame and SQL semantics
Explanation:
Structured Streaming treats a live stream conceptually as an ever-growing table.
Queries are executed incrementally as new data arrives.
Leave a Reply