Spark Structured Streaming Delta Output Mode -


as of spark 2.2.0, there 3 output modes available, append, update, complete.

will delta output mode provided in future release?

currently, possible delta output? (with pure sql environment, read blog saying flatmapgroupswithstate flatmapgroups can achieve statelessness, correct me if wrong, , requirement express pure sql.)


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -