GitHub user mcfongtw opened a pull request:
https://github.com/apache/flink/pull/5002
[hotfix][docs] Remove the caveat about Cassandra connector.
## What is the purpose of the change
Remove a caveat in Cassandra connector docs.
## Brief change log
As FLINK-4500 being committed, Cassandra connector would now flush pending
mutations properly when a checkpoint was triggered. Thus, remove the related
caveat from documents.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcfongtw/flink hotfix-doc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5002.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 #5002
----
commit e6d13baa2544c1ac0504199f685b12872451d0e1
Author: Michael Fong <[email protected]>
Date: 2017-11-13T02:17:02Z
[hotfix][docs] Remove the caveat about Cassandra connector.
As FLINK-4500 being committed, Cassandra connector would now flush pending
mutations properly when a checkpoint was triggered.
----
---