Databricks Databricks-Certified-Associate-Developer-for-Apache-Spark-3.5 Question Answer
Given this code:

.withWatermark("event_time", "10 minutes")
.groupBy(window("event_time", "15 minutes"))
.count()
What happens to data that arrives after the watermark threshold?
Options:
Next

