GitHub user yanlin-Lynn opened a pull request:
https://github.com/apache/bahir/pull/81
[BAHIR-192]add jdbc sink for structured streaming.
As suggested by @felixcheung in [Spark PR
23369](https://github.com/apache/spark/pull/23369), I move the support of jdbc
sink for Structured Streaming into bahir project.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yanlin-Lynn/bahir jdbc-sink
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/81.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #81
----
commit ca2dd2a17a536b7517ef0ccd47346661f5ecbb51
Author: wangyanlin01 <wangyanlin01@...>
Date: 2019-01-16T08:40:17Z
add jdbc sink for structured streaming.
----
---