Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which statement about stream-static joins with static Delta tables is accurate?
A
Each microbatch of a stream-static join will use the most recent version of the static Delta table as of each microbatch.
B
Each microbatch of a stream-static join will use the most recent version of the static Delta table as of the job's initialization.
C
The checkpoint directory will be used to track state information for the unique keys present in the join.
D
Stream-static joins cannot use static Delta tables because of consistency issues.
E
The checkpoint directory will be used to track updates to the static Delta table.