You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Fabien Rousseau (JIRA)" <ji...@apache.org> on 2018/11/16 12:52:00 UTC

[jira] [Created] (BEAM-6078) CassandraIO.read() should use builder's keyspace by default

Fabien Rousseau created BEAM-6078:
-------------------------------------

             Summary: CassandraIO.read() should use builder's keyspace by default
                 Key: BEAM-6078
                 URL: https://issues.apache.org/jira/browse/BEAM-6078
             Project: Beam
          Issue Type: Improvement
          Components: io-java-cassandra
            Reporter: Fabien Rousseau
            Assignee: Jean-Baptiste Onofré


Currently for CassandraIO.reads(), it connects to the cluster without using the keyspace specified in the builder. (For writes it already does this).

This would allow to not specify the keyspace in the mapped object (it can be useful if the object is used in more than one keyspace).

I'll provide a PR shortly



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)