Question
What is a watermark in Structured Streaming?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A threshold used to limit how long late event-time data are retained for stateful operations
Explanation:
Watermarks express an assumption about maximum lateness.
They allow old state to be removed while still accepting reasonably late events.
Leave a Reply