Myasuka commented on a change in pull request #8714: [FLINK-12820][Connectors / 
Cassandra] Support ignoring writing nulls 
URL: https://github.com/apache/flink/pull/8714#discussion_r293270979
 
 

 ##########
 File path: 
flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSinkBaseConfig.java
 ##########
 @@ -38,6 +38,12 @@
         */
        public static final Duration DEFAULT_MAX_CONCURRENT_REQUESTS_TIMEOUT = 
Duration.ofMillis(Long.MAX_VALUE);
 
+       /**
+        * The default option to ignore null fields on insert. By default, 
{@code Boolean.FALSE}.
 
 Review comment:
   should be `on insertion`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to