lindong28 commented on a change in pull request #56:
URL: https://github.com/apache/flink-ml/pull/56#discussion_r841016863



##########
File path: 
flink-ml-lib/src/main/java/org/apache/flink/ml/common/param/HasHandleInvalid.java
##########
@@ -37,13 +37,14 @@
 public interface HasHandleInvalid<T> extends WithParams<T> {
     String ERROR_INVALID = "error";
     String SKIP_INVALID = "skip";
+    String KEEP_INVALID = "keep";

Review comment:
       Sounds good. Thanks for the update.




-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to