DatabricksStreamingQueryListener Stopping the stream
I am running the following structured streaming Scala code in DB 13.3LTS job: val query = spark.readStream.format("delta") .option("ignoreDeletes", "true") .option("maxFilesPerTrigger", maxEqlPerBatch) .load(tblPath) .writeStream .qu...
- 2206 Views
- 0 replies
- 0 kudos