zhaozijun109 commented on PR #253: URL: https://github.com/apache/flink-ml/pull/253#issuecomment-1709379802
> Thanks for your contribution and the PR update! I left some comments below. > > Sorry, I might not have time to actively review this PR later. I will ask if some of my colleagues can help review this PR. > > The PR currently fails compilation due to the following error in the log [1]. I don't think it is related to either pyflink or beam. But I probably won't be able to dig into this anytime soon. > > ``` > Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project flink-ml-lib-1.17: Compilation failure: Compilation failure: > Error: /home/runner/work/flink-ml/flink-ml/flink-ml-lib/src/main/java/org/apache/flink/ml/anomalydetection/isolationforest/IsolationForest.java:[302,21] cannot infer type arguments for org.apache.flink.iteration.datacache.nonkeyed.ListStateWithCache<> > Error: reason: cannot infer type-variable(s) T > Error: (actual and formal argument lists differ in length) > ``` > > [1] https://github.com/apache/flink-ml/actions/runs/6092176700/job/16543229469?pr=253 Teacher, this problem seems to be ListStateWithCache class. I am not sure if anyone has submitted the relevant PR. I will rebuild the branch based on the latest master, test it and resubmit it. -- 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]
