Correct:
B - Structured Streaming operations using spark.writeStream.format('delta').mode('append') do NOT support cluster on write by default. To enable clustering on write for streaming workloads, you must explicitly set the Spark configuration spark.databricks.delta.liquid.eagerClustering.streaming.enabled to true. Without this configuration flag, streaming writes bypass the automatic clustering optimization that other operations receive.
https://docs.databricks.com/aws/en/delta/clustering#operations-that-support-clustering-on-write . By default writeStream does not support liquid cluster.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
_Lukas_
7 hours, 35 minutes agoRal17
1 day, 2 hours agoa68856c
5 days ago