What is a sliding window in Spark Structured Streaming?
-
A
A window that moves forward by a fixed step smaller than the window duration, causing overlaps
-
B
A window that processes exactly one trigger interval at a time
-
C
A fixed-size window that never overlaps with adjacent windows
-
D
A window based on the number of records rather than time