[
https://issues.apache.org/jira/browse/FLINK-4497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15575138#comment-15575138
]
ASF GitHub Bot commented on FLINK-4497:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/2633
[FLINK-4497] CassadraSink support for scala tuples/case classes
This PR adds support for scala tuples/case classes to the streaming
at-least-once-sink. If this pattern works we can extend it to other sinks as
well in a follow-up.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 4497_cass_scala
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2633.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 #2633
----
commit 949b9b1ad59a2c7435d5f64ca5a2a3d1833de7bc
Author: zentol <[email protected]>
Date: 2016-10-10T13:30:48Z
[FLINK-4497] [cassandra] Scala Case Classes / Tuple support
----
> Add support for Scala tuples and case classes to Cassandra sink
> ---------------------------------------------------------------
>
> Key: FLINK-4497
> URL: https://issues.apache.org/jira/browse/FLINK-4497
> Project: Flink
> Issue Type: Improvement
> Components: Cassandra Connector
> Affects Versions: 1.1.0
> Reporter: Elias Levy
> Assignee: Chesnay Schepler
>
> The new Cassandra sink only supports streams of Flink Java tuples and Java
> POJOs that have been annotated for use by Datastax Mapper. The sink should
> be extended to support Scala types and case classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)