-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
We are currently missing these two Dataset method:
- DataStreamWriter writeStream()
- Dataset withWatermark(String eventTime, String delayThreshold)
That require some understanding of Spark streaming to be properly typed and tested. Here is the relevant documentation if anyone is interested and getting started on that:
https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html
https://databricks.com/blog/2017/05/08/event-time-aggregation-watermarking-apache-sparks-structured-streaming.html
etspaceman, kyprifog and ches