
Answer-first summary for fast verification
Answer: The target table is overwritten for each batch
The correct answer is 'The target table is overwritten for each batch'. In complete mode, the entire Result Table is outputted to the sink after every trigger. This is particularly useful for aggregation queries.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How does the complete mode affect the target table when writing stream data?
A
The entire stream waits for complete data to write
B
The stream must complete to write the data
C
The target table cannot be updated while the stream is pending
D
The target table is overwritten for each batch
E
Delta commits transaction once the stream is stopped
No comments yet.