zhipeng93 commented on code in PR #82:
URL: https://github.com/apache/flink-ml/pull/82#discussion_r845965487


##########
flink-ml-lib/src/test/java/org/apache/flink/ml/feature/OneHotEncoderTest.java:
##########
@@ -205,7 +205,7 @@ public void testInputDataType() {
 
     @Test
     public void testNotSupportedHandleInvalidOptions() {
-        estimator.setHandleInvalid(HasHandleInvalid.SKIP_INVALID);
+        estimator.setHandleInvalid(OneHotEncoderParams.SKIP_INVALID);

Review Comment:
   Thanks for pointing this out. I also think using `HasHandleInvalid` would be 
better. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to