Hi everyone,I'm working with Databricks structured streaming and have encountered an issue with stateful operations. Below is my pseudo-code: df = df.withWatermark("timestamp", "1 second")
df_header = df.withColumn("message_id", F.col("payload.id"))...