You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (JIRA)" <ji...@apache.org> on 2019/03/29 16:02:00 UTC

[jira] [Created] (BEAM-6940) Validate that namespace and table are part of the query in CassandraIO

Ismaël Mejía created BEAM-6940:
----------------------------------

             Summary: Validate that namespace and table are part of the query in CassandraIO
                 Key: BEAM-6940
                 URL: https://issues.apache.org/jira/browse/BEAM-6940
             Project: Beam
          Issue Type: Improvement
          Components: io-java-cassandra
            Reporter: Ismaël Mejía


If the user sets a different namespace or table than the ones provided in `withQuery`. CassandraIO may throw an exception, or get invalid size estimation (so invalid splitting).

To fix this, if the query is set (not null) we should validate that the namespace and table should be part of the query expression.

 



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