Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5964#discussion_r188545921
  
    --- Diff: 
flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSink.java
 ---
    @@ -381,6 +393,9 @@ protected void sanityCheck() {
                        if (query == null || query.length() == 0) {
                                throw new IllegalArgumentException("Query must 
not be null or empty.");
                        }
    +                   if (keyspace != null && keyspace.length() != 0) {
    --- End diff --
    
    we only have to check for non-null.


---

Reply via email to